2022-11-23T01:11:26.8118479Z Requested labels: macos-m1-12 2022-11-23T01:11:26.8118557Z Job defined at: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/master 2022-11-23T01:11:26.8118580Z Waiting for a runner to pick up this job... 2022-11-23T01:11:26.9587754Z Job is about to start running on the runner: i-0ca02be45215be624 (organization) 2022-11-23T01:11:30.5449050Z Current runner version: '2.299.1' 2022-11-23T01:11:30.5485690Z Runner name: 'i-0ca02be45215be624' 2022-11-23T01:11:30.5485970Z Runner group name: 'Default' 2022-11-23T01:11:30.5486450Z Machine name: 'ip-10-0-3-75' 2022-11-23T01:11:30.5487680Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:30.5488040Z Actions: write 2022-11-23T01:11:30.5488230Z Checks: write 2022-11-23T01:11:30.5488430Z Contents: write 2022-11-23T01:11:30.5488630Z Deployments: write 2022-11-23T01:11:30.5488840Z Discussions: write 2022-11-23T01:11:30.5489040Z Issues: write 2022-11-23T01:11:30.5489230Z Metadata: read 2022-11-23T01:11:30.5489420Z Packages: write 2022-11-23T01:11:30.5489620Z Pages: write 2022-11-23T01:11:30.5489820Z PullRequests: write 2022-11-23T01:11:30.5490040Z RepositoryProjects: write 2022-11-23T01:11:30.5490270Z SecurityEvents: write 2022-11-23T01:11:30.5490470Z Statuses: write 2022-11-23T01:11:30.5490670Z ##[endgroup] 2022-11-23T01:11:30.5492570Z Secret source: Actions 2022-11-23T01:11:30.5492870Z Prepare workflow directory 2022-11-23T01:11:30.6212680Z Prepare all required actions 2022-11-23T01:11:30.6306240Z Getting action download info 2022-11-23T01:11:30.8004210Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:38.3164900Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:11:38.7387500Z Getting action download info 2022-11-23T01:11:38.9040490Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:39.1279100Z Getting action download info 2022-11-23T01:11:39.2835850Z Download action repository 'actions/cache@v3' (SHA:9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7) 2022-11-23T01:11:39.5189010Z Getting action download info 2022-11-23T01:11:39.7043410Z Uses: pytorch/pytorch/.github/workflows/_mac-test.yml 2022-11-23T01:11:39.7045300Z ##[group] Inputs 2022-11-23T01:11:39.7045660Z build-environment: macos-12-py3-arm64 2022-11-23T01:11:39.7046280Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "macos-m1-12" }, { config: "default", shard: 2, num_shards: 2, runner: "macos-m1-12" }, { config: "functorch", shard: 1, num_shards: 1, runner: "macos-m1-12" }, ]} 2022-11-23T01:11:39.7047000Z sync-tag: 2022-11-23T01:11:39.7047230Z arch: arm64 2022-11-23T01:11:39.7047460Z ##[endgroup] 2022-11-23T01:11:39.7048260Z Complete job name: macos-12-py3-arm64 / test (functorch, 1, 1, macos-m1-12) 2022-11-23T01:11:39.7530630Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:39.7530840Z with: 2022-11-23T01:11:39.7530950Z submodules: recursive 2022-11-23T01:11:39.7531070Z fetch-depth: 0 2022-11-23T01:11:39.7531180Z env: 2022-11-23T01:11:39.7531290Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:39.7531440Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:39.7531580Z TEST_CONFIG: functorch 2022-11-23T01:11:39.7531700Z SHARD_NUMBER: 1 2022-11-23T01:11:39.7531810Z NUM_TEST_SHARDS: 1 2022-11-23T01:11:39.7531930Z PR_BODY: 2022-11-23T01:11:39.7532050Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:39.7532190Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:39.7532320Z ##[endgroup] 2022-11-23T01:11:39.7663280Z ##[group]Run retry () { 2022-11-23T01:11:39.7663440Z retry () { 2022-11-23T01:11:39.7663620Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:39.7663760Z } 2022-11-23T01:11:39.7663890Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.7664080Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:39.7664230Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.7664360Z else 2022-11-23T01:11:39.7664490Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.7664610Z fi 2022-11-23T01:11:39.7664730Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.7678140Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:39.7678560Z env: 2022-11-23T01:11:39.7678670Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:39.7678820Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:39.7678950Z TEST_CONFIG: functorch 2022-11-23T01:11:39.7679070Z SHARD_NUMBER: 1 2022-11-23T01:11:39.7679180Z NUM_TEST_SHARDS: 1 2022-11-23T01:11:39.7679290Z PR_BODY: 2022-11-23T01:11:39.7679410Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:39.7679540Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:39.7679660Z NO_SUDO: 2022-11-23T01:11:39.7679760Z ##[endgroup] 2022-11-23T01:11:39.8038760Z /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:48.8265650Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:48.8265830Z with: 2022-11-23T01:11:48.8265970Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:48.8266110Z fetch-depth: 0 2022-11-23T01:11:48.8266230Z submodules: recursive 2022-11-23T01:11:48.8266360Z quiet-checkout: true 2022-11-23T01:11:48.8266490Z repository: pytorch/pytorch 2022-11-23T01:11:48.8266690Z token: *** 2022-11-23T01:11:48.8266810Z ssh-strict: true 2022-11-23T01:11:48.8266940Z persist-credentials: true 2022-11-23T01:11:48.8267060Z clean: true 2022-11-23T01:11:48.8267160Z lfs: false 2022-11-23T01:11:48.8267280Z set-safe-directory: true 2022-11-23T01:11:48.8267400Z env: 2022-11-23T01:11:48.8267510Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:48.8267660Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:48.8267810Z TEST_CONFIG: functorch 2022-11-23T01:11:48.8267930Z SHARD_NUMBER: 1 2022-11-23T01:11:48.8268040Z NUM_TEST_SHARDS: 1 2022-11-23T01:11:48.8268160Z PR_BODY: 2022-11-23T01:11:48.8268290Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:48.8268420Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:48.8268540Z ##[endgroup] 2022-11-23T01:11:48.9194570Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:48.9195520Z ##[group]Getting Git version info 2022-11-23T01:11:48.9195860Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2022-11-23T01:11:48.9209100Z [command]/usr/bin/git version 2022-11-23T01:11:48.9209710Z git version 2.32.1 (Apple Git-133) 2022-11-23T01:11:48.9216870Z ##[endgroup] 2022-11-23T01:11:48.9226780Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/a4e198e8-c05b-4f2f-805d-4a64c3a9211a/.gitconfig' 2022-11-23T01:11:48.9230720Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/a4e198e8-c05b-4f2f-805d-4a64c3a9211a' before making global git config changes 2022-11-23T01:11:48.9231060Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:48.9233100Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:48.9288940Z Deleting the contents of '/Users/ec2-user/runner/_work/pytorch/pytorch' 2022-11-23T01:11:48.9292730Z ##[group]Initializing the repository 2022-11-23T01:11:48.9294240Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:48.9346900Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:48.9347170Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:48.9347430Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:48.9347610Z hint: 2022-11-23T01:11:48.9347900Z hint: git config --global init.defaultBranch 2022-11-23T01:11:48.9348070Z hint: 2022-11-23T01:11:48.9348280Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:48.9348540Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:48.9348720Z hint: 2022-11-23T01:11:48.9348860Z hint: git branch -m 2022-11-23T01:11:48.9395680Z Initialized empty Git repository in /Users/ec2-user/runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:11:48.9400040Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:48.9459300Z ##[endgroup] 2022-11-23T01:11:48.9459930Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:48.9461600Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:48.9506690Z ##[endgroup] 2022-11-23T01:11:48.9507170Z ##[group]Setting up auth 2022-11-23T01:11:48.9511460Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:48.9557300Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:48.9931430Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:48.9977830Z [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-11-23T01:11:49.0348970Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:49.0406210Z ##[endgroup] 2022-11-23T01:11:49.0406510Z ##[group]Fetching the repository 2022-11-23T01:11:49.0409310Z [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-11-23T01:12:25.3926360Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:12:25.4127860Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:25.4132500Z ##[endgroup] 2022-11-23T01:12:25.4132860Z ##[group]Determining the checkout info 2022-11-23T01:12:25.4133110Z ##[endgroup] 2022-11-23T01:12:25.4133330Z ##[group]Checking out the ref 2022-11-23T01:12:25.4135620Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:27.8556470Z ##[endgroup] 2022-11-23T01:12:27.8556770Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:12:27.8559780Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:12:27.8622700Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:12:27.8669640Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:12:27.8715400Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:12:27.8758820Z ##[endgroup] 2022-11-23T01:12:27.8759130Z ##[group]Fetching submodules 2022-11-23T01:12:27.8762000Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T01:12:27.9147340Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:12:27.9537850Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:12:27.9557450Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:12:27.9581680Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:12:27.9602630Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:12:27.9623220Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:12:27.9643470Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:12:27.9665400Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:12:27.9683250Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:12:27.9703820Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:12:27.9743460Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:12:27.9748730Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:12:27.9768740Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:12:27.9791180Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:12:27.9812690Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:12:27.9833870Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:12:27.9856520Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:12:27.9878540Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:12:27.9899650Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:12:27.9924140Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:12:27.9943190Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:12:27.9966030Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:12:27.9990000Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:12:28.0015110Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:12:28.0042730Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:12:28.0065640Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:12:28.0086930Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:12:28.0109380Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:12:28.0130870Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:12:28.0152980Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:12:28.0175270Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:12:28.0198260Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:12:28.0219470Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:12:28.0241520Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:12:28.0264890Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:12:28.0286950Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:12:28.0311320Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:12:28.0334060Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:12:28.0358230Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:12:28.0380750Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:12:28.0403980Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:12:28.0427140Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:12:28.0508990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:12:28.3633570Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:12:28.7484300Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:12:29.0037200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:12:29.3178830Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:12:29.6809820Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:12:30.9147060Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:12:33.8090420Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:12:34.1947760Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:12:34.6470600Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:12:35.4507990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:12:37.0465070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:12:38.4576470Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:12:41.6999140Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:12:42.2710100Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:12:43.1259350Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:12:43.9573070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:12:44.1854180Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:12:44.5571540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:12:44.8597890Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:12:45.4290580Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:12:45.8188370Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:12:46.0572640Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:12:46.3425040Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:12:47.1208770Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:12:47.5395900Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:12:47.9009920Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:12:51.4115630Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:12:52.5579550Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:12:52.9766330Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:12:53.2269050Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:12:55.6864220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:12:55.9137950Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:12:56.1755760Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:12:56.7199110Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:12:56.9895500Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:12:57.2970170Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:12:57.5783730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:12:58.0048290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:12:59.7794630Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:13:00.1985220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:13:01.2527550Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:13:01.3040000Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:13:01.3532310Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:13:01.4199340Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:13:01.4861740Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:13:01.5627330Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:13:02.7971700Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:13:03.0724940Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:03.2106660Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:13:03.2813320Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:13:03.7150000Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:13:05.0959400Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:13:05.5249900Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:13:05.6110650Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:13:05.6184090Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:05.6204600Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:05.6226540Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:05.6253610Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:05.6321730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:13:06.4627480Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:13:06.9147900Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:13:07.5069730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:13:07.9069860Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:13:08.0367810Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:13:08.1283190Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:13:08.1791250Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:13:08.3267720Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:13:08.3987690Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:13:08.4483940Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:13:08.5186890Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:13:08.5862690Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:13:08.6665140Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:13:08.7184070Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:13:08.7251960Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:08.7315690Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:13:14.7156820Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:13:14.7236950Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:14.7303210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:13:20.0329860Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:13:20.0883220Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:13:20.1432130Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:13:20.2599840Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:13:20.2674120Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:20.2700270Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:20.2767340Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:13:20.9108120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:13:21.5750650Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:13:21.6643600Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:13:21.7277660Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:13:21.7788980Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:13:21.9448110Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:13:22.8200350Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:13:22.8280960Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:22.8298650Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:22.8369210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:23.3481290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:23.9333840Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:24.0076400Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:13:24.0637270Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:13:24.0713050Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:24.0779260Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:13:25.1832140Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:13:25.1914210Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:25.1933270Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:25.2000940Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:25.5189030Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:26.0960320Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:13:26.1933290Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:13:26.2013750Z 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-11-23T01:13:26.2079870Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:13:26.5192100Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:13:26.5697960Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:13:26.9453970Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:13:26.9528810Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:26.9550370Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:26.9617360Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:13:27.3454730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:13:27.9814670Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:13:28.0832480Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:13:28.1336210Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:13:28.1847070Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:13:28.2585100Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:13:28.3080470Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:13:28.3747570Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:13:28.4245450Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:13:28.5047370Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:13:28.6929340Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:13:28.7644490Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:13:28.7719150Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:28.7736710Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:28.7755310Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:28.7775290Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:28.7845300Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:13:29.4382150Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:13:29.7315550Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:13:30.5403440Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:13:31.1385810Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:13:31.1962010Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:13:31.2965510Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:13:31.3659050Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:13:31.3737630Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:31.3802380Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:13:31.6371140Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:13:31.7900840Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:13:31.8005290Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:13:31.8388910Z Entering 'android/libs/fbjni' 2022-11-23T01:13:31.8449740Z Entering 'third_party/FP16' 2022-11-23T01:13:31.8509440Z Entering 'third_party/FXdiv' 2022-11-23T01:13:31.8567670Z Entering 'third_party/NNPACK' 2022-11-23T01:13:31.8626150Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:31.8685800Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:31.8745660Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:31.8808510Z Entering 'third_party/benchmark' 2022-11-23T01:13:31.8868550Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:31.8927970Z Entering 'third_party/cub' 2022-11-23T01:13:31.8987340Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:31.9048470Z Entering 'third_party/cutlass' 2022-11-23T01:13:31.9110130Z Entering 'third_party/eigen' 2022-11-23T01:13:31.9171460Z Entering 'third_party/fbgemm' 2022-11-23T01:13:31.9230020Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:31.9289070Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:31.9348220Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:31.9407170Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:31.9467380Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:31.9527200Z Entering 'third_party/fmt' 2022-11-23T01:13:31.9586140Z Entering 'third_party/foxi' 2022-11-23T01:13:31.9644410Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:31.9702400Z Entering 'third_party/gloo' 2022-11-23T01:13:31.9761510Z Entering 'third_party/googletest' 2022-11-23T01:13:31.9819330Z Entering 'third_party/ideep' 2022-11-23T01:13:31.9874970Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:31.9934060Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:31.9997780Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:32.0057200Z Entering 'third_party/ittapi' 2022-11-23T01:13:32.0116190Z Entering 'third_party/kineto' 2022-11-23T01:13:32.0174390Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:32.0233910Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:32.0294110Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:32.0353340Z Entering 'third_party/neon2sse' 2022-11-23T01:13:32.0412330Z Entering 'third_party/nlohmann' 2022-11-23T01:13:32.0470290Z Entering 'third_party/onnx' 2022-11-23T01:13:32.0530180Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:32.0586200Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:32.0643370Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:32.0697630Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:32.0754170Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:32.0809960Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:32.0870670Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:32.0930040Z Entering 'third_party/pocketfft' 2022-11-23T01:13:32.0984820Z Entering 'third_party/protobuf' 2022-11-23T01:13:32.1040910Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:32.1096070Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:32.1152060Z Entering 'third_party/psimd' 2022-11-23T01:13:32.1207410Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:32.1261890Z Entering 'third_party/pybind11' 2022-11-23T01:13:32.1317750Z Entering 'third_party/python-enum' 2022-11-23T01:13:32.1372500Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:32.1427130Z Entering 'third_party/python-six' 2022-11-23T01:13:32.1482380Z Entering 'third_party/sleef' 2022-11-23T01:13:32.1536870Z Entering 'third_party/tbb' 2022-11-23T01:13:32.1593060Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:32.1653330Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:32.1708310Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:32.1763050Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:32.1818000Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:32.1872370Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:32.1929400Z Entering 'third_party/zstd' 2022-11-23T01:13:32.1992790Z ##[endgroup] 2022-11-23T01:13:32.1994290Z ##[group]Persisting credentials for submodules 2022-11-23T01:13:32.1996980Z [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-11-23T01:13:32.2393210Z Entering 'android/libs/fbjni' 2022-11-23T01:13:32.2452040Z Entering 'third_party/FP16' 2022-11-23T01:13:32.2510530Z Entering 'third_party/FXdiv' 2022-11-23T01:13:32.2567760Z Entering 'third_party/NNPACK' 2022-11-23T01:13:32.2624950Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:32.2683180Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:32.2740640Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:32.2802050Z Entering 'third_party/benchmark' 2022-11-23T01:13:32.2859760Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:32.2917510Z Entering 'third_party/cub' 2022-11-23T01:13:32.2975560Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:32.3035190Z Entering 'third_party/cutlass' 2022-11-23T01:13:32.3095460Z Entering 'third_party/eigen' 2022-11-23T01:13:32.3154070Z Entering 'third_party/fbgemm' 2022-11-23T01:13:32.3210450Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:32.3267980Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:32.3325980Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:32.3383430Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:32.3441850Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:32.3500640Z Entering 'third_party/fmt' 2022-11-23T01:13:32.3558090Z Entering 'third_party/foxi' 2022-11-23T01:13:32.3615280Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:32.3672460Z Entering 'third_party/gloo' 2022-11-23T01:13:32.3729910Z Entering 'third_party/googletest' 2022-11-23T01:13:32.3787440Z Entering 'third_party/ideep' 2022-11-23T01:13:32.3843820Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:32.3900780Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:32.3962760Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:32.4020110Z Entering 'third_party/ittapi' 2022-11-23T01:13:32.4077160Z Entering 'third_party/kineto' 2022-11-23T01:13:32.4134200Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:32.4191830Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:32.4250730Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:32.4308850Z Entering 'third_party/neon2sse' 2022-11-23T01:13:32.4365340Z Entering 'third_party/nlohmann' 2022-11-23T01:13:32.4423580Z Entering 'third_party/onnx' 2022-11-23T01:13:32.4484510Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:32.4542380Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:32.4600410Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:32.4655600Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:32.4713490Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:32.4769890Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:32.4824950Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:32.4884420Z Entering 'third_party/pocketfft' 2022-11-23T01:13:32.4941580Z Entering 'third_party/protobuf' 2022-11-23T01:13:32.4998030Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:32.5054230Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:32.5112230Z Entering 'third_party/psimd' 2022-11-23T01:13:32.5168120Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:32.5223570Z Entering 'third_party/pybind11' 2022-11-23T01:13:32.5280270Z Entering 'third_party/python-enum' 2022-11-23T01:13:32.5335890Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:32.5392130Z Entering 'third_party/python-six' 2022-11-23T01:13:32.5447470Z Entering 'third_party/sleef' 2022-11-23T01:13:32.5504020Z Entering 'third_party/tbb' 2022-11-23T01:13:32.5560050Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:32.5615050Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:32.5671130Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:32.5727700Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:32.5783650Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:32.5838150Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:32.5896230Z Entering 'third_party/zstd' 2022-11-23T01:13:32.5961280Z [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-11-23T01:13:32.6344470Z Entering 'android/libs/fbjni' 2022-11-23T01:13:32.6401300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:13:32.6422750Z Entering 'third_party/FP16' 2022-11-23T01:13:32.6477770Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:13:32.6500160Z Entering 'third_party/FXdiv' 2022-11-23T01:13:32.6555690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:13:32.6577660Z Entering 'third_party/NNPACK' 2022-11-23T01:13:32.6632570Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:13:32.6654650Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:32.6709280Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:13:32.6731390Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:32.6785610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:13:32.6807680Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:32.6862910Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:13:32.6888580Z Entering 'third_party/benchmark' 2022-11-23T01:13:32.6944030Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:32.6965960Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:32.7020920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:13:32.7043340Z Entering 'third_party/cub' 2022-11-23T01:13:32.7097420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:13:32.7119370Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:32.7173820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:13:32.7197900Z Entering 'third_party/cutlass' 2022-11-23T01:13:32.7251510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:13:32.7275170Z Entering 'third_party/eigen' 2022-11-23T01:13:32.7330520Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:13:32.7353430Z Entering 'third_party/fbgemm' 2022-11-23T01:13:32.7408500Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:13:32.7429570Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:32.7484260Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:13:32.7506140Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:32.7561210Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:13:32.7583620Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:32.7638660Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:32.7660800Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:32.7715450Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:13:32.7738700Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:32.7793750Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:13:32.7816260Z Entering 'third_party/fmt' 2022-11-23T01:13:32.7870970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:13:32.7893050Z Entering 'third_party/foxi' 2022-11-23T01:13:32.7947830Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:13:32.7969710Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:32.8023990Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:13:32.8046150Z Entering 'third_party/gloo' 2022-11-23T01:13:32.8100530Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:13:32.8122430Z Entering 'third_party/googletest' 2022-11-23T01:13:32.8176950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:32.8198950Z Entering 'third_party/ideep' 2022-11-23T01:13:32.8252980Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:13:32.8273400Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:32.8327240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:13:32.8348520Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:32.8402430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:13:32.8428410Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:32.8484440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:13:32.8506340Z Entering 'third_party/ittapi' 2022-11-23T01:13:32.8560530Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:13:32.8581650Z Entering 'third_party/kineto' 2022-11-23T01:13:32.8633300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:13:32.8653510Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:32.8705690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:13:32.8726930Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:32.8778790Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:13:32.8800540Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:32.8852970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:13:32.8873810Z Entering 'third_party/neon2sse' 2022-11-23T01:13:32.8925330Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:13:32.8945680Z Entering 'third_party/nlohmann' 2022-11-23T01:13:32.9001670Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:13:32.9025100Z Entering 'third_party/onnx' 2022-11-23T01:13:32.9080890Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:13:32.9107250Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:32.9165610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:32.9187300Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:32.9244330Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:32.9268390Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:32.9325460Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:13:32.9347040Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:32.9403340Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:13:32.9426790Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:32.9484370Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:32.9508430Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:32.9566310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:32.9588220Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:32.9645360Z file:/Users/ec2-user/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-11-23T01:13:32.9672410Z Entering 'third_party/pocketfft' 2022-11-23T01:13:32.9729790Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:13:32.9752220Z Entering 'third_party/protobuf' 2022-11-23T01:13:32.9808590Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:13:32.9831860Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:32.9889140Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:32.9911880Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:32.9968320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:32.9992590Z Entering 'third_party/psimd' 2022-11-23T01:13:33.0050280Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:13:33.0072720Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:33.0128870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:13:33.0151400Z Entering 'third_party/pybind11' 2022-11-23T01:13:33.0207650Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:33.0230060Z Entering 'third_party/python-enum' 2022-11-23T01:13:33.0286620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:13:33.0308800Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:33.0365130Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:13:33.0387510Z Entering 'third_party/python-six' 2022-11-23T01:13:33.0443560Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:13:33.0465700Z Entering 'third_party/sleef' 2022-11-23T01:13:33.0521800Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:13:33.0544320Z Entering 'third_party/tbb' 2022-11-23T01:13:33.0600970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:13:33.0624270Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:33.0681050Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:13:33.0703040Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:33.0759050Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:33.0781550Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:33.0836740Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:13:33.0859070Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:33.0914350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:13:33.0936570Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:33.0997090Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:33.1013620Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:33.1069930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:13:33.1094950Z Entering 'third_party/zstd' 2022-11-23T01:13:33.1150720Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:13:33.1337110Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:13:33.1727530Z Entering 'android/libs/fbjni' 2022-11-23T01:13:33.1788340Z Entering 'third_party/FP16' 2022-11-23T01:13:33.1847470Z Entering 'third_party/FXdiv' 2022-11-23T01:13:33.1906500Z Entering 'third_party/NNPACK' 2022-11-23T01:13:33.1965450Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:33.2024780Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:33.2084170Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:33.2146920Z Entering 'third_party/benchmark' 2022-11-23T01:13:33.2206630Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:33.2265700Z Entering 'third_party/cub' 2022-11-23T01:13:33.2324450Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:33.2386570Z Entering 'third_party/cutlass' 2022-11-23T01:13:33.2448530Z Entering 'third_party/eigen' 2022-11-23T01:13:33.2509500Z Entering 'third_party/fbgemm' 2022-11-23T01:13:33.2568340Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:33.2626700Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:33.2685290Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:33.2744230Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:33.2804280Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:33.2863500Z Entering 'third_party/fmt' 2022-11-23T01:13:33.2921980Z Entering 'third_party/foxi' 2022-11-23T01:13:33.2980630Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:33.3040050Z Entering 'third_party/gloo' 2022-11-23T01:13:33.3098290Z Entering 'third_party/googletest' 2022-11-23T01:13:33.3156820Z Entering 'third_party/ideep' 2022-11-23T01:13:33.3214950Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:33.3273520Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:33.3337140Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:33.3395930Z Entering 'third_party/ittapi' 2022-11-23T01:13:33.3454900Z Entering 'third_party/kineto' 2022-11-23T01:13:33.3512650Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:33.3571980Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:33.3632090Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:33.3691310Z Entering 'third_party/neon2sse' 2022-11-23T01:13:33.3749920Z Entering 'third_party/nlohmann' 2022-11-23T01:13:33.3808700Z Entering 'third_party/onnx' 2022-11-23T01:13:33.3870690Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:33.3929810Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:33.3990080Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:33.4054730Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:33.4115870Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:33.4175640Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:33.4234510Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:33.4298400Z Entering 'third_party/pocketfft' 2022-11-23T01:13:33.4357810Z Entering 'third_party/protobuf' 2022-11-23T01:13:33.4417280Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:33.4476630Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:33.4537480Z Entering 'third_party/psimd' 2022-11-23T01:13:33.4596220Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:33.4654780Z Entering 'third_party/pybind11' 2022-11-23T01:13:33.4713330Z Entering 'third_party/python-enum' 2022-11-23T01:13:33.4771560Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:33.4830660Z Entering 'third_party/python-six' 2022-11-23T01:13:33.4889160Z Entering 'third_party/sleef' 2022-11-23T01:13:33.4948590Z Entering 'third_party/tbb' 2022-11-23T01:13:33.5008290Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:33.5066700Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:33.5126420Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:33.5185530Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:33.5244790Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:33.5303050Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:33.5365290Z Entering 'third_party/zstd' 2022-11-23T01:13:33.5435510Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:13:33.5819590Z Entering 'android/libs/fbjni' 2022-11-23T01:13:33.5879410Z Entering 'third_party/FP16' 2022-11-23T01:13:33.5938770Z Entering 'third_party/FXdiv' 2022-11-23T01:13:33.5997940Z Entering 'third_party/NNPACK' 2022-11-23T01:13:33.6057170Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:33.6116740Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:33.6176460Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:33.6245370Z Entering 'third_party/benchmark' 2022-11-23T01:13:33.6306410Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:33.6366530Z Entering 'third_party/cub' 2022-11-23T01:13:33.6425210Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:33.6485880Z Entering 'third_party/cutlass' 2022-11-23T01:13:33.6548060Z Entering 'third_party/eigen' 2022-11-23T01:13:33.6608550Z Entering 'third_party/fbgemm' 2022-11-23T01:13:33.6667080Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:33.6726810Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:33.6786430Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:33.6845880Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:33.6906130Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:33.6965860Z Entering 'third_party/fmt' 2022-11-23T01:13:33.7024530Z Entering 'third_party/foxi' 2022-11-23T01:13:33.7084790Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:33.7144560Z Entering 'third_party/gloo' 2022-11-23T01:13:33.7203660Z Entering 'third_party/googletest' 2022-11-23T01:13:33.7262940Z Entering 'third_party/ideep' 2022-11-23T01:13:33.7320690Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:33.7378970Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:33.7439340Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:33.7495030Z Entering 'third_party/ittapi' 2022-11-23T01:13:33.7551620Z Entering 'third_party/kineto' 2022-11-23T01:13:33.7606780Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:33.7662960Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:33.7721630Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:33.7780500Z Entering 'third_party/neon2sse' 2022-11-23T01:13:33.7838300Z Entering 'third_party/nlohmann' 2022-11-23T01:13:33.7897740Z Entering 'third_party/onnx' 2022-11-23T01:13:33.7960520Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:33.8020810Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:33.8081260Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:33.8139450Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:33.8199790Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:33.8257290Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:33.8315440Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:33.8378250Z Entering 'third_party/pocketfft' 2022-11-23T01:13:33.8437110Z Entering 'third_party/protobuf' 2022-11-23T01:13:33.8495590Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:33.8555220Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:33.8615680Z Entering 'third_party/psimd' 2022-11-23T01:13:33.8674800Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:33.8733460Z Entering 'third_party/pybind11' 2022-11-23T01:13:33.8792580Z Entering 'third_party/python-enum' 2022-11-23T01:13:33.8851020Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:33.8909590Z Entering 'third_party/python-six' 2022-11-23T01:13:33.8968130Z Entering 'third_party/sleef' 2022-11-23T01:13:33.9026870Z Entering 'third_party/tbb' 2022-11-23T01:13:33.9085830Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:33.9143610Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:33.9202720Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:33.9262210Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:33.9321290Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:33.9378610Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:33.9440160Z Entering 'third_party/zstd' 2022-11-23T01:13:33.9504830Z ##[endgroup] 2022-11-23T01:13:33.9717380Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:13:33.9950830Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:13:34.0051160Z Prepare all required actions 2022-11-23T01:13:34.0051350Z Getting action download info 2022-11-23T01:13:34.3897230Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:13:34.6577770Z Download action repository 'actions/download-artifact@v3' (SHA:9782bd6a9848b53b110e712e20e42d89988822b7) 2022-11-23T01:13:34.8141900Z ##[group]Run ./.github/actions/download-build-artifacts 2022-11-23T01:13:34.8142130Z with: 2022-11-23T01:13:34.8142260Z name: macos-12-py3-arm64 2022-11-23T01:13:34.8142390Z use-gha: true 2022-11-23T01:13:34.8142500Z env: 2022-11-23T01:13:34.8142620Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.8142770Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.8142910Z TEST_CONFIG: functorch 2022-11-23T01:13:34.8143030Z SHARD_NUMBER: 1 2022-11-23T01:13:34.8143150Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:34.8143270Z PR_BODY: 2022-11-23T01:13:34.8143400Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.8143570Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.8143700Z ##[endgroup] 2022-11-23T01:13:34.8163880Z ##[group]Run actions/download-artifact@v3 2022-11-23T01:13:34.8164140Z with: 2022-11-23T01:13:34.8164250Z name: macos-12-py3-arm64 2022-11-23T01:13:34.8164370Z env: 2022-11-23T01:13:34.8164490Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.8164630Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.8164780Z TEST_CONFIG: functorch 2022-11-23T01:13:34.8164900Z SHARD_NUMBER: 1 2022-11-23T01:13:34.8165020Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:34.8165130Z PR_BODY: 2022-11-23T01:13:34.8165250Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.8165390Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.8165520Z ##[endgroup] 2022-11-23T01:13:34.8749720Z Starting download for macos-12-py3-arm64 2022-11-23T01:13:34.9810140Z Directory structure has been setup for the artifact 2022-11-23T01:13:34.9811610Z Total number of files that will be downloaded: 1 2022-11-23T01:13:35.9845350Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:36.9872020Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:37.2665560Z Artifact macos-12-py3-arm64 was downloaded to /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:13:37.2680940Z Artifact download has finished successfully 2022-11-23T01:13:37.2753870Z ##[group]Run unzip -o artifacts.zip 2022-11-23T01:13:37.2754240Z unzip -o artifacts.zip 2022-11-23T01:13:37.2783830Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:37.2784230Z env: 2022-11-23T01:13:37.2784480Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:37.2784920Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:37.2785240Z TEST_CONFIG: functorch 2022-11-23T01:13:37.2785530Z SHARD_NUMBER: 1 2022-11-23T01:13:37.2785780Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:37.2786030Z PR_BODY: 2022-11-23T01:13:37.2786290Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:37.2786610Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:37.2786990Z ##[endgroup] 2022-11-23T01:13:37.3258160Z Archive: artifacts.zip 2022-11-23T01:13:37.3259300Z creating: dist/ 2022-11-23T01:13:37.6617870Z inflating: dist/torch-1.14.0a0+git1cfd385-cp39-cp39-macosx_11_0_x86_64.whl 2022-11-23T01:13:37.6704970Z inflating: build/.ninja_log 2022-11-23T01:13:37.7103570Z inflating: build/compile_commands.json 2022-11-23T01:13:37.7104930Z inflating: .pytorch-test-times.json 2022-11-23T01:13:37.7136770Z ##[group]Run df -H 2022-11-23T01:13:37.7136890Z df -H 2022-11-23T01:13:37.7148600Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:37.7148740Z env: 2022-11-23T01:13:37.7148850Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:37.7148990Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:37.7149120Z TEST_CONFIG: functorch 2022-11-23T01:13:37.7149230Z SHARD_NUMBER: 1 2022-11-23T01:13:37.7149350Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:37.7149450Z PR_BODY: 2022-11-23T01:13:37.7149760Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:37.7149910Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:37.7150070Z ##[endgroup] 2022-11-23T01:13:37.7423090Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-11-23T01:13:37.7423540Z /dev/disk5s2s1 107G 15G 47G 25% 501138 463809480 0% / 2022-11-23T01:13:37.7423740Z devfs 224k 224k 0B 100% 756 0 100% /dev 2022-11-23T01:13:37.7423950Z /dev/disk5s5 107G 6.4G 47G 12% 6 463809480 0% /System/Volumes/VM 2022-11-23T01:13:37.7424170Z /dev/disk5s3 107G 310M 47G 1% 700 463809480 0% /System/Volumes/Preboot 2022-11-23T01:13:37.7424380Z /dev/disk1s2 524M 6.3M 412M 2% 1 4028080 0% /System/Volumes/xarts 2022-11-23T01:13:37.7424610Z /dev/disk1s1 524M 54M 412M 12% 53 4028080 0% /System/Volumes/iSCPreboot 2022-11-23T01:13:37.7424840Z /dev/disk1s3 524M 229k 412M 1% 34 4028080 0% /System/Volumes/Hardware 2022-11-23T01:13:37.7425060Z /dev/disk5s1 107G 37G 47G 44% 1107006 463809480 0% /System/Volumes/Data 2022-11-23T01:13:37.7425380Z map auto_home 0B 0B 0B 100% 0 0 100% /System/Volumes/Data/home 2022-11-23T01:13:37.7425910Z /dev/disk3s4 245G 258k 228G 1% 17 2226054280 0% /private/tmp/tmp-mount-0U9gsv 2022-11-23T01:13:37.7480590Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@main 2022-11-23T01:13:37.7480800Z with: 2022-11-23T01:13:37.7480920Z python-version: 3.9 2022-11-23T01:13:37.7481110Z environment-file: .github/requirements/conda-env-macOS-ARM64 2022-11-23T01:13:37.7481340Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2022-11-23T01:13:37.7481530Z miniconda-version: 4.12.0 2022-11-23T01:13:37.7481670Z env: 2022-11-23T01:13:37.7481790Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:37.7481930Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:37.7482100Z TEST_CONFIG: functorch 2022-11-23T01:13:37.7482230Z SHARD_NUMBER: 1 2022-11-23T01:13:37.7482360Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:37.7482480Z PR_BODY: 2022-11-23T01:13:37.7482680Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:37.7482830Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:37.7482970Z ##[endgroup] 2022-11-23T01:13:37.7494610Z ##[group]Run echo "Print the available disk space for manual inspection" 2022-11-23T01:13:37.7494880Z echo "Print the available disk space for manual inspection" 2022-11-23T01:13:37.7495030Z df -h 2022-11-23T01:13:37.7495130Z  2022-11-23T01:13:37.7495260Z function check_disk_space() { 2022-11-23T01:13:37.7495390Z  set +e 2022-11-23T01:13:37.7495500Z  2022-11-23T01:13:37.7495640Z  # Set the minimum requirement space to 4GB 2022-11-23T01:13:37.7495810Z  MINIMUM_AVAILABLE_SPACE_IN_GB=4 2022-11-23T01:13:37.7496000Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2022-11-23T01:13:37.7496170Z  2022-11-23T01:13:37.7496400Z  # Use KB to avoid floating point warning like 3.1GB 2022-11-23T01:13:37.7496590Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2022-11-23T01:13:37.7496740Z  do 2022-11-23T01:13:37.7496880Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2022-11-23T01:13:37.7497030Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2022-11-23T01:13:37.7497160Z  2022-11-23T01:13:37.7497280Z  if [ "${MOUNT}" = "/" ]; then 2022-11-23T01:13:37.7497460Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2022-11-23T01:13:37.7497730Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2022-11-23T01:13:37.7497960Z  else 2022-11-23T01:13:37.7498210Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2022-11-23T01:13:37.7498390Z  fi 2022-11-23T01:13:37.7498500Z  fi 2022-11-23T01:13:37.7498620Z  done 2022-11-23T01:13:37.7498730Z  2022-11-23T01:13:37.7498840Z  set -e 2022-11-23T01:13:37.7498950Z } 2022-11-23T01:13:37.7499040Z  2022-11-23T01:13:37.7499260Z RESULT=$(check_disk_space) 2022-11-23T01:13:37.7499400Z echo "${RESULT}" 2022-11-23T01:13:37.7499520Z  2022-11-23T01:13:37.7499670Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2022-11-23T01:13:37.7499930Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2022-11-23T01:13:37.7500190Z  # https://github.com/pytorch/pytorch/issues/85440 2022-11-23T01:13:37.7500400Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2022-11-23T01:13:37.7500660Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2022-11-23T01:13:37.7511550Z  sudo launchctl stop com.apple.coresymbolicationd || true 2022-11-23T01:13:37.7511730Z  2022-11-23T01:13:37.7512090Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2022-11-23T01:13:37.7512290Z  # Re-run the check 2022-11-23T01:13:37.7512430Z  RESULT=$(check_disk_space) 2022-11-23T01:13:37.7512560Z  echo "${RESULT}" 2022-11-23T01:13:37.7512670Z fi 2022-11-23T01:13:37.7512770Z  2022-11-23T01:13:37.7512920Z if [[ "${RESULT}" == *Failure* ]]; then 2022-11-23T01:13:37.7513060Z  df -h 2022-11-23T01:13:37.7513170Z  2022-11-23T01:13:37.7513420Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2022-11-23T01:13:37.7513650Z  exit 1 2022-11-23T01:13:37.7513780Z fi 2022-11-23T01:13:37.7525560Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:37.7525710Z env: 2022-11-23T01:13:37.7525820Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:37.7525960Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:37.7526110Z TEST_CONFIG: functorch 2022-11-23T01:13:37.7526220Z SHARD_NUMBER: 1 2022-11-23T01:13:37.7526340Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:37.7526450Z PR_BODY: 2022-11-23T01:13:37.7526560Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:37.7526700Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:37.7526830Z ##[endgroup] 2022-11-23T01:13:37.7789930Z Print the available disk space for manual inspection 2022-11-23T01:13:37.7799680Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-11-23T01:13:37.7800180Z /dev/disk5s2s1 100Gi 14Gi 44Gi 25% 501138 463809360 0% / 2022-11-23T01:13:37.7800390Z devfs 219Ki 219Ki 0Bi 100% 756 0 100% /dev 2022-11-23T01:13:37.7800840Z /dev/disk5s5 100Gi 6.0Gi 44Gi 12% 6 463809360 0% /System/Volumes/VM 2022-11-23T01:13:37.7801080Z /dev/disk5s3 100Gi 296Mi 44Gi 1% 700 463809360 0% /System/Volumes/Preboot 2022-11-23T01:13:37.7801360Z /dev/disk1s2 500Mi 6.0Mi 393Mi 2% 1 4028080 0% /System/Volumes/xarts 2022-11-23T01:13:37.7801580Z /dev/disk1s1 500Mi 51Mi 393Mi 12% 53 4028080 0% /System/Volumes/iSCPreboot 2022-11-23T01:13:37.7801840Z /dev/disk1s3 500Mi 224Ki 393Mi 1% 34 4028080 0% /System/Volumes/Hardware 2022-11-23T01:13:37.7802070Z /dev/disk5s1 100Gi 34Gi 44Gi 44% 1107018 463809360 0% /System/Volumes/Data 2022-11-23T01:13:37.7802270Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home 2022-11-23T01:13:37.7802870Z /dev/disk3s4 228Gi 252Ki 212Gi 1% 17 2226054280 0% /private/tmp/tmp-mount-0U9gsv 2022-11-23T01:13:37.8167150Z Success: There is 46380936KB free space left in / for macOS, continue 2022-11-23T01:13:37.8183360Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:13:37.8183560Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:13:37.8195170Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:37.8195320Z env: 2022-11-23T01:13:37.8195430Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:37.8195580Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:37.8195730Z TEST_CONFIG: functorch 2022-11-23T01:13:37.8195850Z SHARD_NUMBER: 1 2022-11-23T01:13:37.8195970Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:37.8196090Z PR_BODY: 2022-11-23T01:13:37.8196200Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:37.8196350Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:37.8196570Z ##[endgroup] 2022-11-23T01:13:37.8515010Z ##[group]Run actions/cache@v3 2022-11-23T01:13:37.8515170Z with: 2022-11-23T01:13:37.8515300Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2022-11-23T01:13:37.8515510Z key: miniconda-macOS-ARM64-3.9-20221123d 2022-11-23T01:13:37.8515650Z env: 2022-11-23T01:13:37.8515750Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:37.8515890Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:37.8516280Z TEST_CONFIG: functorch 2022-11-23T01:13:37.8516410Z SHARD_NUMBER: 1 2022-11-23T01:13:37.8516520Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:37.8516650Z PR_BODY: 2022-11-23T01:13:37.8516780Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:37.8516920Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:37.8517050Z ##[endgroup] 2022-11-23T01:13:39.0406340Z Received 188743680 of 315440467 (59.8%), 179.6 MBs/sec 2022-11-23T01:13:40.2010630Z Received 315440467 of 315440467 (100.0%), 139.1 MBs/sec 2022-11-23T01:13:40.2186580Z Cache Size: ~301 MB (315440467 B) 2022-11-23T01:13:40.2203500Z [command]/usr/bin/tar -z -xf /Users/ec2-user/runner/_work/_temp/502019f1-194d-425a-9dfe-3d4ca02b7a7d/cache.tgz -P -C /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:13:49.2248330Z Cache restored successfully 2022-11-23T01:13:49.2356170Z Cache restored from key: miniconda-macOS-ARM64-3.9-20221123d 2022-11-23T01:13:49.2458260Z ##[group]Run MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:13:49.2458500Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:13:49.2458730Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2022-11-23T01:13:49.2471310Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:49.2471540Z env: 2022-11-23T01:13:49.2471700Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:49.2471870Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:49.2472030Z TEST_CONFIG: functorch 2022-11-23T01:13:49.2472170Z SHARD_NUMBER: 1 2022-11-23T01:13:49.2472290Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:49.2472420Z PR_BODY: 2022-11-23T01:13:49.2472550Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:49.2472700Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:49.2472830Z ##[endgroup] 2022-11-23T01:13:49.4013560Z ##[group]Run actions/cache@v3 2022-11-23T01:13:49.4013720Z with: 2022-11-23T01:13:49.4013890Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:13:49.4014290Z key: miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388 2022-11-23T01:13:49.4014620Z env: 2022-11-23T01:13:49.4014740Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:49.4014890Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:49.4015090Z TEST_CONFIG: functorch 2022-11-23T01:13:49.4015220Z SHARD_NUMBER: 1 2022-11-23T01:13:49.4015350Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:49.4015470Z PR_BODY: 2022-11-23T01:13:49.4015600Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:49.4015750Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:49.4015890Z ##[endgroup] 2022-11-23T01:13:50.5962260Z Received 213909504 of 230035166 (93.0%), 203.8 MBs/sec 2022-11-23T01:13:51.0265990Z Received 230035166 of 230035166 (100.0%), 153.3 MBs/sec 2022-11-23T01:13:51.0388050Z Cache Size: ~219 MB (230035166 B) 2022-11-23T01:13:51.0418570Z [command]/usr/bin/tar -z -xf /Users/ec2-user/runner/_work/_temp/55fb2cb3-35ae-47e3-8e49-80b8a991378f/cache.tgz -P -C /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:13:59.8049330Z Cache restored successfully 2022-11-23T01:13:59.8145040Z Cache restored from key: miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388 2022-11-23T01:13:59.8207200Z ##[group]Run CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:13:59.8207450Z CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:13:59.8207620Z conda create \ 2022-11-23T01:13:59.8207780Z  --yes \ 2022-11-23T01:13:59.8207940Z  --prefix "${CONDA_ENV}" \ 2022-11-23T01:13:59.8208120Z  --clone "${CONDA_BASE_ENV}" 2022-11-23T01:13:59.8208410Z  2022-11-23T01:13:59.8208610Z # TODO: conda-build could not be cloned because it hardcodes the path, so it 2022-11-23T01:13:59.8208800Z # could not be cached 2022-11-23T01:13:59.8209140Z conda install --yes -p ${CONDA_ENV} conda-build=3.21 2022-11-23T01:13:59.8209310Z  2022-11-23T01:13:59.8209460Z echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:13:59.8209700Z echo "CONDA_RUN=conda run -p ${CONDA_ENV} --no-capture-output" >> "${GITHUB_ENV}" 2022-11-23T01:13:59.8209940Z echo "CONDA_BUILD=conda run -p ${CONDA_ENV} conda-build" >> "${GITHUB_ENV}" 2022-11-23T01:13:59.8210180Z echo "CONDA_INSTALL=conda install -p ${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:13:59.8225390Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:59.8225550Z env: 2022-11-23T01:13:59.8225670Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:59.8225830Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:59.8226030Z TEST_CONFIG: functorch 2022-11-23T01:13:59.8226170Z SHARD_NUMBER: 1 2022-11-23T01:13:59.8226300Z NUM_TEST_SHARDS: 1 2022-11-23T01:13:59.8226430Z PR_BODY: 2022-11-23T01:13:59.8226560Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:59.8226700Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:59.8226870Z PYTHON_VERSION: 3.9 2022-11-23T01:13:59.8227050Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:13:59.8227220Z ##[endgroup] 2022-11-23T01:14:04.0223020Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:14:04.0223390Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:04.0223640Z The following packages cannot be cloned out of the root environment: 2022-11-23T01:14:04.0231870Z - defaults/osx-arm64::conda-22.9.0-py39hca03da5_0 2022-11-23T01:14:04.0232190Z - defaults/osx-arm64::conda-build-3.21.9-py39hca03da5_0 2022-11-23T01:14:04.0232370Z Packages: 89 2022-11-23T01:14:04.0232540Z Files: 12594 2022-11-23T01:14:04.2830200Z Preparing transaction: ...working... done 2022-11-23T01:14:07.7246890Z Verifying transaction: ...working... done 2022-11-23T01:14:11.9703090Z Executing transaction: ...working... done 2022-11-23T01:14:11.9969370Z # 2022-11-23T01:14:11.9969610Z # To activate this environment, use 2022-11-23T01:14:11.9969780Z # 2022-11-23T01:14:11.9970810Z # $ conda activate /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:11.9971020Z # 2022-11-23T01:14:11.9971190Z # To deactivate an active environment, use 2022-11-23T01:14:11.9971360Z # 2022-11-23T01:14:11.9971500Z # $ conda deactivate 2022-11-23T01:14:11.9971590Z 2022-11-23T01:14:12.8411290Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:14:12.8412740Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-11-23T01:14:13.0512300Z Collecting package metadata (repodata.json): ...working... done 2022-11-23T01:14:13.9294670Z Solving environment: ...working... done 2022-11-23T01:14:13.9746640Z 2022-11-23T01:14:13.9747260Z 2022-11-23T01:14:13.9747740Z ==> WARNING: A newer version of conda exists. <== 2022-11-23T01:14:13.9747980Z current version: 4.12.0 2022-11-23T01:14:13.9748760Z latest version: 22.9.0 2022-11-23T01:14:13.9748910Z 2022-11-23T01:14:13.9749170Z Please update conda by running 2022-11-23T01:14:13.9749290Z 2022-11-23T01:14:13.9749510Z $ conda update -n base -c defaults conda 2022-11-23T01:14:13.9749620Z 2022-11-23T01:14:13.9749630Z 2022-11-23T01:14:13.9875200Z 2022-11-23T01:14:13.9875480Z ## Package Plan ## 2022-11-23T01:14:13.9875690Z 2022-11-23T01:14:13.9876210Z environment location: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:13.9876350Z 2022-11-23T01:14:13.9876430Z added / updated specs: 2022-11-23T01:14:13.9876640Z - conda-build=3.21 2022-11-23T01:14:13.9876730Z 2022-11-23T01:14:13.9876750Z 2022-11-23T01:14:13.9877230Z The following NEW packages will be INSTALLED: 2022-11-23T01:14:13.9877660Z 2022-11-23T01:14:13.9877900Z conda pkgs/main/osx-arm64::conda-22.9.0-py39hca03da5_0 2022-11-23T01:14:13.9878460Z conda-build pkgs/main/osx-arm64::conda-build-3.21.9-py39hca03da5_0 2022-11-23T01:14:13.9878590Z 2022-11-23T01:14:13.9878600Z 2022-11-23T01:14:13.9958370Z Preparing transaction: ...working... done 2022-11-23T01:14:14.0581400Z Verifying transaction: ...working... done 2022-11-23T01:14:14.1757520Z Executing transaction: ...working... done 2022-11-23T01:14:14.3518690Z ##[group]Run ${CONDA_RUN} python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:14:14.3518940Z ${CONDA_RUN} python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:14:14.3519160Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:14.3532420Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:14.3532570Z env: 2022-11-23T01:14:14.3532700Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:14.3532860Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:14.3533000Z TEST_CONFIG: functorch 2022-11-23T01:14:14.3533130Z SHARD_NUMBER: 1 2022-11-23T01:14:14.3533250Z NUM_TEST_SHARDS: 1 2022-11-23T01:14:14.3533360Z PR_BODY: 2022-11-23T01:14:14.3533490Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:14.3533670Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:14.3533880Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:14.3534140Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:14.3534410Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:14.3534650Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:14.3534830Z ##[endgroup] 2022-11-23T01:14:14.6042210Z ##[group]Run # Install dependencies 2022-11-23T01:14:14.6042410Z # Install dependencies 2022-11-23T01:14:14.6042570Z brew install libomp 2022-11-23T01:14:14.6042720Z brew link --force libomp 2022-11-23T01:14:14.6056170Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:14.6056310Z env: 2022-11-23T01:14:14.6056450Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:14.6056620Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:14.6056820Z TEST_CONFIG: functorch 2022-11-23T01:14:14.6056940Z SHARD_NUMBER: 1 2022-11-23T01:14:14.6057080Z NUM_TEST_SHARDS: 1 2022-11-23T01:14:14.6057210Z PR_BODY: 2022-11-23T01:14:14.6057350Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:14.6057510Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:14.6057710Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:14.6057980Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:14.6058270Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:14.6058540Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:14.6058720Z ##[endgroup] 2022-11-23T01:14:17.7836440Z ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: 2022-11-23T01:14:17.7837980Z https://github.com/Homebrew/brew#donations 2022-11-23T01:14:17.7838190Z 2022-11-23T01:14:17.8135970Z ==> Auto-updated Homebrew! 2022-11-23T01:14:17.8136330Z Updated 1 tap (homebrew/core). 2022-11-23T01:14:17.8834300Z 2022-11-23T01:14:17.8834790Z You have 10 outdated formulae and 2 outdated casks installed. 2022-11-23T01:14:17.8835100Z You can upgrade them with brew upgrade 2022-11-23T01:14:17.8835340Z or list them with brew outdated. 2022-11-23T01:14:17.8835490Z 2022-11-23T01:14:18.5827350Z Warning: libomp 15.0.5 is already installed and up-to-date. 2022-11-23T01:14:18.5827830Z To reinstall 15.0.5, run: 2022-11-23T01:14:18.5827990Z brew reinstall libomp 2022-11-23T01:14:19.0510320Z Warning: Already linked: /opt/homebrew/Cellar/libomp/15.0.5 2022-11-23T01:14:19.0510570Z To relink, run: 2022-11-23T01:14:19.0510790Z brew unlink libomp && brew link --force libomp 2022-11-23T01:14:19.0547320Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:14:19.0547510Z .github/scripts/parse_ref.py 2022-11-23T01:14:19.0560660Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:19.0560800Z env: 2022-11-23T01:14:19.0560920Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:19.0561070Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:19.0561210Z TEST_CONFIG: functorch 2022-11-23T01:14:19.0561340Z SHARD_NUMBER: 1 2022-11-23T01:14:19.0561460Z NUM_TEST_SHARDS: 1 2022-11-23T01:14:19.0561570Z PR_BODY: 2022-11-23T01:14:19.0561700Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:19.0561840Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:19.0562030Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:19.0562280Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:19.0562580Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:19.0562840Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:19.0563010Z ##[endgroup] 2022-11-23T01:14:19.3689790Z ##[group]Run # As wheels are cross-compiled they are reported as x86_64 ones 2022-11-23T01:14:19.3690100Z # As wheels are cross-compiled they are reported as x86_64 ones 2022-11-23T01:14:19.3690390Z ORIG_WHLNAME=$(ls -1 dist/*.whl); ARM_WHLNAME=${ORIG_WHLNAME/x86_64/arm64}; mv "${ORIG_WHLNAME}" "${ARM_WHLNAME}" 2022-11-23T01:14:19.3704660Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:19.3704940Z env: 2022-11-23T01:14:19.3705090Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:19.3705280Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:19.3713990Z TEST_CONFIG: functorch 2022-11-23T01:14:19.3714150Z SHARD_NUMBER: 1 2022-11-23T01:14:19.3714290Z NUM_TEST_SHARDS: 1 2022-11-23T01:14:19.3714430Z PR_BODY: 2022-11-23T01:14:19.3714560Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:19.3714730Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:19.3714960Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:19.3715240Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:19.3715520Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:19.3715780Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:19.3715970Z ##[endgroup] 2022-11-23T01:14:19.6260290Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:14:19.6260640Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:14:19.6260830Z  2022-11-23T01:14:19.6261010Z # sanitize the input commit message and PR body here: 2022-11-23T01:14:19.6261200Z # 2022-11-23T01:14:19.6261400Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:14:19.6261690Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:14:19.6261920Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:14:19.6262090Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:14:19.6262230Z  2022-11-23T01:14:19.6262500Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:14:19.6262750Z # wreak havoc internally 2022-11-23T01:14:19.6263010Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:14:19.6263190Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:14:19.6263330Z arch 2022-11-23T01:14:19.6263440Z  2022-11-23T01:14:19.6263620Z ${CONDA_RUN} python3 -mpip install --no-index --no-deps $(echo dist/*.whl) 2022-11-23T01:14:19.6263840Z ${CONDA_RUN} .jenkins/pytorch/macos-test.sh 2022-11-23T01:14:19.6276930Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:19.6277090Z env: 2022-11-23T01:14:19.6277210Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:19.6277400Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:19.6277550Z TEST_CONFIG: functorch 2022-11-23T01:14:19.6277680Z SHARD_NUMBER: 1 2022-11-23T01:14:19.6277860Z NUM_TEST_SHARDS: 1 2022-11-23T01:14:19.6277990Z PR_BODY: 2022-11-23T01:14:19.6278130Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:19.6278290Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:19.6278490Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:19.6278740Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:19.6279010Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:19.6279270Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:19.6279470Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:14:19.6279630Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:14:19.6279780Z ##[endgroup] 2022-11-23T01:14:21.2627590Z arm64Processing ./dist/torch-1.14.0a0+git1cfd385-cp39-cp39-macosx_11_0_arm64.whl 2022-11-23T01:14:21.3283000Z Installing collected packages: torch 2022-11-23T01:14:25.4596020Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:14:25.9894760Z +++ [[ macos-12-py3-arm64 == *rocm* ]] 2022-11-23T01:14:25.9895030Z +++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:14:25.9897820Z ++ sysctl -a 2022-11-23T01:14:25.9898790Z ++ grep machdep.cpu 2022-11-23T01:14:26.0015240Z machdep.cpu.cores_per_package: 8 2022-11-23T01:14:26.0015460Z machdep.cpu.core_count: 8 2022-11-23T01:14:26.0015660Z machdep.cpu.logical_per_package: 8 2022-11-23T01:14:26.0015920Z machdep.cpu.thread_count: 8 2022-11-23T01:14:26.0016110Z machdep.cpu.brand_string: Apple M1 2022-11-23T01:14:26.0016660Z ++ export MACOSX_DEPLOYMENT_TARGET=10.9 2022-11-23T01:14:26.0017180Z ++ MACOSX_DEPLOYMENT_TARGET=10.9 2022-11-23T01:14:26.0017360Z ++ export CXX=clang++ 2022-11-23T01:14:26.0017510Z ++ CXX=clang++ 2022-11-23T01:14:26.0017650Z ++ export CC=clang 2022-11-23T01:14:26.0017790Z ++ CC=clang 2022-11-23T01:14:26.0018000Z + '[' -z true ']' 2022-11-23T01:14:26.0018170Z + export CMAKE_PREFIX_PATH=/miniconda3/ 2022-11-23T01:14:26.0018360Z + CMAKE_PREFIX_PATH=/miniconda3/ 2022-11-23T01:14:26.0018540Z + '[' -z true ']' 2022-11-23T01:14:26.0019030Z + '[' -z true ']' 2022-11-23T01:14:26.0019290Z + [[ macos-12-py3-arm64 != *arm64* ]] 2022-11-23T01:14:26.0020480Z + [[ functorch == *functorch* ]] 2022-11-23T01:14:26.0020690Z + test_functorch 2022-11-23T01:14:26.0020950Z + python test/run_test.py --functorch --verbose 2022-11-23T01:14:28.8205280Z Selected tests: 2022-11-23T01:14:28.8205520Z functorch/test_aotdispatch 2022-11-23T01:14:28.8205690Z functorch/test_control_flow 2022-11-23T01:14:28.8205930Z functorch/test_dims 2022-11-23T01:14:28.8206130Z functorch/test_eager_transforms 2022-11-23T01:14:28.8206320Z functorch/test_functionalize 2022-11-23T01:14:28.8206510Z functorch/test_memory_efficient_fusion 2022-11-23T01:14:28.8206690Z functorch/test_minifier 2022-11-23T01:14:28.8206840Z functorch/test_ops 2022-11-23T01:14:28.8206990Z functorch/test_vmap 2022-11-23T01:14:28.9140700Z parallel (file granularity) tests: 2022-11-23T01:14:28.9141050Z functorch/test_aotdispatch 2022-11-23T01:14:28.9141260Z functorch/test_control_flow 2022-11-23T01:14:28.9141480Z functorch/test_dims 2022-11-23T01:14:28.9141880Z functorch/test_eager_transforms 2022-11-23T01:14:28.9142080Z functorch/test_functionalize 2022-11-23T01:14:28.9151080Z functorch/test_memory_efficient_fusion 2022-11-23T01:14:28.9151300Z functorch/test_minifier 2022-11-23T01:14:28.9151490Z serial (file granularity) tests: 2022-11-23T01:14:28.9151670Z functorch/test_ops 2022-11-23T01:14:28.9151840Z functorch/test_vmap 2022-11-23T01:14:28.9743520Z Ignoring disabled issues: [] 2022-11-23T01:14:28.9743880Z Prioritized test from test file changes. 2022-11-23T01:14:28.9744170Z reordering tests for PR: 2022-11-23T01:14:28.9744420Z prioritized: [] 2022-11-23T01:14:28.9747000Z the rest: ['functorch/test_aotdispatch', 'functorch/test_control_flow', '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-11-23T01:14:28.9747520Z 2022-11-23T01:14:28.9748170Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /Users/ec2-user/runner/_work/pytorch/pytorch/test/.pytorch-slow-tests.json 2022-11-23T01:14:28.9749130Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /Users/ec2-user/runner/_work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2022-11-23T01:14:30.0044650Z Running functorch/test_aotdispatch ... [2022-11-23 01:14:30.004321] 2022-11-23T01:14:30.0044940Z Running functorch/test_control_flow ... [2022-11-23 01:14:30.004365] 2022-11-23T01:14:30.0045580Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_aotdispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:30.004503] 2022-11-23T01:14:30.0046140Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:30.004537] 2022-11-23T01:14:30.0046440Z Ignoring disabled issues: [] 2022-11-23T01:14:30.0046680Z Ignoring disabled issues: [] 2022-11-23T01:14:32.6183180Z 2022-11-23T01:14:32.6184280Z Expand the folded group to see the log file of functorch/test_control_flow 2022-11-23T01:14:32.6188930Z ##[group]PRINTING LOG FILE of functorch/test_control_flow (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_control_flow_ohmbc114) 2022-11-23T01:14:32.6189160Z 2022-11-23T01:14:32.6189220Z Running tests... 2022-11-23T01:14:32.6189570Z ---------------------------------------------------------------------- 2022-11-23T01:14:32.6189900Z Test results will be stored in test-reports/python-unittest/functorch.test_control_flow 2022-11-23T01:14:32.6190150Z test_cond_no_trace (__main__.TestControlFlow) ... ok (0.891s) 2022-11-23T01:14:32.6190390Z test_assert_on_mismatch_tensor_size (__main__.TestControlFlowTraced) ... ok (0.010s) 2022-11-23T01:14:32.6191050Z test_assert_on_mismatch_tensor_size_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.007s) 2022-11-23T01:14:32.6191320Z test_assert_on_mismatch_type_size (__main__.TestControlFlowTraced) ... ok (0.005s) 2022-11-23T01:14:32.6191580Z test_assert_on_mismatch_type_size_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.004s) 2022-11-23T01:14:32.6191830Z test_cond_nested_traced (__main__.TestControlFlowTraced) ... ok (0.011s) 2022-11-23T01:14:32.6192080Z test_cond_nested_traced_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.040s) 2022-11-23T01:14:32.6192330Z test_cond_nested_traced_multi (__main__.TestControlFlowTraced) ... ok (0.008s) 2022-11-23T01:14:32.6192590Z test_cond_nested_traced_multi_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.009s) 2022-11-23T01:14:32.6192850Z test_cond_nested_traced_other_inputs (__main__.TestControlFlowTraced) ... ok (0.010s) 2022-11-23T01:14:32.6193110Z test_cond_nested_traced_other_inputs_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.010s) 2022-11-23T01:14:32.6193490Z test_cond_traced_not_nested (__main__.TestControlFlowTraced) ... ok (0.005s) 2022-11-23T01:14:32.6193750Z test_cond_traced_not_nested_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.005s) 2022-11-23T01:14:32.6193990Z test_map_real (__main__.TestControlFlowTraced) ... ok (0.005s) 2022-11-23T01:14:32.6194210Z test_map_symbolic (__main__.TestControlFlowTraced) ... ok (0.194s) 2022-11-23T01:14:32.6194460Z test_nested_cond_map_cond_symbolic (__main__.TestControlFlowTraced) ... ok (0.222s) 2022-11-23T01:14:32.6194710Z test_nested_map_cond_real (__main__.TestControlFlowTraced) ... ok (0.008s) 2022-11-23T01:14:32.6194950Z test_nested_map_cond_symbolic (__main__.TestControlFlowTraced) ... ok (0.138s) 2022-11-23T01:14:32.6195080Z 2022-11-23T01:14:32.6195240Z ---------------------------------------------------------------------- 2022-11-23T01:14:32.6195420Z Ran 18 tests in 1.583s 2022-11-23T01:14:32.6195510Z 2022-11-23T01:14:32.6195560Z OK 2022-11-23T01:14:32.6195620Z 2022-11-23T01:14:32.6195680Z Generating XML reports... 2022-11-23T01:14:32.6196040Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlow-20221123011430.xml 2022-11-23T01:14:32.6196450Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlowTraced-20221123011430.xml 2022-11-23T01:14:32.6196650Z 2022-11-23T01:14:32.6196830Z ##[endgroup] 2022-11-23T01:14:32.6197170Z FINISHED PRINTING LOG FILE of functorch/test_control_flow (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_control_flow_ohmbc114) 2022-11-23T01:14:32.6197370Z 2022-11-23T01:14:33.7221310Z Running functorch/test_dims ... [2022-11-23 01:14:33.721992] 2022-11-23T01:14:33.7222670Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:33.722171] 2022-11-23T01:14:33.7222990Z Ignoring disabled issues: [] 2022-11-23T01:14:43.4359840Z 2022-11-23T01:14:43.4360390Z Expand the folded group to see the log file of functorch/test_dims 2022-11-23T01:14:43.4361180Z ##[group]PRINTING LOG FILE of functorch/test_dims (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_dims_91mjj99l) 2022-11-23T01:14:43.4361380Z 2022-11-23T01:14:43.4361430Z Running tests... 2022-11-23T01:14:43.4361770Z ---------------------------------------------------------------------- 2022-11-23T01:14:43.4362070Z Test results will be stored in test-reports/python-unittest/functorch.test_dims 2022-11-23T01:14:43.4363730Z test_attn (__main__.TestMin) ... ok (0.271s) 2022-11-23T01:14:43.4364300Z test_attn_cuda (__main__.TestMin) ... skip: no CUDA (0.000s) 2022-11-23T01:14:43.4364940Z test_c (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4365770Z test_compare_dims (__main__.TestMin) ... ok (0.131s) 2022-11-23T01:14:43.4366280Z test_diag (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4366470Z test_dim_args (__main__.TestMin) ... ok (0.135s) 2022-11-23T01:14:43.4366660Z test_dims_with_size (__main__.TestMin) ... ok (0.135s) 2022-11-23T01:14:43.4366850Z test_dir (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4367050Z test_doc (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4367230Z test_embed (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4367390Z test_eq (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4367570Z test_expand (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4367750Z test_functorch (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4367930Z test_hello (__main__.TestMin) ... ok (0.137s) 2022-11-23T01:14:43.4368100Z test_index (__main__.TestMin) ... ok (0.133s) 2022-11-23T01:14:43.4368280Z test_index_placement (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4368470Z test_inplace (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4368650Z test_manual_stuff (__main__.TestMin) ... ok (0.133s) 2022-11-23T01:14:43.4368960Z test_mask (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4369140Z test_max (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4369300Z test_mm (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4369480Z test_mm_fuse (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4369660Z test_monkey (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4369860Z test_network (__main__.TestMin) ... skip: no torchvision (0.133s) 2022-11-23T01:14:43.4370050Z test_order (__main__.TestMin) ... ok (0.131s) 2022-11-23T01:14:43.4370230Z test_order_keyword (__main__.TestMin) ... ok (0.131s) 2022-11-23T01:14:43.4370410Z test_parse (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4370590Z test_permute_orig (__main__.TestMin) ... ok (0.131s) 2022-11-23T01:14:43.4370770Z test_seg (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4370950Z test_simple (__main__.TestMin) ... ok (0.131s) 2022-11-23T01:14:43.4371130Z test_softmax_split (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4371310Z test_stack (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4371560Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.00740904199999992130 seconds 2022-11-23T01:14:43.4371750Z fc: 0.01294187499999921442 seconds 2022-11-23T01:14:43.4371900Z ok (0.173s) 2022-11-23T01:14:43.4372070Z test_with_dims_split (__main__.TestMin) ... ok (0.132s) 2022-11-23T01:14:43.4372290Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.135s) 2022-11-23T01:14:43.4372540Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-11-23T01:14:43.4372790Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.136s) 2022-11-23T01:14:43.4373010Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4380160Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4380370Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4380600Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4380820Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4381020Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.130s) 2022-11-23T01:14:43.4381220Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4381420Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4381620Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4381830Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4382040Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.135s) 2022-11-23T01:14:43.4382240Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4382450Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4382670Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.133s) 2022-11-23T01:14:43.4383070Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.133s) 2022-11-23T01:14:43.4383290Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4383490Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4383680Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4383890Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4384090Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4384320Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.134s) 2022-11-23T01:14:43.4384540Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.136s) 2022-11-23T01:14:43.4384750Z test_order_keyword (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4384960Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4385170Z test_permute_orig (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4385380Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4385650Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.131s) 2022-11-23T01:14:43.4385870Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4386080Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.132s) 2022-11-23T01:14:43.4386310Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-11-23T01:14:43.4386550Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.133s) 2022-11-23T01:14:43.4386720Z 2022-11-23T01:14:43.4386940Z ---------------------------------------------------------------------- 2022-11-23T01:14:43.4387120Z Ran 68 tests in 8.785s 2022-11-23T01:14:43.4387210Z 2022-11-23T01:14:43.4387260Z OK (skipped=5) 2022-11-23T01:14:43.4387340Z 2022-11-23T01:14:43.4387400Z Generating XML reports... 2022-11-23T01:14:43.4387780Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMin-20221123011434.xml 2022-11-23T01:14:43.4388200Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMinFunctorchOnly-20221123011434.xml 2022-11-23T01:14:43.4388400Z 2022-11-23T01:14:43.4388690Z ##[endgroup] 2022-11-23T01:14:43.4389070Z FINISHED PRINTING LOG FILE of functorch/test_dims (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_dims_91mjj99l) 2022-11-23T01:14:43.4389260Z 2022-11-23T01:14:44.4982800Z Running functorch/test_eager_transforms ... [2022-11-23 01:14:44.498117] 2022-11-23T01:14:44.4984240Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:44.498299] 2022-11-23T01:14:44.4984550Z Ignoring disabled issues: [] 2022-11-23T01:14:47.8919320Z 2022-11-23T01:14:47.8919940Z Expand the folded group to see the log file of functorch/test_eager_transforms 2022-11-23T01:14:47.8920690Z ##[group]PRINTING LOG FILE of functorch/test_eager_transforms (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_eager_transforms__x8ddsio) 2022-11-23T01:14:47.8921440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/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-11-23T01:14:47.8921890Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:14:47.8922030Z 2022-11-23T01:14:47.8922080Z Running tests... 2022-11-23T01:14:47.8922310Z ---------------------------------------------------------------------- 2022-11-23T01:14:47.8922620Z Test results will be stored in test-reports/python-unittest/functorch.test_eager_transforms 2022-11-23T01:14:47.8922900Z test_autograd_function_debug_switch_cpu (__main__.TestComposabilityCPU) ... ok (0.012s) 2022-11-23T01:14:47.8924100Z test_autograd_functional_jacfwd_inside_transform_cpu (__main__.TestComposabilityCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_vmap_internals.py:100: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:14:47.8924710Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-11-23T01:14:47.8924930Z ok (0.045s) 2022-11-23T01:14:47.8925140Z test_autograd_functional_jacrev_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8925420Z test_autograd_functional_jvp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:14:47.8925710Z test_autograd_functional_vjp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:14:47.8925960Z test_grad_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8926400Z test_grad_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8926630Z test_grad_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8926880Z test_jvp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8927140Z test_make_fx_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.013s) 2022-11-23T01:14:47.8927370Z test_make_fx_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8927600Z test_make_fx_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:14:47.8928050Z test_no_warning_on_import_functorch_cpu (__main__.TestComposabilityCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_eager_transforms.py:2304: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:14:47.8928350Z self.assertEquals(out, "") 2022-11-23T01:14:47.8928490Z ok (0.634s) 2022-11-23T01:14:47.8928690Z test_requires_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-11-23T01:14:47.8928950Z test_retain_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:14:47.8929260Z test_transforms_dont_support_saved_tensor_hooks_transform_functionalize_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8929600Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8929910Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8930210Z test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8930520Z test_transforms_dont_support_saved_tensor_hooks_transform_jacfwd_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8930830Z test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8931130Z test_transforms_dont_support_saved_tensor_hooks_transform_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8931420Z test_vjp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:14:47.8931670Z test_vjp_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8931890Z test_vjp_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8932110Z test_vjp_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8932340Z test_vmap_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8932550Z test_vmap_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8932770Z test_vmap_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-11-23T01:14:47.8933140Z test_ensemble_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.005s) 2022-11-23T01:14:47.8933440Z test_find_learning_rate_ensembling_AlphaDropout_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.005s) 2022-11-23T01:14:47.8933750Z test_find_learning_rate_ensembling_Dropout_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.004s) 2022-11-23T01:14:47.8934060Z test_find_learning_rate_ensembling_FeatureAlphaDropout_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.004s) 2022-11-23T01:14:47.8934360Z test_lennard_jones_batched_jac_jac_jacfwd_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.047s) 2022-11-23T01:14:47.8934640Z test_lennard_jones_batched_jac_jac_jacrev_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.046s) 2022-11-23T01:14:47.8934900Z test_maml_omniglot_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.991s) 2022-11-23T01:14:47.8935630Z test_maml_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_eager_transforms.py:2778: 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 /Users/runner/work/pytorch/pytorch/torch/csrc/utils/tensor_new.cpp:253.) 2022-11-23T01:14:47.8936220Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-11-23T01:14:47.8936390Z ok (0.007s) 2022-11-23T01:14:47.8936610Z test_resnet18_per_sample_grads_cpu (__main__.TestExamplesCorrectnessCPU) ... skip: test requires torchvision (0.001s) 2022-11-23T01:14:47.8936930Z test_update_batch_norm_originally_track_running_stats_False_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.033s) 2022-11-23T01:14:47.8937250Z test_update_batch_norm_originally_track_running_stats_True_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.032s) 2022-11-23T01:14:47.8937530Z test_functionalize_fake_tensors_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-11-23T01:14:47.8937790Z test_functionalize_fx_multi_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-11-23T01:14:47.8938040Z test_functionalize_fx_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-11-23T01:14:47.8938300Z test_functionalize_fx_reapply_views_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-11-23T01:14:47.8938600Z test_functionalize_fx_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-11-23T01:14:47.8949100Z test_functionalize_fx_transpose_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-11-23T01:14:47.8949540Z test_functionalize_grad_cpu (__main__.TestFunctionalizeCPU) ... ok (0.001s) 2022-11-23T01:14:47.8949810Z test_functionalize_nonfunctional_output_cpu (__main__.TestFunctionalizeCPU) ... ok (0.001s) 2022-11-23T01:14:47.8950070Z test_functionalize_opt_tensor_list_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-11-23T01:14:47.8950400Z test_functionalize_optional_tensorlist1_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-11-23T01:14:47.8950710Z test_functionalize_optional_tensorlist2_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-11-23T01:14:47.8950950Z test_inplace_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.001s) 2022-11-23T01:14:47.8951170Z test_linear_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-11-23T01:14:47.8951410Z test_multioutput_inplace_slice_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.001s) 2022-11-23T01:14:47.8951660Z test_multioutput_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.001s) 2022-11-23T01:14:47.8951900Z test_resize_program_inputs_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-11-23T01:14:47.8952140Z test_simple_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.001s) 2022-11-23T01:14:47.8953340Z test_vmap_functionalize_jvp_cpu (__main__.TestFunctionalizeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_eager_transforms.py:3322: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:14:47.8953850Z y.add_(1) 2022-11-23T01:14:47.8953970Z ok (0.001s) 2022-11-23T01:14:47.8954160Z test_advanced_indexing_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8954390Z test_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8954630Z test_composed_with_autograd_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8954880Z test_composite_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8955120Z test_composite_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8955360Z test_composite_two_ops_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8955590Z test_conj_bit_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8955900Z test_dtype_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:14:47.8956150Z test_escaped_wrappers_are_ignored_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8956420Z test_escaped_wrappers_are_marked_as_dead_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8956670Z test_fn_with_kwargs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8956900Z test_functional_init_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:14:47.8957140Z test_functional_init_with_buffers_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:14:47.8957380Z test_grad_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:14:47.8957610Z test_grad_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8957850Z test_grad_of_vjp_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8958100Z test_grad_of_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8958350Z test_grad_pytree_inputs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8958580Z test_inplace_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8958820Z test_inplace_on_captures_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:14:47.8959060Z test_inplace_on_view_base_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8959290Z test_inplace_on_view_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8959520Z test_invalid_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8959740Z test_is_cuda_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8959970Z test_manual_seed_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8960210Z test_negative_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8960450Z test_nesting_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8960670Z test_no_grad_inside_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8960900Z test_no_grad_mixed_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8961150Z test_no_grad_nested_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8961400Z test_no_grad_nested_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8961630Z test_no_grad_outside_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8961870Z test_no_grad_outside_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8962110Z test_no_grad_outside_vjp_fn_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8962350Z test_no_grad_outside_vjp_only_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8962730Z test_no_grad_value_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8962960Z test_numel_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:14:47.8963190Z test_out_of_order_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8963460Z test_primitive_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8963710Z test_print_captured_tensor_inside_transform_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8963960Z test_shape_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8964180Z test_tensor_ctor_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8964420Z test_tensor_print_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.039s) 2022-11-23T01:14:47.8964660Z test_tensor_print_grad_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:14:47.8964900Z test_tensor_print_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.035s) 2022-11-23T01:14:47.8965200Z test_tensor_print_vmap_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:14:47.8965440Z test_tensor_print_vmap_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.035s) 2022-11-23T01:14:47.8965680Z test_unrelated_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8965910Z test_unrelated_hessian_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8966140Z test_unrelated_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8966390Z test_unrelated_vjp_multiple_inputs_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8966650Z test_view_inplace_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8966870Z test_views_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8967080Z test_vjp_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8967310Z test_vjp_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8967530Z test_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8967760Z test_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8968000Z test_vjp_outputs_can_any_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:14:47.8968240Z test_vjp_pytree_error_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8968470Z test_vjp_pytree_input_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8968710Z test_vjp_pytree_output_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8968930Z test_vjp_two_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:14:47.8969160Z test_zero_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-11-23T01:14:47.8969400Z test_hessian_vectorize_correctness_multi_input_cpu (__main__.TestHessianCPU) ... ok (0.005s) 2022-11-23T01:14:47.8969660Z test_hessian_vectorize_correctness_simple_cpu (__main__.TestHessianCPU) ... ok (0.002s) 2022-11-23T01:14:47.8969930Z test_hessian_vectorize_correctness_unrelated_outputs_cpu (__main__.TestHessianCPU) ... ok (0.002s) 2022-11-23T01:14:47.8970190Z test_jacfwd_different_levels_cpu (__main__.TestHessianCPU) ... ok (0.002s) 2022-11-23T01:14:47.8970440Z test_against_reference_correctness_different_devices_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8970720Z test_against_reference_correctness_different_devices_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8970980Z test_against_reference_default_arg_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8971220Z test_against_reference_default_arg_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8971460Z test_against_reference_multi_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8971810Z test_against_reference_multi_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8972070Z test_against_reference_multi_input_multi_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:14:47.8972340Z test_against_reference_multi_input_multi_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8972590Z test_against_reference_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8972830Z test_against_reference_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8973080Z test_against_reference_unrelated_outputs_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8973420Z test_against_reference_unrelated_outputs_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8973660Z test_against_reference_zero_dim_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8973900Z test_against_reference_zero_dim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8974140Z test_argnums_defaults_to_zero_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8974700Z test_argnums_defaults_to_zero_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8974940Z test_argnums_effect_on_return_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8975170Z test_argnums_effect_on_return_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8975400Z test_argnums_tuple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8975610Z test_argnums_tuple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8975820Z test_aux_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8976030Z test_aux_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8976240Z test_aux_tensor_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8976440Z test_diff_numel_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8976660Z test_dimensionality_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8976880Z test_dimensionality_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8977090Z test_empty_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8977310Z test_empty_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8977520Z test_empty_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8977740Z test_empty_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8977950Z test_float_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8978160Z test_float_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8978360Z test_hessian_simple_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8978570Z test_inplace_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8978780Z test_inplace_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8978990Z test_multiple_args_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8979200Z test_multiple_args_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8979420Z test_multiple_inputs_outputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:14:47.8979670Z test_multiple_inputs_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8986200Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8986510Z test_multiple_inputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:14:47.8986750Z test_multiple_inputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8986990Z test_multiple_outputs_multiple_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8987520Z test_multiple_outputs_multiple_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8987770Z test_multiple_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8988020Z test_multiple_outputs_single_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8988260Z test_multiple_outputs_single_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8988490Z test_negative_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8988710Z test_negative_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8988940Z test_nested_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8989160Z test_out_of_bounds_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8989390Z test_out_of_bounds_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8989610Z test_outputs_can_any_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:14:47.8989850Z test_outputs_can_any_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8990160Z test_repeated_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8990380Z test_repeated_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:14:47.8990590Z test_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8990790Z test_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8991000Z test_simple_not_flat_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8991220Z test_simple_not_flat_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8991430Z test_unrelated_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8991650Z test_unrelated_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8991870Z test_unrelated_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8992090Z test_unrelated_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8992320Z test_vmap_on_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:14:47.8992560Z test_autograd_function_disables_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8992770Z test_aux_pytree_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8992970Z test_aux_tensor_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8993180Z test_disable_fwd_grad_inside_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8993400Z test_disable_fwd_grad_mixed_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8993620Z test_disable_fwd_grad_outside_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8993830Z test_enable_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8994040Z test_fwd_grad_enabled_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:14:47.8994250Z test_inplace_on_captures_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-11-23T01:14:47.8994470Z test_inputs_are_tuples_of_tensors_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8994700Z test_jvp_inside_autograd_function_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8994920Z test_multiple_inputs_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8995140Z test_multiple_inputs_outputs_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8995350Z test_multiple_outputs_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8995570Z test_nonempty_primals_and_tangents_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:14:47.8995800Z test_outputs_can_any_pytree_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-11-23T01:14:47.8996020Z test_primals_tangents_length_mismatch_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8996240Z test_pytree_inputs_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8996570Z test_pytree_inputs_error_cases_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8996790Z test_simple_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8996990Z test_strict_mode_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8997190Z test_unrelated_input_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8997400Z test_unrelated_output_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8997620Z test_zerotensor_vmapjvp_interaction_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-11-23T01:14:47.8997850Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.002s) 2022-11-23T01:14:47.8998070Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.001s) 2022-11-23T01:14:47.8998310Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.001s) 2022-11-23T01:14:47.8998940Z test_correctness_mnist (__main__.TestMakeFunctional) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_eager_transforms.py:2661: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-11-23T01:14:47.8999320Z return F.log_softmax(x) 2022-11-23T01:14:47.8999460Z ok (0.011s) 2022-11-23T01:14:47.8999670Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.001s) 2022-11-23T01:14:47.8999960Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.001s) 2022-11-23T01:14:47.9000210Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.002s) 2022-11-23T01:14:47.9000440Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.003s) 2022-11-23T01:14:47.9000670Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.002s) 2022-11-23T01:14:47.9000920Z test_state_correctly_returned_after_forward (__main__.TestMakeFunctional) ... ok (0.001s) 2022-11-23T01:14:47.9001200Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.001s) 2022-11-23T01:14:47.9001510Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.001s) 2022-11-23T01:14:47.9001790Z test_basic_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.001s) 2022-11-23T01:14:47.9002040Z test_grad_grad_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.001s) 2022-11-23T01:14:47.9002280Z test_grad_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.001s) 2022-11-23T01:14:47.9002540Z test_no_grad_inside_grad_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.002s) 2022-11-23T01:14:47.9002800Z test_no_grad_outside_grad_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.001s) 2022-11-23T01:14:47.9003050Z test_vmap_grad_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.001s) 2022-11-23T01:14:47.9003300Z test_vmap_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.001s) 2022-11-23T01:14:47.9003530Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9003750Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9003980Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9004220Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9004460Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9004680Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9004900Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.000s) 2022-11-23T01:14:47.9005190Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9005410Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:14:47.9005640Z test_all_dual_base_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.002s) 2022-11-23T01:14:47.9006000Z test_all_dual_base_view_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.002s) 2022-11-23T01:14:47.9006260Z test_all_dual_no_view_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.002s) 2022-11-23T01:14:47.9006510Z test_right_dual_base_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.001s) 2022-11-23T01:14:47.9006770Z test_right_dual_view_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.002s) 2022-11-23T01:14:47.9007000Z test_log_softmax_cpu (__main__.TestVmapOfGradCPU) ... ok (0.001s) 2022-11-23T01:14:47.9007240Z test_new_empty_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.001s) 2022-11-23T01:14:47.9007480Z test_new_zeros_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.001s) 2022-11-23T01:14:47.9007720Z test_per_sample_grads_embeddingnet_cpu (__main__.TestVmapOfGradCPU) ... ok (0.040s) 2022-11-23T01:14:47.9007960Z test_per_sample_grads_inplace_view_cpu (__main__.TestVmapOfGradCPU) ... ok (0.006s) 2022-11-23T01:14:47.9008210Z test_per_sample_grads_simple_cpu (__main__.TestVmapOfGradCPU) ... ok (0.006s) 2022-11-23T01:14:47.9008370Z 2022-11-23T01:14:47.9008540Z ---------------------------------------------------------------------- 2022-11-23T01:14:47.9008730Z Ran 253 tests in 2.351s 2022-11-23T01:14:47.9008810Z 2022-11-23T01:14:47.9008860Z OK (skipped=1) 2022-11-23T01:14:47.9008940Z 2022-11-23T01:14:47.9009000Z Generating XML reports... 2022-11-23T01:14:47.9009340Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestComposabilityCPU-20221123011445.xml 2022-11-23T01:14:47.9009790Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestExamplesCorrectnessCPU-20221123011445.xml 2022-11-23T01:14:47.9010220Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestFunctionalizeCPU-20221123011445.xml 2022-11-23T01:14:47.9010640Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestGradTransformCPU-20221123011445.xml 2022-11-23T01:14:47.9011040Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestHessianCPU-20221123011445.xml 2022-11-23T01:14:47.9011460Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJacCPU-20221123011445.xml 2022-11-23T01:14:47.9011840Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJvpCPU-20221123011445.xml 2022-11-23T01:14:47.9012230Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestMakeFunctional-20221123011445.xml 2022-11-23T01:14:47.9012670Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestPyOperatorInteractionCPU-20221123011445.xml 2022-11-23T01:14:47.9013090Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestSliceArgnums-20221123011445.xml 2022-11-23T01:14:47.9013510Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapJvpInplaceViewCPU-20221123011445.xml 2022-11-23T01:14:47.9013940Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapOfGradCPU-20221123011445.xml 2022-11-23T01:14:47.9014120Z 2022-11-23T01:14:47.9014430Z ##[endgroup] 2022-11-23T01:14:47.9014780Z FINISHED PRINTING LOG FILE of functorch/test_eager_transforms (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_eager_transforms__x8ddsio) 2022-11-23T01:14:47.9014990Z 2022-11-23T01:14:48.9710250Z Running functorch/test_functionalize ... [2022-11-23 01:14:48.970872] 2022-11-23T01:14:48.9711900Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:48.971067] 2022-11-23T01:14:48.9712210Z Ignoring disabled issues: [] 2022-11-23T01:14:51.2160410Z 2022-11-23T01:14:51.2161210Z Expand the folded group to see the log file of functorch/test_functionalize 2022-11-23T01:14:51.2161850Z ##[group]PRINTING LOG FILE of functorch/test_functionalize (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_functionalize_gin03mvq) 2022-11-23T01:14:51.2162590Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:48: 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-11-23T01:14:51.2163040Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:14:51.2163180Z 2022-11-23T01:14:51.2163230Z Running tests... 2022-11-23T01:14:51.2163460Z ---------------------------------------------------------------------- 2022-11-23T01:14:51.2163760Z Test results will be stored in test-reports/python-unittest/functorch.test_functionalize 2022-11-23T01:14:51.2164090Z test_autocast_disable_guard_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:51.2164530Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-11-23T01:14:51.2164860Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.020s) 2022-11-23T01:14:51.2165710Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:14:51.2166250Z warnings.warn( 2022-11-23T01:14:51.2166370Z ok (0.008s) 2022-11-23T01:14:51.2166590Z test_custom_autograd_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.003s) 2022-11-23T01:14:51.2166880Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.004s) 2022-11-23T01:14:51.2167160Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.007s) 2022-11-23T01:14:51.2167440Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.005s) 2022-11-23T01:14:51.2167730Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-11-23T01:14:51.2168010Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-11-23T01:14:51.2168290Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.006s) 2022-11-23T01:14:51.2168590Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.006s) 2022-11-23T01:14:51.2168890Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-11-23T01:14:51.2169210Z test_nonidempotent_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-11-23T01:14:51.2169520Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.013s) 2022-11-23T01:14:51.2169810Z test_output_op_depending_on_symint_functionalize (__main__.make_functionalize_test..FunctionalizeTest) 2022-11-23T01:14:51.2170170Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... ok (0.034s) 2022-11-23T01:14:51.2170470Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.003s) 2022-11-23T01:14:51.2170860Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.004s) 2022-11-23T01:14:51.2171170Z test_some_outputs_dont_require_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.004s) 2022-11-23T01:14:51.2171490Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:51.2171800Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.005s) 2022-11-23T01:14:51.2172620Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:14:51.2173200Z warnings.warn( 2022-11-23T01:14:51.2173330Z ok (0.007s) 2022-11-23T01:14:51.2174090Z test_default_partitioner_output_tensor_shape_tensor_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:14:51.2174650Z warnings.warn( 2022-11-23T01:14:51.2174780Z ok (0.148s) 2022-11-23T01:14:51.2175000Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.218s) 2022-11-23T01:14:51.2175340Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.030s) 2022-11-23T01:14:51.2176180Z test_min_cut_partitioner_output_tensor_shape_tensor_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:14:51.2176710Z warnings.warn( 2022-11-23T01:14:51.2176830Z ok (0.084s) 2022-11-23T01:14:51.2177060Z test_min_cut_partitioner_recomputable_ops_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.014s) 2022-11-23T01:14:51.2177880Z test_min_cut_partitioner_save_shape_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:14:51.2178400Z warnings.warn( 2022-11-23T01:14:51.2179020Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:14:51.2179450Z warnings.warn( 2022-11-23T01:14:51.2179680Z ok (0.059s) 2022-11-23T01:14:51.2179910Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.003s) 2022-11-23T01:14:51.2180210Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.008s) 2022-11-23T01:14:51.2180370Z 2022-11-23T01:14:51.2180520Z ---------------------------------------------------------------------- 2022-11-23T01:14:51.2180700Z Ran 30 tests in 0.745s 2022-11-23T01:14:51.2180790Z 2022-11-23T01:14:51.2180840Z OK (skipped=4) 2022-11-23T01:14:51.2180920Z 2022-11-23T01:14:51.2180980Z Generating XML reports... 2022-11-23T01:14:51.2181330Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20221123011450.xml 2022-11-23T01:14:51.2181790Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestPartitioning-20221123011450.xml 2022-11-23T01:14:51.2181990Z 2022-11-23T01:14:51.2182170Z ##[endgroup] 2022-11-23T01:14:51.2182620Z FINISHED PRINTING LOG FILE of functorch/test_functionalize (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_functionalize_gin03mvq) 2022-11-23T01:14:51.2182830Z 2022-11-23T01:14:52.2787110Z Running functorch/test_memory_efficient_fusion ... [2022-11-23 01:14:52.278556] 2022-11-23T01:14:52.2788370Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:52.278759] 2022-11-23T01:14:52.2788700Z Ignoring disabled issues: [] 2022-11-23T01:14:53.3911090Z 2022-11-23T01:14:53.3911450Z Expand the folded group to see the log file of functorch/test_memory_efficient_fusion 2022-11-23T01:14:53.3912140Z ##[group]PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_memory_efficient_fusion_tb4lmg3_) 2022-11-23T01:14:53.3912410Z 2022-11-23T01:14:53.3912480Z Running tests... 2022-11-23T01:14:53.3912870Z ---------------------------------------------------------------------- 2022-11-23T01:14:53.3913190Z Test results will be stored in test-reports/python-unittest/functorch.test_memory_efficient_fusion 2022-11-23T01:14:53.3913440Z test_empty (__main__.NoChangeTestCase) ... ok (0.136s) 2022-11-23T01:14:53.3913660Z test_nochange (__main__.NoChangeTestCase) ... ok (0.003s) 2022-11-23T01:14:53.3913870Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.003s) 2022-11-23T01:14:53.3914070Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.003s) 2022-11-23T01:14:53.3914270Z test_random (__main__.RandomOpTestCase) ... ok (0.056s) 2022-11-23T01:14:53.3914490Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.004s) 2022-11-23T01:14:53.3914720Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.004s) 2022-11-23T01:14:53.3914940Z test_kwarg (__main__.ReduceTestCase) ... ok (0.003s) 2022-11-23T01:14:53.3915160Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.002s) 2022-11-23T01:14:53.3915370Z test_simple (__main__.ReduceTestCase) ... ok (0.003s) 2022-11-23T01:14:53.3915570Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.004s) 2022-11-23T01:14:53.3915780Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.004s) 2022-11-23T01:14:53.3915990Z test_two_args (__main__.ReduceTestCase) ... ok (0.004s) 2022-11-23T01:14:53.3916190Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.004s) 2022-11-23T01:14:53.3916440Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:53.3916740Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:53.3917040Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:53.3917560Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:53.3917850Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:53.3918130Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:53.3918400Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:14:53.3918560Z 2022-11-23T01:14:53.3918710Z ---------------------------------------------------------------------- 2022-11-23T01:14:53.3918890Z Ran 21 tests in 0.234s 2022-11-23T01:14:53.3918980Z 2022-11-23T01:14:53.3919030Z OK (skipped=7) 2022-11-23T01:14:53.3919110Z 2022-11-23T01:14:53.3919180Z Generating XML reports... 2022-11-23T01:14:53.3919530Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-NoChangeTestCase-20221123011452.xml 2022-11-23T01:14:53.3919960Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-RandomOpTestCase-20221123011452.xml 2022-11-23T01:14:53.3920430Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-ReduceTestCase-20221123011452.xml 2022-11-23T01:14:53.3920880Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20221123011452.xml 2022-11-23T01:14:53.3921090Z 2022-11-23T01:14:53.3921260Z ##[endgroup] 2022-11-23T01:14:53.3921630Z FINISHED PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_memory_efficient_fusion_tb4lmg3_) 2022-11-23T01:14:53.3921850Z 2022-11-23T01:14:54.4774720Z Running functorch/test_minifier ... [2022-11-23 01:14:54.477293] 2022-11-23T01:14:54.4776040Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:54.477507] 2022-11-23T01:14:54.4776360Z Ignoring disabled issues: [] 2022-11-23T01:14:55.5699020Z 2022-11-23T01:14:55.5699350Z Expand the folded group to see the log file of functorch/test_minifier 2022-11-23T01:14:55.5700080Z ##[group]PRINTING LOG FILE of functorch/test_minifier (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_minifier_9th4d546) 2022-11-23T01:14:55.5700300Z 2022-11-23T01:14:55.5700350Z Running tests... 2022-11-23T01:14:55.5700770Z ---------------------------------------------------------------------- 2022-11-23T01:14:55.5701100Z Test results will be stored in test-reports/python-unittest/functorch.test_minifier 2022-11-23T01:14:55.5701350Z test_has_add_mul (__main__.TestMinifier) ... ok (0.178s) 2022-11-23T01:14:55.5701570Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 9 nodes 2022-11-23T01:14:55.5701740Z 2022-11-23T01:14:55.5701820Z # Working Repro with 9 nodes 2022-11-23T01:14:55.5702100Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5702450Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5702610Z 2022-11-23T01:14:55.5702610Z 2022-11-23T01:14:55.5702620Z 2022-11-23T01:14:55.5702680Z def forward(self, x_1): 2022-11-23T01:14:55.5702860Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-11-23T01:14:55.5703070Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-11-23T01:14:55.5703290Z cos = torch.ops.aten.cos.default(add); add = None 2022-11-23T01:14:55.5703490Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:14:55.5703700Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:14:55.5703910Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-11-23T01:14:55.5704110Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-11-23T01:14:55.5704280Z return (mul_1,) 2022-11-23T01:14:55.5704410Z 2022-11-23T01:14:55.5704740Z 2022-11-23T01:14:55.5704810Z Trying granularity 8 2022-11-23T01:14:55.5704900Z 2022-11-23T01:14:55.5704990Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:14:55.5705160Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5705250Z 2022-11-23T01:14:55.5705340Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:14:55.5705510Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5705600Z 2022-11-23T01:14:55.5705690Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:14:55.5705850Z FAIL: Truncate suffix 2022-11-23T01:14:55.5705940Z 2022-11-23T01:14:55.5706020Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:14:55.5706180Z FAIL: Delta Debugging 2022-11-23T01:14:55.5706320Z Trying granularity 4 2022-11-23T01:14:55.5706410Z 2022-11-23T01:14:55.5706490Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-11-23T01:14:55.5706640Z FAIL: Truncate suffix 2022-11-23T01:14:55.5706730Z 2022-11-23T01:14:55.5706820Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-11-23T01:14:55.5707080Z SUCCESS: Went from 9 to 6 nodes 2022-11-23T01:14:55.5707180Z 2022-11-23T01:14:55.5707240Z # Working Repro with 6 nodes 2022-11-23T01:14:55.5707450Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5707700Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5707850Z 2022-11-23T01:14:55.5707860Z 2022-11-23T01:14:55.5707860Z 2022-11-23T01:14:55.5707920Z def forward(self, cos): 2022-11-23T01:14:55.5708100Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:14:55.5708300Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:14:55.5708500Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-11-23T01:14:55.5708700Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-11-23T01:14:55.5708860Z return (mul_1,) 2022-11-23T01:14:55.5708990Z 2022-11-23T01:14:55.5709060Z 2022-11-23T01:14:55.5709110Z Trying granularity 4 2022-11-23T01:14:55.5709200Z 2022-11-23T01:14:55.5709290Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5709450Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5709550Z 2022-11-23T01:14:55.5709640Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5709810Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5709900Z 2022-11-23T01:14:55.5709980Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5710140Z FAIL: Truncate suffix 2022-11-23T01:14:55.5710220Z 2022-11-23T01:14:55.5710310Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5710470Z FAIL: Delta Debugging 2022-11-23T01:14:55.5710600Z Trying granularity 2 2022-11-23T01:14:55.5710690Z 2022-11-23T01:14:55.5710770Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5710930Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:14:55.5711030Z 2022-11-23T01:14:55.5711090Z # Working Repro with 4 nodes 2022-11-23T01:14:55.5711290Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5711540Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5711690Z 2022-11-23T01:14:55.5711700Z 2022-11-23T01:14:55.5711700Z 2022-11-23T01:14:55.5711760Z def forward(self, cos): 2022-11-23T01:14:55.5711940Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:14:55.5712140Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:14:55.5712300Z return (div,) 2022-11-23T01:14:55.5712420Z 2022-11-23T01:14:55.5712490Z 2022-11-23T01:14:55.5712550Z Trying granularity 4 2022-11-23T01:14:55.5712630Z 2022-11-23T01:14:55.5712720Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5712890Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5712980Z 2022-11-23T01:14:55.5713070Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5713280Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5713380Z 2022-11-23T01:14:55.5713470Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5713630Z FAIL: Truncate suffix 2022-11-23T01:14:55.5713710Z 2022-11-23T01:14:55.5713800Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5713950Z FAIL: Delta Debugging 2022-11-23T01:14:55.5714090Z Trying granularity 2 2022-11-23T01:14:55.5714170Z 2022-11-23T01:14:55.5714250Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5714410Z FAIL: Truncate suffix 2022-11-23T01:14:55.5714490Z 2022-11-23T01:14:55.5714570Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5714740Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:14:55.5714830Z 2022-11-23T01:14:55.5714900Z # Working Repro with 3 nodes 2022-11-23T01:14:55.5715100Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5715350Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5715530Z 2022-11-23T01:14:55.5715540Z 2022-11-23T01:14:55.5715540Z 2022-11-23T01:14:55.5715600Z def forward(self, sub): 2022-11-23T01:14:55.5715780Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:14:55.5715940Z return (div,) 2022-11-23T01:14:55.5716060Z 2022-11-23T01:14:55.5716130Z 2022-11-23T01:14:55.5716190Z Trying granularity 2 2022-11-23T01:14:55.5716270Z 2022-11-23T01:14:55.5716360Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5716530Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5716620Z 2022-11-23T01:14:55.5716710Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5716870Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5716970Z 2022-11-23T01:14:55.5717050Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5717210Z FAIL: Truncate suffix 2022-11-23T01:14:55.5717300Z 2022-11-23T01:14:55.5717380Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5717540Z FAIL: Delta Debugging 2022-11-23T01:14:55.5717680Z Trying granularity 1 2022-11-23T01:14:55.5717760Z 2022-11-23T01:14:55.5717840Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5718000Z FAIL: Truncate suffix 2022-11-23T01:14:55.5718080Z 2022-11-23T01:14:55.5718160Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5718320Z FAIL: Delta Debugging 2022-11-23T01:14:55.5718400Z 2022-11-23T01:14:55.5718490Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5718640Z FAIL: Remove outputs 2022-11-23T01:14:55.5718770Z Made 15 queries 2022-11-23T01:14:55.5718850Z 2022-11-23T01:14:55.5718910Z # Working Repro with 3 nodes 2022-11-23T01:14:55.5719110Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5727380Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5727580Z 2022-11-23T01:14:55.5727580Z 2022-11-23T01:14:55.5727590Z 2022-11-23T01:14:55.5727650Z def forward(self, sub): 2022-11-23T01:14:55.5727840Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:14:55.5728000Z return (div,) 2022-11-23T01:14:55.5728120Z 2022-11-23T01:14:55.5728190Z 2022-11-23T01:14:55.5728260Z Wrote minimal repro out to repro.py 2022-11-23T01:14:55.5728420Z Started off with 7 nodes 2022-11-23T01:14:55.5728510Z 2022-11-23T01:14:55.5728570Z # Working Repro with 7 nodes 2022-11-23T01:14:55.5728840Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5729110Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5729260Z 2022-11-23T01:14:55.5729260Z 2022-11-23T01:14:55.5729270Z 2022-11-23T01:14:55.5729330Z def forward(self, x_1, y_1): 2022-11-23T01:14:55.5729500Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-11-23T01:14:55.5729840Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-11-23T01:14:55.5730040Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-11-23T01:14:55.5730260Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-11-23T01:14:55.5730430Z return add_1 2022-11-23T01:14:55.5730550Z 2022-11-23T01:14:55.5730610Z 2022-11-23T01:14:55.5730670Z Trying granularity 4 2022-11-23T01:14:55.5730760Z 2022-11-23T01:14:55.5730850Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:14:55.5731010Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5731100Z 2022-11-23T01:14:55.5731190Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:14:55.5731360Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5731450Z 2022-11-23T01:14:55.5731530Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:14:55.5731700Z SUCCESS: Went from 7 to 6 nodes 2022-11-23T01:14:55.5731800Z 2022-11-23T01:14:55.5731860Z # Working Repro with 6 nodes 2022-11-23T01:14:55.5732110Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5732420Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5732570Z 2022-11-23T01:14:55.5732570Z 2022-11-23T01:14:55.5732580Z 2022-11-23T01:14:55.5732640Z def forward(self, x_1, y_1): 2022-11-23T01:14:55.5732810Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-11-23T01:14:55.5733000Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-11-23T01:14:55.5733210Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:14:55.5733380Z return (mul,) 2022-11-23T01:14:55.5733500Z 2022-11-23T01:14:55.5733560Z 2022-11-23T01:14:55.5733620Z Trying granularity 4 2022-11-23T01:14:55.5733710Z 2022-11-23T01:14:55.5733790Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:14:55.5733960Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5734050Z 2022-11-23T01:14:55.5734140Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:14:55.5734310Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5734400Z 2022-11-23T01:14:55.5734480Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:14:55.5734640Z FAIL: Truncate suffix 2022-11-23T01:14:55.5734730Z 2022-11-23T01:14:55.5734820Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:14:55.5734980Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:14:55.5735080Z 2022-11-23T01:14:55.5735140Z # Working Repro with 4 nodes 2022-11-23T01:14:55.5735380Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5735650Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5735800Z 2022-11-23T01:14:55.5735800Z 2022-11-23T01:14:55.5735800Z 2022-11-23T01:14:55.5735860Z def forward(self, div, add): 2022-11-23T01:14:55.5736050Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:14:55.5736220Z return (mul,) 2022-11-23T01:14:55.5736340Z 2022-11-23T01:14:55.5736410Z 2022-11-23T01:14:55.5736460Z Trying granularity 4 2022-11-23T01:14:55.5736550Z 2022-11-23T01:14:55.5736630Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5736800Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5736890Z 2022-11-23T01:14:55.5736970Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5737140Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5737250Z 2022-11-23T01:14:55.5737330Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5737490Z FAIL: Truncate suffix 2022-11-23T01:14:55.5737570Z 2022-11-23T01:14:55.5737650Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5737810Z FAIL: Delta Debugging 2022-11-23T01:14:55.5737940Z Trying granularity 2 2022-11-23T01:14:55.5738030Z 2022-11-23T01:14:55.5738110Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5738340Z FAIL: Truncate suffix 2022-11-23T01:14:55.5738430Z 2022-11-23T01:14:55.5738510Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5738660Z FAIL: Delta Debugging 2022-11-23T01:14:55.5738800Z Trying granularity 1 2022-11-23T01:14:55.5738880Z 2022-11-23T01:14:55.5738960Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5739120Z FAIL: Truncate suffix 2022-11-23T01:14:55.5739200Z 2022-11-23T01:14:55.5739280Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5739430Z FAIL: Delta Debugging 2022-11-23T01:14:55.5739520Z 2022-11-23T01:14:55.5739600Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5739750Z FAIL: Remove outputs 2022-11-23T01:14:55.5739880Z Made 9 queries 2022-11-23T01:14:55.5739950Z 2022-11-23T01:14:55.5740020Z # Working Repro with 4 nodes 2022-11-23T01:14:55.5740260Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5740530Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5740700Z 2022-11-23T01:14:55.5740710Z 2022-11-23T01:14:55.5740710Z 2022-11-23T01:14:55.5740770Z def forward(self, div, add): 2022-11-23T01:14:55.5740960Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:14:55.5741120Z return (mul,) 2022-11-23T01:14:55.5741240Z 2022-11-23T01:14:55.5741310Z 2022-11-23T01:14:55.5741370Z Wrote minimal repro out to repro.py 2022-11-23T01:14:55.5741520Z ok (0.011s) 2022-11-23T01:14:55.5741700Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-11-23T01:14:55.5741830Z 2022-11-23T01:14:55.5741890Z # Working Repro with 7 nodes 2022-11-23T01:14:55.5742180Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5742470Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5742620Z 2022-11-23T01:14:55.5742630Z 2022-11-23T01:14:55.5742630Z 2022-11-23T01:14:55.5742700Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:14:55.5742880Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:14:55.5743080Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-11-23T01:14:55.5743270Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-11-23T01:14:55.5743430Z return (sin, b_1, cos, mul) 2022-11-23T01:14:55.5743560Z 2022-11-23T01:14:55.5743620Z 2022-11-23T01:14:55.5743680Z Trying granularity 4 2022-11-23T01:14:55.5743760Z 2022-11-23T01:14:55.5743850Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-11-23T01:14:55.5744010Z SUCCESS: Went from 4 to 2 outputs 2022-11-23T01:14:55.5744110Z 2022-11-23T01:14:55.5744170Z # Working Repro with 7 nodes 2022-11-23T01:14:55.5744460Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5744750Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5744900Z 2022-11-23T01:14:55.5744910Z 2022-11-23T01:14:55.5744910Z 2022-11-23T01:14:55.5744970Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:14:55.5745250Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:14:55.5745450Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-11-23T01:14:55.5745650Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-11-23T01:14:55.5745810Z return [b_1, sin] 2022-11-23T01:14:55.5745940Z 2022-11-23T01:14:55.5746000Z 2022-11-23T01:14:55.5746060Z Trying granularity 4 2022-11-23T01:14:55.5746140Z 2022-11-23T01:14:55.5746230Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-11-23T01:14:55.5746400Z SUCCESS: Went from 7 to 5 nodes 2022-11-23T01:14:55.5746500Z 2022-11-23T01:14:55.5746560Z # Working Repro with 5 nodes 2022-11-23T01:14:55.5746930Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5747220Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5747370Z 2022-11-23T01:14:55.5747370Z 2022-11-23T01:14:55.5747380Z 2022-11-23T01:14:55.5747440Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:14:55.5747610Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:14:55.5747770Z return [b_1, sin] 2022-11-23T01:14:55.5747900Z 2022-11-23T01:14:55.5747960Z 2022-11-23T01:14:55.5748020Z Trying granularity 4 2022-11-23T01:14:55.5748100Z 2022-11-23T01:14:55.5748190Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-11-23T01:14:55.5748360Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5748450Z 2022-11-23T01:14:55.5748530Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-11-23T01:14:55.5748700Z SUCCESS: Went from 5 to 4 nodes 2022-11-23T01:14:55.5748800Z 2022-11-23T01:14:55.5748860Z # Working Repro with 4 nodes 2022-11-23T01:14:55.5749260Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5749560Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5749720Z 2022-11-23T01:14:55.5749720Z 2022-11-23T01:14:55.5749730Z 2022-11-23T01:14:55.5749790Z def forward(self, a_1, b_1): 2022-11-23T01:14:55.5749970Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:14:55.5756260Z return [b_1, sin] 2022-11-23T01:14:55.5756430Z 2022-11-23T01:14:55.5756490Z 2022-11-23T01:14:55.5756550Z Trying granularity 4 2022-11-23T01:14:55.5756640Z 2022-11-23T01:14:55.5756720Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5756890Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5756980Z 2022-11-23T01:14:55.5757070Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5757240Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5757340Z 2022-11-23T01:14:55.5757420Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5757580Z FAIL: Truncate suffix 2022-11-23T01:14:55.5757660Z 2022-11-23T01:14:55.5757740Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5757910Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:14:55.5758000Z 2022-11-23T01:14:55.5758060Z # Working Repro with 3 nodes 2022-11-23T01:14:55.5758350Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5758620Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5758760Z 2022-11-23T01:14:55.5758770Z 2022-11-23T01:14:55.5758770Z 2022-11-23T01:14:55.5758830Z def forward(self, b_1, sin): 2022-11-23T01:14:55.5758970Z return [b_1, sin] 2022-11-23T01:14:55.5759090Z 2022-11-23T01:14:55.5759160Z 2022-11-23T01:14:55.5759210Z Trying granularity 2 2022-11-23T01:14:55.5759300Z 2022-11-23T01:14:55.5759380Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:14:55.5759550Z SUCCESS: Went from 2 to 1 outputs 2022-11-23T01:14:55.5759640Z 2022-11-23T01:14:55.5759700Z # Working Repro with 3 nodes 2022-11-23T01:14:55.5759940Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5760210Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5760350Z 2022-11-23T01:14:55.5760360Z 2022-11-23T01:14:55.5760360Z 2022-11-23T01:14:55.5760420Z def forward(self, b_1, sin): 2022-11-23T01:14:55.5760550Z return [sin] 2022-11-23T01:14:55.5760670Z 2022-11-23T01:14:55.5760740Z 2022-11-23T01:14:55.5760790Z Trying granularity 2 2022-11-23T01:14:55.5760880Z 2022-11-23T01:14:55.5760970Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:14:55.5761130Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5761220Z 2022-11-23T01:14:55.5761420Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:14:55.5761600Z SUCCESS: Went from 3 to 2 nodes 2022-11-23T01:14:55.5761690Z 2022-11-23T01:14:55.5761750Z # Working Repro with 2 nodes 2022-11-23T01:14:55.5761960Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5762190Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5762340Z 2022-11-23T01:14:55.5762350Z 2022-11-23T01:14:55.5762350Z 2022-11-23T01:14:55.5762400Z def forward(self, sin): 2022-11-23T01:14:55.5762540Z return [sin] 2022-11-23T01:14:55.5762650Z 2022-11-23T01:14:55.5762720Z 2022-11-23T01:14:55.5762770Z Trying granularity 2 2022-11-23T01:14:55.5762860Z 2022-11-23T01:14:55.5762950Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:14:55.5763110Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5763200Z 2022-11-23T01:14:55.5763290Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:14:55.5763490Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5763580Z 2022-11-23T01:14:55.5763660Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:14:55.5763820Z FAIL: Truncate suffix 2022-11-23T01:14:55.5763910Z 2022-11-23T01:14:55.5763990Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:14:55.5764150Z FAIL: Delta Debugging 2022-11-23T01:14:55.5764280Z Trying granularity 1 2022-11-23T01:14:55.5764370Z 2022-11-23T01:14:55.5764450Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:14:55.5764600Z FAIL: Truncate suffix 2022-11-23T01:14:55.5764690Z 2022-11-23T01:14:55.5764770Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:14:55.5764920Z FAIL: Delta Debugging 2022-11-23T01:14:55.5765000Z 2022-11-23T01:14:55.5765080Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:14:55.5765240Z FAIL: Remove outputs 2022-11-23T01:14:55.5765360Z Made 15 queries 2022-11-23T01:14:55.5765440Z 2022-11-23T01:14:55.5765500Z # Working Repro with 2 nodes 2022-11-23T01:14:55.5765700Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5765940Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5766090Z 2022-11-23T01:14:55.5766090Z 2022-11-23T01:14:55.5766090Z 2022-11-23T01:14:55.5766150Z def forward(self, sin): 2022-11-23T01:14:55.5766280Z return [sin] 2022-11-23T01:14:55.5766400Z 2022-11-23T01:14:55.5766460Z 2022-11-23T01:14:55.5766530Z Wrote minimal repro out to repro.py 2022-11-23T01:14:55.5766680Z ok (0.011s) 2022-11-23T01:14:55.5766850Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-11-23T01:14:55.5766970Z 2022-11-23T01:14:55.5767030Z # Working Repro with 6 nodes 2022-11-23T01:14:55.5767220Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5767460Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5767610Z 2022-11-23T01:14:55.5767610Z 2022-11-23T01:14:55.5767610Z 2022-11-23T01:14:55.5767670Z def forward(self, x): 2022-11-23T01:14:55.5767810Z relu = self.relu(x); x = None 2022-11-23T01:14:55.5767990Z sub = relu - relu; relu = None 2022-11-23T01:14:55.5768150Z truediv = sub / sub; sub = None 2022-11-23T01:14:55.5768310Z add = truediv + 3; truediv = None 2022-11-23T01:14:55.5768450Z return add 2022-11-23T01:14:55.5768560Z 2022-11-23T01:14:55.5768630Z 2022-11-23T01:14:55.5768680Z Trying granularity 4 2022-11-23T01:14:55.5768770Z 2022-11-23T01:14:55.5768850Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5769020Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5769110Z 2022-11-23T01:14:55.5769190Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5769360Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5769450Z 2022-11-23T01:14:55.5769530Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5769720Z FAIL: Truncate suffix 2022-11-23T01:14:55.5769810Z 2022-11-23T01:14:55.5769890Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5770050Z FAIL: Delta Debugging 2022-11-23T01:14:55.5770180Z Trying granularity 2 2022-11-23T01:14:55.5770270Z 2022-11-23T01:14:55.5770350Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5770500Z FAIL: Truncate suffix 2022-11-23T01:14:55.5770590Z 2022-11-23T01:14:55.5770660Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:14:55.5770830Z SUCCESS: Went from 6 to 5 nodes 2022-11-23T01:14:55.5770920Z 2022-11-23T01:14:55.5770980Z # Working Repro with 5 nodes 2022-11-23T01:14:55.5771180Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5771410Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5771560Z 2022-11-23T01:14:55.5771560Z 2022-11-23T01:14:55.5771570Z 2022-11-23T01:14:55.5771630Z def forward(self, relu): 2022-11-23T01:14:55.5771830Z sub = relu - relu; relu = None 2022-11-23T01:14:55.5771990Z truediv = sub / sub; sub = None 2022-11-23T01:14:55.5772150Z add = truediv + 3; truediv = None 2022-11-23T01:14:55.5772280Z return add 2022-11-23T01:14:55.5772400Z 2022-11-23T01:14:55.5772470Z 2022-11-23T01:14:55.5772520Z Trying granularity 4 2022-11-23T01:14:55.5772600Z 2022-11-23T01:14:55.5772690Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:14:55.5772860Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5772950Z 2022-11-23T01:14:55.5773040Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:14:55.5773200Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5773290Z 2022-11-23T01:14:55.5773370Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:14:55.5773530Z FAIL: Truncate suffix 2022-11-23T01:14:55.5773620Z 2022-11-23T01:14:55.5773700Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:14:55.5773860Z FAIL: Delta Debugging 2022-11-23T01:14:55.5774000Z Trying granularity 2 2022-11-23T01:14:55.5774080Z 2022-11-23T01:14:55.5774160Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-11-23T01:14:55.5774330Z SUCCESS: Went from 5 to 4 nodes 2022-11-23T01:14:55.5774420Z 2022-11-23T01:14:55.5774480Z # Working Repro with 4 nodes 2022-11-23T01:14:55.5774680Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5774910Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5775060Z 2022-11-23T01:14:55.5775060Z 2022-11-23T01:14:55.5775060Z 2022-11-23T01:14:55.5775120Z def forward(self, relu): 2022-11-23T01:14:55.5775290Z sub = relu - relu; relu = None 2022-11-23T01:14:55.5775440Z truediv = sub / sub; sub = None 2022-11-23T01:14:55.5775590Z return (truediv,) 2022-11-23T01:14:55.5775710Z 2022-11-23T01:14:55.5775770Z 2022-11-23T01:14:55.5775820Z Trying granularity 4 2022-11-23T01:14:55.5775910Z 2022-11-23T01:14:55.5775990Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5776160Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5776250Z 2022-11-23T01:14:55.5776340Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5776500Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5776590Z 2022-11-23T01:14:55.5776670Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5782190Z FAIL: Truncate suffix 2022-11-23T01:14:55.5782290Z 2022-11-23T01:14:55.5782370Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5782520Z FAIL: Delta Debugging 2022-11-23T01:14:55.5782660Z Trying granularity 2 2022-11-23T01:14:55.5782740Z 2022-11-23T01:14:55.5782820Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5782970Z FAIL: Truncate suffix 2022-11-23T01:14:55.5783050Z 2022-11-23T01:14:55.5783130Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:14:55.5783290Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:14:55.5783480Z 2022-11-23T01:14:55.5783540Z # Working Repro with 3 nodes 2022-11-23T01:14:55.5783760Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5783990Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5784140Z 2022-11-23T01:14:55.5784140Z 2022-11-23T01:14:55.5784150Z 2022-11-23T01:14:55.5784200Z def forward(self, sub): 2022-11-23T01:14:55.5784350Z truediv = sub / sub; sub = None 2022-11-23T01:14:55.5784500Z return (truediv,) 2022-11-23T01:14:55.5784620Z 2022-11-23T01:14:55.5784680Z 2022-11-23T01:14:55.5784740Z Trying granularity 2 2022-11-23T01:14:55.5784820Z 2022-11-23T01:14:55.5784910Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5785080Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5785170Z 2022-11-23T01:14:55.5785250Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5785420Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5785520Z 2022-11-23T01:14:55.5785630Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5785780Z FAIL: Truncate suffix 2022-11-23T01:14:55.5785870Z 2022-11-23T01:14:55.5785950Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5786100Z FAIL: Delta Debugging 2022-11-23T01:14:55.5786240Z Trying granularity 1 2022-11-23T01:14:55.5786320Z 2022-11-23T01:14:55.5786400Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5786560Z FAIL: Truncate suffix 2022-11-23T01:14:55.5786640Z 2022-11-23T01:14:55.5786720Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5786880Z FAIL: Delta Debugging 2022-11-23T01:14:55.5786960Z 2022-11-23T01:14:55.5787040Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:14:55.5787200Z FAIL: Remove outputs 2022-11-23T01:14:55.5787330Z Made 15 queries 2022-11-23T01:14:55.5787410Z 2022-11-23T01:14:55.5787470Z # Working Repro with 3 nodes 2022-11-23T01:14:55.5787670Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5787910Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5788050Z 2022-11-23T01:14:55.5788060Z 2022-11-23T01:14:55.5788060Z 2022-11-23T01:14:55.5788120Z def forward(self, sub): 2022-11-23T01:14:55.5788260Z truediv = sub / sub; sub = None 2022-11-23T01:14:55.5788410Z return (truediv,) 2022-11-23T01:14:55.5788530Z 2022-11-23T01:14:55.5788600Z 2022-11-23T01:14:55.5788670Z Wrote minimal repro out to repro.py 2022-11-23T01:14:55.5788810Z ok (0.013s) 2022-11-23T01:14:55.5788980Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-11-23T01:14:55.5789100Z 2022-11-23T01:14:55.5789160Z # Working Repro with 8 nodes 2022-11-23T01:14:55.5789410Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5789680Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5789820Z 2022-11-23T01:14:55.5789830Z 2022-11-23T01:14:55.5789830Z 2022-11-23T01:14:55.5789890Z def forward(self, a_1, b_1): 2022-11-23T01:14:55.5790100Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-11-23T01:14:55.5790290Z getitem = std_mean[0] 2022-11-23T01:14:55.5790450Z getitem_1 = std_mean[1]; std_mean = None 2022-11-23T01:14:55.5790650Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-11-23T01:14:55.5790890Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:14:55.5791070Z return (add,) 2022-11-23T01:14:55.5791190Z 2022-11-23T01:14:55.5791250Z 2022-11-23T01:14:55.5791310Z Trying granularity 8 2022-11-23T01:14:55.5791390Z 2022-11-23T01:14:55.5791480Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:14:55.5791650Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5791740Z 2022-11-23T01:14:55.5791880Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:14:55.5792060Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5792150Z 2022-11-23T01:14:55.5792230Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:14:55.5792390Z FAIL: Truncate suffix 2022-11-23T01:14:55.5792480Z 2022-11-23T01:14:55.5792560Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:14:55.5792720Z FAIL: Delta Debugging 2022-11-23T01:14:55.5792850Z Trying granularity 4 2022-11-23T01:14:55.5792940Z 2022-11-23T01:14:55.5793020Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-11-23T01:14:55.5793170Z FAIL: Truncate suffix 2022-11-23T01:14:55.5793260Z 2022-11-23T01:14:55.5793340Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-11-23T01:14:55.5793500Z SUCCESS: Went from 8 to 6 nodes 2022-11-23T01:14:55.5793660Z SUCCESS: Went from 2 to 3 inputs 2022-11-23T01:14:55.5793750Z 2022-11-23T01:14:55.5793810Z # Working Repro with 6 nodes 2022-11-23T01:14:55.5794110Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5794670Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5794820Z 2022-11-23T01:14:55.5794820Z 2022-11-23T01:14:55.5794820Z 2022-11-23T01:14:55.5794900Z def forward(self, b_1, getitem, getitem_1): 2022-11-23T01:14:55.5795100Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-11-23T01:14:55.5795330Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:14:55.5795510Z return (add,) 2022-11-23T01:14:55.5795630Z 2022-11-23T01:14:55.5795690Z 2022-11-23T01:14:55.5795750Z Trying granularity 4 2022-11-23T01:14:55.5795830Z 2022-11-23T01:14:55.5795920Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:14:55.5796090Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5796180Z 2022-11-23T01:14:55.5796270Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:14:55.5796440Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5796530Z 2022-11-23T01:14:55.5796610Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:14:55.5796770Z FAIL: Truncate suffix 2022-11-23T01:14:55.5796860Z 2022-11-23T01:14:55.5796940Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:14:55.5797100Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:14:55.5797190Z 2022-11-23T01:14:55.5797250Z # Working Repro with 4 nodes 2022-11-23T01:14:55.5797500Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5797760Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5797920Z 2022-11-23T01:14:55.5797920Z 2022-11-23T01:14:55.5797930Z 2022-11-23T01:14:55.5797990Z def forward(self, getitem, mul): 2022-11-23T01:14:55.5798190Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:14:55.5798360Z return (add,) 2022-11-23T01:14:55.5798480Z 2022-11-23T01:14:55.5798550Z 2022-11-23T01:14:55.5798600Z Trying granularity 4 2022-11-23T01:14:55.5798680Z 2022-11-23T01:14:55.5798770Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5798930Z FAIL: Eliminate dead code 2022-11-23T01:14:55.5799020Z 2022-11-23T01:14:55.5799110Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5799340Z FAIL: Remove unused inputs 2022-11-23T01:14:55.5799440Z 2022-11-23T01:14:55.5799520Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5799670Z FAIL: Truncate suffix 2022-11-23T01:14:55.5799760Z 2022-11-23T01:14:55.5799840Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5799990Z FAIL: Delta Debugging 2022-11-23T01:14:55.5800120Z Trying granularity 2 2022-11-23T01:14:55.5800210Z 2022-11-23T01:14:55.5800290Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5800500Z FAIL: Truncate suffix 2022-11-23T01:14:55.5800590Z 2022-11-23T01:14:55.5800670Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5800830Z FAIL: Delta Debugging 2022-11-23T01:14:55.5800960Z Trying granularity 1 2022-11-23T01:14:55.5801050Z 2022-11-23T01:14:55.5801130Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5801280Z FAIL: Truncate suffix 2022-11-23T01:14:55.5801360Z 2022-11-23T01:14:55.5801450Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5801600Z FAIL: Delta Debugging 2022-11-23T01:14:55.5801680Z 2022-11-23T01:14:55.5801760Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:14:55.5801920Z FAIL: Remove outputs 2022-11-23T01:14:55.5802040Z Made 11 queries 2022-11-23T01:14:55.5802120Z 2022-11-23T01:14:55.5802180Z # Working Repro with 4 nodes 2022-11-23T01:14:55.5802420Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:14:55.5802680Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:14:55.5802880Z 2022-11-23T01:14:55.5802880Z 2022-11-23T01:14:55.5802880Z 2022-11-23T01:14:55.5802950Z def forward(self, getitem, mul): 2022-11-23T01:14:55.5803140Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:14:55.5803310Z return (add,) 2022-11-23T01:14:55.5803430Z 2022-11-23T01:14:55.5803490Z 2022-11-23T01:14:55.5803560Z Wrote minimal repro out to repro.py 2022-11-23T01:14:55.5809600Z ok (0.013s) 2022-11-23T01:14:55.5809690Z 2022-11-23T01:14:55.5809890Z ---------------------------------------------------------------------- 2022-11-23T01:14:55.5810070Z Ran 5 tests in 0.226s 2022-11-23T01:14:55.5810150Z 2022-11-23T01:14:55.5810200Z OK 2022-11-23T01:14:55.5810270Z 2022-11-23T01:14:55.5810320Z Generating XML reports... 2022-11-23T01:14:55.5810630Z Generated XML report: test-reports/python-unittest/functorch.test_minifier/TEST-TestMinifier-20221123011455.xml 2022-11-23T01:14:55.5810810Z 2022-11-23T01:14:55.5811110Z ##[endgroup] 2022-11-23T01:14:55.5811430Z FINISHED PRINTING LOG FILE of functorch/test_minifier (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_minifier_9th4d546) 2022-11-23T01:14:55.5811620Z 2022-11-23T01:21:33.0873160Z 2022-11-23T01:21:33.0873570Z Expand the folded group to see the log file of functorch/test_aotdispatch 2022-11-23T01:21:33.0875880Z ##[group]PRINTING LOG FILE of functorch/test_aotdispatch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_aotdispatch_d4r5b4l7) 2022-11-23T01:21:33.0876640Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:48: 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-11-23T01:21:33.0877110Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:21:33.0877250Z 2022-11-23T01:21:33.0877960Z Running tests... 2022-11-23T01:21:33.0879010Z ---------------------------------------------------------------------- 2022-11-23T01:21:33.0879710Z Test results will be stored in test-reports/python-unittest/functorch.test_aotdispatch 2022-11-23T01:21:33.0880010Z test_autocast_disable_guard (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:21:33.0880280Z test_batch_norm_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.001s) 2022-11-23T01:21:33.0880510Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.036s) 2022-11-23T01:21:33.0881450Z test_compilation_context (__main__.TestAOTAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:21:33.0885210Z warnings.warn( 2022-11-23T01:21:33.0885350Z ok (0.009s) 2022-11-23T01:21:33.0885530Z test_custom_autograd (__main__.TestAOTAutograd) ... ok (0.003s) 2022-11-23T01:21:33.0885740Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.005s) 2022-11-23T01:21:33.0885940Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.006s) 2022-11-23T01:21:33.0895690Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.005s) 2022-11-23T01:21:33.0896150Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.011s) 2022-11-23T01:21:33.0896360Z test_module (__main__.TestAOTAutograd) ... ok (0.011s) 2022-11-23T01:21:33.0896570Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.006s) 2022-11-23T01:21:33.0896930Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.006s) 2022-11-23T01:21:33.0897590Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.026s) 2022-11-23T01:21:33.0897840Z test_nonidempotent_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.001s) 2022-11-23T01:21:33.0898290Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.014s) 2022-11-23T01:21:33.0898500Z test_output_op_depending_on_symint (__main__.TestAOTAutograd) 2022-11-23T01:21:33.0898840Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... ok (0.091s) 2022-11-23T01:21:33.0899090Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.003s) 2022-11-23T01:21:33.0899300Z test_single_output (__main__.TestAOTAutograd) ... ok (0.004s) 2022-11-23T01:21:33.0899530Z test_some_outputs_dont_require_grad (__main__.TestAOTAutograd) ... ok (0.004s) 2022-11-23T01:21:33.0899770Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.010s) 2022-11-23T01:21:33.0900550Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:21:33.0901070Z warnings.warn( 2022-11-23T01:21:33.0901200Z ok (0.013s) 2022-11-23T01:21:33.0901410Z test_aot_autograd_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.0901680Z test_aot_autograd_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.0901960Z test_aot_autograd_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-11-23T01:21:33.0902230Z test_aot_autograd_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:21:33.0902490Z test_aot_autograd_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-11-23T01:21:33.0902770Z test_aot_autograd_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: flaky (0.000s) 2022-11-23T01:21:33.0903060Z test_aot_autograd_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.0903330Z test_aot_autograd_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-11-23T01:21:33.0904010Z test_aot_autograd_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.0904560Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.0904730Z ok (0.085s) 2022-11-23T01:21:33.0904940Z test_aot_autograd_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-11-23T01:21:33.0905220Z test_aot_autograd_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.0905510Z test_aot_autograd_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.0905780Z test_aot_autograd_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.0906060Z test_aot_autograd_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.0906330Z test_aot_autograd_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-11-23T01:21:33.0906600Z test_aot_autograd_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:21:33.0906880Z test_aot_autograd_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-11-23T01:21:33.0907210Z test_aot_autograd_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-11-23T01:21:33.0907490Z test_aot_autograd_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.0907770Z test_aot_autograd_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-11-23T01:21:33.0908060Z test_aot_autograd_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-11-23T01:21:33.0908330Z test_aot_autograd_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.0908630Z test_aot_autograd_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0908960Z test_aot_autograd_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0909260Z test_aot_autograd_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.133s) 2022-11-23T01:21:33.0909530Z test_aot_autograd_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.134s) 2022-11-23T01:21:33.0909830Z test_aot_autograd_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0910130Z test_aot_autograd_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.0910430Z test_aot_autograd_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0910760Z test_aot_autograd_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0911090Z test_aot_autograd_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0911410Z test_aot_autograd_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0911740Z test_aot_autograd_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0912070Z test_aot_autograd_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0912380Z test_aot_autograd_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.0912680Z test_aot_autograd_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.0913400Z test_aot_autograd_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.0913750Z test_aot_autograd_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.0914040Z test_aot_autograd_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-11-23T01:21:33.0914310Z test_aot_autograd_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.0914580Z test_aot_autograd_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.007s) 2022-11-23T01:21:33.0914870Z test_aot_autograd_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.0915160Z test_aot_autograd_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.0915440Z test_aot_autograd_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-11-23T01:21:33.0915720Z test_aot_autograd_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-11-23T01:21:33.0916010Z test_aot_autograd_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.0916360Z test_aot_autograd_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.0916640Z test_aot_autograd_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.0916920Z test_aot_autograd_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.008s) 2022-11-23T01:21:33.0917220Z test_aot_autograd_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0917550Z test_aot_autograd_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0917870Z test_aot_autograd_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.0918170Z test_aot_autograd_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-11-23T01:21:33.0918490Z test_aot_autograd_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0918820Z test_aot_autograd_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0919130Z test_aot_autograd_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-11-23T01:21:33.0919410Z test_aot_autograd_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-11-23T01:21:33.0919680Z test_aot_autograd_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.984s) 2022-11-23T01:21:33.0919960Z test_aot_autograd_exhaustive_cdouble_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.0920240Z test_aot_autograd_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.0920520Z test_aot_autograd_exhaustive_cfloat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.0921240Z test_aot_autograd_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:21:33.0921750Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T01:21:33.0921930Z expected failure (0.011s) 2022-11-23T01:21:33.0922170Z test_aot_autograd_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0932120Z test_aot_autograd_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T01:21:33.0932550Z L = torch.cholesky(A) 2022-11-23T01:21:33.0932690Z should be replaced with 2022-11-23T01:21:33.0932850Z L = torch.linalg.cholesky(A) 2022-11-23T01:21:33.0932980Z and 2022-11-23T01:21:33.0933110Z U = torch.cholesky(A, upper=True) 2022-11-23T01:21:33.0933270Z should be replaced with 2022-11-23T01:21:33.0933420Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T01:21:33.0933760Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:1729.) 2022-11-23T01:21:33.0934070Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.0934220Z expected failure (0.015s) 2022-11-23T01:21:33.0934450Z test_aot_autograd_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.199s) 2022-11-23T01:21:33.0934840Z test_aot_autograd_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-11-23T01:21:33.0935130Z test_aot_autograd_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.0935410Z test_aot_autograd_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:21:33.0935700Z test_aot_autograd_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.075s) 2022-11-23T01:21:33.0935980Z test_aot_autograd_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-11-23T01:21:33.0936270Z test_aot_autograd_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.007s) 2022-11-23T01:21:33.0936550Z test_aot_autograd_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.0936840Z test_aot_autograd_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.371s) 2022-11-23T01:21:33.0937120Z test_aot_autograd_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.064s) 2022-11-23T01:21:33.0937400Z test_aot_autograd_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:21:33.0937690Z test_aot_autograd_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.0937990Z test_aot_autograd_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.219s) 2022-11-23T01:21:33.0938280Z test_aot_autograd_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.008s) 2022-11-23T01:21:33.0938560Z test_aot_autograd_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-11-23T01:21:33.0938870Z test_aot_autograd_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.0939160Z test_aot_autograd_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.0939440Z test_aot_autograd_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.0939760Z test_aot_autograd_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0940080Z test_aot_autograd_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.0940370Z test_aot_autograd_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.0940650Z test_aot_autograd_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.0941010Z test_aot_autograd_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.0941300Z test_aot_autograd_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.206s) 2022-11-23T01:21:33.0941590Z test_aot_autograd_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-11-23T01:21:33.0941880Z test_aot_autograd_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-11-23T01:21:33.0942180Z test_aot_autograd_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.0942460Z test_aot_autograd_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-11-23T01:21:33.0942740Z test_aot_autograd_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:21:33.0943030Z test_aot_autograd_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-11-23T01:21:33.0943320Z test_aot_autograd_exhaustive_diagonal_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:21:33.0943680Z test_aot_autograd_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.068s) 2022-11-23T01:21:33.0943970Z test_aot_autograd_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-11-23T01:21:33.0944260Z test_aot_autograd_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.951s) 2022-11-23T01:21:33.0944530Z test_aot_autograd_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.0944800Z test_aot_autograd_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.612s) 2022-11-23T01:21:33.0945090Z test_aot_autograd_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-11-23T01:21:33.0945390Z test_aot_autograd_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:21:33.0945690Z test_aot_autograd_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.057s) 2022-11-23T01:21:33.0945980Z test_aot_autograd_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.007s) 2022-11-23T01:21:33.0946260Z test_aot_autograd_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.0946540Z test_aot_autograd_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.0946810Z test_aot_autograd_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-11-23T01:21:33.0947080Z test_aot_autograd_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.142s) 2022-11-23T01:21:33.0947380Z test_aot_autograd_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0947720Z test_aot_autograd_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0948050Z test_aot_autograd_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0948380Z test_aot_autograd_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0948680Z test_aot_autograd_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.007s) 2022-11-23T01:21:33.0948950Z test_aot_autograd_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-11-23T01:21:33.0949230Z test_aot_autograd_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.007s) 2022-11-23T01:21:33.0949500Z test_aot_autograd_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.0949850Z test_aot_autograd_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.0950130Z test_aot_autograd_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.0950410Z test_aot_autograd_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:21:33.0950690Z test_aot_autograd_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.0950990Z test_aot_autograd_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0951290Z test_aot_autograd_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-11-23T01:21:33.0951570Z test_aot_autograd_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.0951850Z test_aot_autograd_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:21:33.0952140Z test_aot_autograd_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.0952470Z test_aot_autograd_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-11-23T01:21:33.0952750Z test_aot_autograd_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-11-23T01:21:33.0953040Z test_aot_autograd_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-11-23T01:21:33.0953310Z test_aot_autograd_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:21:33.0953590Z test_aot_autograd_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:21:33.0953860Z test_aot_autograd_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-11-23T01:21:33.0954150Z test_aot_autograd_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.0954430Z test_aot_autograd_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.057s) 2022-11-23T01:21:33.0954710Z test_aot_autograd_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:21:33.0954990Z test_aot_autograd_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-11-23T01:21:33.0955270Z test_aot_autograd_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:21:33.0955550Z test_aot_autograd_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.0955830Z test_aot_autograd_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:21:33.0956110Z test_aot_autograd_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:21:33.0956390Z test_aot_autograd_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:21:33.0956670Z test_aot_autograd_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-11-23T01:21:33.0956950Z test_aot_autograd_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.0957230Z test_aot_autograd_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-11-23T01:21:33.0957510Z test_aot_autograd_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-11-23T01:21:33.0957790Z test_aot_autograd_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.0958060Z test_aot_autograd_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.0958340Z test_aot_autograd_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-11-23T01:21:33.0958840Z test_aot_autograd_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-11-23T01:21:33.0959130Z test_aot_autograd_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.0959440Z test_aot_autograd_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0959770Z test_aot_autograd_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:21:33.0960200Z test_aot_autograd_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-11-23T01:21:33.0960470Z test_aot_autograd_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-11-23T01:21:33.0960760Z test_aot_autograd_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.0961060Z test_aot_autograd_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.0961510Z test_aot_autograd_exhaustive_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0961850Z test_aot_autograd_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0962170Z test_aot_autograd_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-11-23T01:21:33.0962480Z test_aot_autograd_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0962960Z test_aot_autograd_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0963330Z test_aot_autograd_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.495s) 2022-11-23T01:21:33.0963640Z test_aot_autograd_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-11-23T01:21:33.0963970Z test_aot_autograd_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0964280Z test_aot_autograd_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.0964600Z test_aot_autograd_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0964950Z test_aot_autograd_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0965330Z test_aot_autograd_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0965700Z test_aot_autograd_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0966050Z test_aot_autograd_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.0966340Z test_aot_autograd_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.0966630Z test_aot_autograd_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:21:33.0966930Z test_aot_autograd_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.0967260Z test_aot_autograd_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0967600Z test_aot_autograd_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0968060Z test_aot_autograd_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-11-23T01:21:33.0968470Z test_aot_autograd_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-11-23T01:21:33.0968820Z test_aot_autograd_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.0969130Z test_aot_autograd_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-11-23T01:21:33.0969930Z test_aot_autograd_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1070.) 2022-11-23T01:21:33.0970460Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.0970630Z expected failure (0.010s) 2022-11-23T01:21:33.0970890Z test_aot_autograd_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.0971210Z test_aot_autograd_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-11-23T01:21:33.0971690Z test_aot_autograd_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0972040Z test_aot_autograd_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0972390Z test_aot_autograd_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0972730Z test_aot_autograd_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0973060Z test_aot_autograd_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0973430Z test_aot_autograd_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0973860Z test_aot_autograd_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0974210Z test_aot_autograd_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0974550Z test_aot_autograd_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0974900Z test_aot_autograd_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:21:33.0975270Z test_aot_autograd_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:21:33.0975630Z test_aot_autograd_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:21:33.0976020Z test_aot_autograd_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:21:33.0976370Z test_aot_autograd_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:21:33.0976680Z test_aot_autograd_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.0976980Z test_aot_autograd_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-11-23T01:21:33.0977290Z test_aot_autograd_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-11-23T01:21:33.0977640Z test_aot_autograd_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0978040Z test_aot_autograd_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-11-23T01:21:33.0978360Z test_aot_autograd_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.0978680Z test_aot_autograd_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-11-23T01:21:33.0979090Z test_aot_autograd_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.276s) 2022-11-23T01:21:33.0979410Z test_aot_autograd_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.0979720Z test_aot_autograd_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.0980030Z test_aot_autograd_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-11-23T01:21:33.0980360Z test_aot_autograd_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.365s) 2022-11-23T01:21:33.0980680Z test_aot_autograd_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.0981100Z test_aot_autograd_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.154s) 2022-11-23T01:21:33.0981400Z test_aot_autograd_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.094s) 2022-11-23T01:21:33.0981710Z test_aot_autograd_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-11-23T01:21:33.0982050Z test_aot_autograd_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.0982380Z test_aot_autograd_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-11-23T01:21:33.0982680Z test_aot_autograd_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.103s) 2022-11-23T01:21:33.0983010Z test_aot_autograd_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0983370Z test_aot_autograd_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0983740Z test_aot_autograd_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0984140Z test_aot_autograd_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.726s) 2022-11-23T01:21:33.0984480Z test_aot_autograd_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.403s) 2022-11-23T01:21:33.0984780Z test_aot_autograd_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.319s) 2022-11-23T01:21:33.0985100Z test_aot_autograd_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.522s) 2022-11-23T01:21:33.0985410Z test_aot_autograd_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.337s) 2022-11-23T01:21:33.0985750Z test_aot_autograd_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.0986080Z test_aot_autograd_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.777s) 2022-11-23T01:21:33.0986400Z test_aot_autograd_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.286s) 2022-11-23T01:21:33.0986750Z test_aot_autograd_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.0987130Z test_aot_autograd_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0987520Z test_aot_autograd_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.072s) 2022-11-23T01:21:33.0987840Z test_aot_autograd_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.850s) 2022-11-23T01:21:33.0988190Z test_aot_autograd_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.689s) 2022-11-23T01:21:33.0988530Z test_aot_autograd_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.699s) 2022-11-23T01:21:33.0988830Z test_aot_autograd_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.299s) 2022-11-23T01:21:33.0989330Z 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-11-23T01:21:33.0989700Z test_aot_autograd_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.862s) 2022-11-23T01:21:33.0990020Z test_aot_autograd_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:21:33.0990410Z test_aot_autograd_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.162s) 2022-11-23T01:21:33.0990720Z test_aot_autograd_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.166s) 2022-11-23T01:21:33.0991040Z test_aot_autograd_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.078s) 2022-11-23T01:21:33.0991420Z test_aot_autograd_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (6.250s) 2022-11-23T01:21:33.0991740Z test_aot_autograd_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.264s) 2022-11-23T01:21:33.0992050Z test_aot_autograd_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.0992360Z test_aot_autograd_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:21:33.0992670Z test_aot_autograd_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.201s) 2022-11-23T01:21:33.0992990Z test_aot_autograd_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.241s) 2022-11-23T01:21:33.0993310Z test_aot_autograd_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.256s) 2022-11-23T01:21:33.0993640Z test_aot_autograd_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0993970Z test_aot_autograd_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.0994370Z test_aot_autograd_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.0994650Z test_aot_autograd_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.0994940Z test_aot_autograd_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:21:33.0995240Z test_aot_autograd_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.0995630Z test_aot_autograd_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-11-23T01:21:33.0995940Z test_aot_autograd_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.008s) 2022-11-23T01:21:33.0996260Z test_aot_autograd_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.007s) 2022-11-23T01:21:33.0996590Z test_aot_autograd_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-11-23T01:21:33.0996910Z test_aot_autograd_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:21:33.0997310Z test_aot_autograd_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0997730Z test_aot_autograd_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0998070Z test_aot_autograd_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0998420Z test_aot_autograd_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0998740Z test_aot_autograd_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.0999060Z test_aot_autograd_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.0999500Z test_aot_autograd_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.079s) 2022-11-23T01:21:33.0999930Z test_aot_autograd_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1000280Z test_aot_autograd_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1001000Z test_aot_autograd_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:1727: 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-11-23T01:21:33.1001460Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T01:21:33.1001640Z should be replaced with 2022-11-23T01:21:33.1001890Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T01:21:33.1002090Z and 2022-11-23T01:21:33.1002280Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T01:21:33.1002500Z should be replaced with 2022-11-23T01:21:33.1002810Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2028.) 2022-11-23T01:21:33.1003150Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T01:21:33.1003340Z ok (0.611s) 2022-11-23T01:21:33.1003870Z test_aot_autograd_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T01:21:33.1004320Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T01:21:33.1004590Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T01:21:33.1004760Z should be replaced with 2022-11-23T01:21:33.1005060Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2182.) 2022-11-23T01:21:33.1005350Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.1005520Z ok (0.894s) 2022-11-23T01:21:33.1005740Z test_aot_autograd_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-11-23T01:21:33.1006040Z test_aot_autograd_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1006330Z test_aot_autograd_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1006630Z test_aot_autograd_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.679s) 2022-11-23T01:21:33.1006940Z test_aot_autograd_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.611s) 2022-11-23T01:21:33.1007370Z test_aot_autograd_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1007740Z test_aot_autograd_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1008060Z test_aot_autograd_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.280s) 2022-11-23T01:21:33.1008370Z test_aot_autograd_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-11-23T01:21:33.1008690Z test_aot_autograd_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1009160Z test_aot_autograd_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-11-23T01:21:33.1009520Z test_aot_autograd_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-11-23T01:21:33.1009830Z test_aot_autograd_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.608s) 2022-11-23T01:21:33.1010270Z test_aot_autograd_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.785s) 2022-11-23T01:21:33.1010600Z test_aot_autograd_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-11-23T01:21:33.1010900Z test_aot_autograd_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.312s) 2022-11-23T01:21:33.1011230Z test_aot_autograd_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.351s) 2022-11-23T01:21:33.1011520Z test_aot_autograd_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.225s) 2022-11-23T01:21:33.1011830Z test_aot_autograd_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-11-23T01:21:33.1012130Z test_aot_autograd_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.1012470Z test_aot_autograd_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-11-23T01:21:33.1012810Z test_aot_autograd_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.109s) 2022-11-23T01:21:33.1013100Z test_aot_autograd_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.449s) 2022-11-23T01:21:33.1013400Z test_aot_autograd_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.497s) 2022-11-23T01:21:33.1013690Z test_aot_autograd_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.360s) 2022-11-23T01:21:33.1014230Z test_aot_autograd_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: flaky (0.000s) 2022-11-23T01:21:33.1014530Z test_aot_autograd_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1014820Z test_aot_autograd_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:21:33.1015160Z test_aot_autograd_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1015520Z test_aot_autograd_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.1015820Z test_aot_autograd_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1016140Z test_aot_autograd_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:21:33.1016430Z test_aot_autograd_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-11-23T01:21:33.1016710Z test_aot_autograd_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-11-23T01:21:33.1017110Z test_aot_autograd_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:21:33.1017480Z test_aot_autograd_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:21:33.1017800Z test_aot_autograd_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:21:33.1018100Z test_aot_autograd_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.1018430Z test_aot_autograd_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1018760Z test_aot_autograd_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:21:33.1019170Z test_aot_autograd_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.1019470Z test_aot_autograd_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1019750Z test_aot_autograd_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.009s) 2022-11-23T01:21:33.1020200Z test_aot_autograd_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.1020500Z test_aot_autograd_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-11-23T01:21:33.1020820Z test_aot_autograd_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1021140Z test_aot_autograd_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.1021440Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:21:33.1021750Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-11-23T01:21:33.1022090Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:21:33.1022390Z test_aot_autograd_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-11-23T01:21:33.1022670Z test_aot_autograd_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.273s) 2022-11-23T01:21:33.1022990Z test_aot_autograd_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.075s) 2022-11-23T01:21:33.1023300Z test_aot_autograd_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1023610Z test_aot_autograd_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-11-23T01:21:33.1024110Z test_aot_autograd_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1024440Z test_aot_autograd_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1024770Z test_aot_autograd_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-11-23T01:21:33.1025080Z test_aot_autograd_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-11-23T01:21:33.1025390Z test_aot_autograd_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-11-23T01:21:33.1025760Z test_aot_autograd_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1026060Z test_aot_autograd_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1026390Z test_aot_autograd_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1026830Z test_aot_autograd_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1027220Z test_aot_autograd_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1027560Z test_aot_autograd_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1027900Z test_aot_autograd_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1028240Z test_aot_autograd_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1028590Z test_aot_autograd_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.522s) 2022-11-23T01:21:33.1028930Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-11-23T01:21:33.1029530Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:21:33.1029850Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:21:33.1030200Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-11-23T01:21:33.1030520Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-11-23T01:21:33.1030870Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-11-23T01:21:33.1031220Z test_aot_autograd_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-11-23T01:21:33.1031570Z test_aot_autograd_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.1031920Z test_aot_autograd_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.1032220Z test_aot_autograd_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-11-23T01:21:33.1032530Z test_aot_autograd_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-11-23T01:21:33.1032840Z test_aot_autograd_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.202s) 2022-11-23T01:21:33.1033230Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.089s) 2022-11-23T01:21:33.1033600Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1033940Z test_aot_autograd_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1034240Z test_aot_autograd_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-11-23T01:21:33.1035340Z test_aot_autograd_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Convolution.cpp:996.) 2022-11-23T01:21:33.1035820Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.1035990Z ok (0.235s) 2022-11-23T01:21:33.1036250Z test_aot_autograd_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-11-23T01:21:33.1036780Z test_aot_autograd_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-11-23T01:21:33.1037130Z test_aot_autograd_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.080s) 2022-11-23T01:21:33.1037480Z test_aot_autograd_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.214s) 2022-11-23T01:21:33.1037800Z test_aot_autograd_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-11-23T01:21:33.1038120Z test_aot_autograd_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.153s) 2022-11-23T01:21:33.1038440Z test_aot_autograd_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-11-23T01:21:33.1039510Z test_aot_autograd_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1040830Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:21:33.1041040Z ok (0.052s) 2022-11-23T01:21:33.1041310Z test_aot_autograd_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.064s) 2022-11-23T01:21:33.1041620Z test_aot_autograd_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-11-23T01:21:33.1042120Z test_aot_autograd_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:21:33.1042460Z test_aot_autograd_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.268s) 2022-11-23T01:21:33.1042780Z test_aot_autograd_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.1043140Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:21:33.1043510Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-11-23T01:21:33.1043850Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.217s) 2022-11-23T01:21:33.1044190Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.367s) 2022-11-23T01:21:33.1044580Z test_aot_autograd_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1044910Z test_aot_autograd_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-11-23T01:21:33.1045220Z test_aot_autograd_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-11-23T01:21:33.1045520Z test_aot_autograd_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.149s) 2022-11-23T01:21:33.1045870Z test_aot_autograd_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.141s) 2022-11-23T01:21:33.1046180Z test_aot_autograd_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.1046630Z test_aot_autograd_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:21:33.1046970Z test_aot_autograd_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1047320Z test_aot_autograd_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.1047670Z test_aot_autograd_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.135s) 2022-11-23T01:21:33.1048010Z test_aot_autograd_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-11-23T01:21:33.1048350Z test_aot_autograd_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.145s) 2022-11-23T01:21:33.1048690Z test_aot_autograd_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.1049020Z test_aot_autograd_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:21:33.1049480Z test_aot_autograd_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.439s) 2022-11-23T01:21:33.1049820Z test_aot_autograd_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:21:33.1050150Z test_aot_autograd_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-11-23T01:21:33.1050470Z test_aot_autograd_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:21:33.1051350Z test_aot_autograd_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2920: 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-11-23T01:21:33.1051870Z warnings.warn( 2022-11-23T01:21:33.1052010Z ok (0.141s) 2022-11-23T01:21:33.1052270Z test_aot_autograd_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.1052610Z test_aot_autograd_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1061650Z test_aot_autograd_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:21:33.1061960Z test_aot_autograd_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-11-23T01:21:33.1062310Z test_aot_autograd_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-11-23T01:21:33.1062620Z test_aot_autograd_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.1062940Z test_aot_autograd_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1063250Z test_aot_autograd_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (6.522s) 2022-11-23T01:21:33.1063540Z test_aot_autograd_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (7.664s) 2022-11-23T01:21:33.1063830Z test_aot_autograd_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.169s) 2022-11-23T01:21:33.1064130Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.174s) 2022-11-23T01:21:33.1064640Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-11-23T01:21:33.1064960Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.740s) 2022-11-23T01:21:33.1065270Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.150s) 2022-11-23T01:21:33.1065570Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.605s) 2022-11-23T01:21:33.1065870Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.173s) 2022-11-23T01:21:33.1066180Z test_aot_autograd_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.1066470Z test_aot_autograd_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-11-23T01:21:33.1066770Z test_aot_autograd_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1067210Z test_aot_autograd_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1067530Z test_aot_autograd_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-11-23T01:21:33.1067850Z test_aot_autograd_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.292s) 2022-11-23T01:21:33.1068150Z test_aot_autograd_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-11-23T01:21:33.1068440Z test_aot_autograd_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.221s) 2022-11-23T01:21:33.1068740Z test_aot_autograd_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.191s) 2022-11-23T01:21:33.1069050Z test_aot_autograd_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:21:33.1069350Z test_aot_autograd_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:21:33.1069660Z test_aot_autograd_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.1069960Z test_aot_autograd_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:21:33.1070260Z test_aot_autograd_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1070570Z test_aot_autograd_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.1070880Z test_aot_autograd_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.893s) 2022-11-23T01:21:33.1071180Z test_aot_autograd_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-11-23T01:21:33.1071470Z test_aot_autograd_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1071760Z test_aot_autograd_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1072050Z test_aot_autograd_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1072340Z test_aot_autograd_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1072630Z test_aot_autograd_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1073050Z test_aot_autograd_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.1073370Z test_aot_autograd_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-11-23T01:21:33.1073680Z test_aot_autograd_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-11-23T01:21:33.1073980Z test_aot_autograd_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:21:33.1074280Z test_aot_autograd_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1074580Z test_aot_autograd_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.1074880Z test_aot_autograd_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-11-23T01:21:33.1075180Z test_aot_autograd_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.1075530Z test_aot_autograd_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1075850Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-11-23T01:21:33.1076180Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.218s) 2022-11-23T01:21:33.1076490Z test_aot_autograd_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.906s) 2022-11-23T01:21:33.1077220Z test_aot_autograd_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:21:33.1077770Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:21:33.1077990Z ok (0.145s) 2022-11-23T01:21:33.1078500Z test_aot_autograd_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:21:33.1079030Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:21:33.1079240Z ok (0.049s) 2022-11-23T01:21:33.1079470Z test_aot_autograd_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1079770Z test_aot_autograd_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.272s) 2022-11-23T01:21:33.1080080Z test_aot_autograd_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.1080350Z test_aot_autograd_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.1080620Z test_aot_autograd_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1080900Z test_aot_autograd_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1081180Z test_aot_autograd_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.1081490Z test_aot_autograd_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1081970Z test_aot_autograd_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1082310Z test_aot_autograd_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (6.702s) 2022-11-23T01:21:33.1082590Z test_aot_autograd_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.008s) 2022-11-23T01:21:33.1082860Z test_aot_autograd_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (20.007s) 2022-11-23T01:21:33.1083140Z test_aot_autograd_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.1083410Z test_aot_autograd_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.217s) 2022-11-23T01:21:33.1083690Z test_aot_autograd_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.079s) 2022-11-23T01:21:33.1083970Z test_aot_autograd_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1084280Z test_aot_autograd_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1084720Z test_aot_autograd_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1085020Z test_aot_autograd_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1085310Z test_aot_autograd_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1085590Z test_aot_autograd_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.003s) 2022-11-23T01:21:33.1085870Z test_aot_autograd_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.202s) 2022-11-23T01:21:33.1086140Z test_aot_autograd_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.301s) 2022-11-23T01:21:33.1086410Z test_aot_autograd_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.115s) 2022-11-23T01:21:33.1087030Z test_aot_autograd_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T01:21:33.1087520Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:21:33.1087710Z Q, R = torch.qr(A, some) 2022-11-23T01:21:33.1087850Z should be replaced with 2022-11-23T01:21:33.1088200Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2458.) 2022-11-23T01:21:33.1088470Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.1088600Z ok (0.651s) 2022-11-23T01:21:33.1088820Z test_aot_autograd_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1089100Z test_aot_autograd_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1089410Z test_aot_autograd_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1089740Z test_aot_autograd_exhaustive_randint_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1090070Z test_aot_autograd_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1090390Z test_aot_autograd_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1090710Z test_aot_autograd_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1091170Z test_aot_autograd_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1091540Z test_aot_autograd_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.008s) 2022-11-23T01:21:33.1091820Z test_aot_autograd_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.1092100Z test_aot_autograd_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:21:33.1092380Z test_aot_autograd_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-11-23T01:21:33.1092650Z test_aot_autograd_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-11-23T01:21:33.1092930Z test_aot_autograd_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-11-23T01:21:33.1093210Z test_aot_autograd_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.1093490Z test_aot_autograd_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-11-23T01:21:33.1093880Z test_aot_autograd_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1094210Z test_aot_autograd_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1094510Z test_aot_autograd_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.1094790Z test_aot_autograd_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.1095070Z test_aot_autograd_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-11-23T01:21:33.1095330Z test_aot_autograd_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-11-23T01:21:33.1095690Z test_aot_autograd_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1095970Z test_aot_autograd_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1096250Z test_aot_autograd_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:21:33.1096540Z test_aot_autograd_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:21:33.1096820Z test_aot_autograd_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.1097090Z test_aot_autograd_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:21:33.1097390Z test_aot_autograd_exhaustive_scalar_tensor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1097710Z test_aot_autograd_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.1097990Z test_aot_autograd_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.1098700Z test_aot_autograd_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:21:33.1099150Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.1099290Z ok (0.205s) 2022-11-23T01:21:33.1110020Z test_aot_autograd_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.205s) 2022-11-23T01:21:33.1110330Z test_aot_autograd_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-11-23T01:21:33.1110830Z test_aot_autograd_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:21:33.1111150Z test_aot_autograd_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-11-23T01:21:33.1111470Z test_aot_autograd_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1111780Z test_aot_autograd_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.480s) 2022-11-23T01:21:33.1112080Z test_aot_autograd_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.375s) 2022-11-23T01:21:33.1112370Z test_aot_autograd_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.1112650Z test_aot_autograd_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1112930Z test_aot_autograd_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1113340Z test_aot_autograd_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1113640Z test_aot_autograd_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1113920Z test_aot_autograd_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1114230Z test_aot_autograd_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1114570Z test_aot_autograd_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1114940Z test_aot_autograd_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1115290Z test_aot_autograd_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1115620Z test_aot_autograd_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1115920Z test_aot_autograd_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1116200Z test_aot_autograd_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1116460Z test_aot_autograd_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1116730Z test_aot_autograd_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:21:33.1117010Z test_aot_autograd_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:21:33.1117290Z test_aot_autograd_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1117580Z test_aot_autograd_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-11-23T01:21:33.1117860Z test_aot_autograd_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.289s) 2022-11-23T01:21:33.1118190Z test_aot_autograd_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:21:33.1118540Z test_aot_autograd_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1118880Z test_aot_autograd_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1119270Z test_aot_autograd_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1119650Z test_aot_autograd_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1119980Z test_aot_autograd_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1120320Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1120680Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1121220Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:21:33.1121720Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:21:33.1122150Z test_aot_autograd_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-11-23T01:21:33.1122440Z test_aot_autograd_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.1122770Z test_aot_autograd_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1123120Z test_aot_autograd_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1123440Z test_aot_autograd_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:21:33.1123760Z test_aot_autograd_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-11-23T01:21:33.1124050Z test_aot_autograd_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-11-23T01:21:33.1124370Z test_aot_autograd_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1124830Z test_aot_autograd_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:21:33.1125180Z test_aot_autograd_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:21:33.1125500Z test_aot_autograd_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1125850Z test_aot_autograd_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1126200Z test_aot_autograd_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1126550Z test_aot_autograd_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1126860Z test_aot_autograd_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-11-23T01:21:33.1127150Z test_aot_autograd_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.1127460Z test_aot_autograd_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:21:33.1128090Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1128520Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1129020Z 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-11-23T01:21:33.1129510Z 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-11-23T01:21:33.1130010Z 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-11-23T01:21:33.1130490Z 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-11-23T01:21:33.1131030Z test_aot_autograd_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1131360Z test_aot_autograd_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-11-23T01:21:33.1131670Z test_aot_autograd_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1131980Z test_aot_autograd_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-11-23T01:21:33.1132260Z test_aot_autograd_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-11-23T01:21:33.1132550Z test_aot_autograd_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-11-23T01:21:33.1132830Z test_aot_autograd_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.1133110Z test_aot_autograd_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.1133390Z test_aot_autograd_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1133660Z test_aot_autograd_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-11-23T01:21:33.1133940Z test_aot_autograd_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-11-23T01:21:33.1134220Z test_aot_autograd_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.094s) 2022-11-23T01:21:33.1134900Z test_aot_autograd_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. 2022-11-23T01:21:33.1135500Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/SpectralOps.cpp:861.) 2022-11-23T01:21:33.1135900Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T01:21:33.1136110Z ok (0.156s) 2022-11-23T01:21:33.1136310Z test_aot_autograd_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:21:33.1136580Z test_aot_autograd_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.079s) 2022-11-23T01:21:33.1136860Z test_aot_autograd_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.057s) 2022-11-23T01:21:33.1137220Z test_aot_autograd_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (6.508s) 2022-11-23T01:21:33.1137570Z 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-11-23T01:21:33.1138220Z test_aot_autograd_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:21:33.1138680Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T01:21:33.1138920Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:21:33.1139070Z should be replaced with 2022-11-23T01:21:33.1139290Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:21:33.1139450Z and 2022-11-23T01:21:33.1139690Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:21:33.1139850Z should be replaced with 2022-11-23T01:21:33.1140230Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2909.) 2022-11-23T01:21:33.1140500Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.1140640Z ok (0.144s) 2022-11-23T01:21:33.1140840Z test_aot_autograd_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:21:33.1141130Z test_aot_autograd_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-11-23T01:21:33.1141410Z test_aot_autograd_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-11-23T01:21:33.1141680Z test_aot_autograd_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.1141950Z test_aot_autograd_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1142250Z test_aot_autograd_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1142540Z test_aot_autograd_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-11-23T01:21:33.1142820Z test_aot_autograd_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-11-23T01:21:33.1143080Z test_aot_autograd_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.095s) 2022-11-23T01:21:33.1143370Z test_aot_autograd_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1143660Z test_aot_autograd_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.071s) 2022-11-23T01:21:33.1143940Z test_aot_autograd_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:21:33.1144220Z test_aot_autograd_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-11-23T01:21:33.1144500Z test_aot_autograd_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.115s) 2022-11-23T01:21:33.1144780Z test_aot_autograd_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.115s) 2022-11-23T01:21:33.1145390Z test_aot_autograd_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py:1214: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T01:21:33.1145890Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:21:33.1146110Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:21:33.1146270Z should be replaced with 2022-11-23T01:21:33.1146660Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2224.) 2022-11-23T01:21:33.1147000Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:21:33.1147140Z ok (0.113s) 2022-11-23T01:21:33.1147330Z test_aot_autograd_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.1147640Z test_aot_autograd_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.1147920Z test_aot_autograd_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-11-23T01:21:33.1148200Z test_aot_autograd_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1148470Z test_aot_autograd_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:21:33.1148780Z test_aot_autograd_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.1155680Z test_aot_autograd_exhaustive_unfold_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-11-23T01:21:33.1156070Z test_aot_autograd_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-11-23T01:21:33.1156370Z test_aot_autograd_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1156720Z test_aot_autograd_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1157060Z test_aot_autograd_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1157360Z test_aot_autograd_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:21:33.1157650Z test_aot_autograd_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.153s) 2022-11-23T01:21:33.1157930Z test_aot_autograd_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-11-23T01:21:33.1158210Z test_aot_autograd_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.005s) 2022-11-23T01:21:33.1158490Z test_aot_autograd_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.004s) 2022-11-23T01:21:33.1158770Z test_aot_autograd_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.1159050Z test_aot_autograd_exhaustive_view_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1159320Z test_aot_autograd_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1159590Z test_aot_autograd_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1159860Z test_aot_autograd_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:21:33.1160140Z test_aot_autograd_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1160410Z test_aot_autograd_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:21:33.1160670Z test_aot_autograd_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.1160970Z test_aot_autograd_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1161320Z test_aot_autograd_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1161620Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-11-23T01:21:33.1162080Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1162440Z test_aot_autograd_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.387s) 2022-11-23T01:21:33.1162770Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.171s) 2022-11-23T01:21:33.1163060Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.285s) 2022-11-23T01:21:33.1163350Z test_aot_autograd_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: flaky (0.000s) 2022-11-23T01:21:33.1163660Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.405s) 2022-11-23T01:21:33.1163950Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.206s) 2022-11-23T01:21:33.1164720Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1165370Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1165900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1166300Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1166810Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1167210Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1167750Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1168160Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1168670Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1169060Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1169550Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1169930Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1170430Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1170940Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1171540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1171930Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1172420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:21:33.1172800Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:21:33.1172970Z ok (0.430s) 2022-11-23T01:21:33.1173180Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.180s) 2022-11-23T01:21:33.1173590Z test_aot_autograd_symbolic_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-11-23T01:21:33.1173890Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1174180Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:21:33.1174470Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-11-23T01:21:33.1174750Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.197s) 2022-11-23T01:21:33.1175040Z test_aot_autograd_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.299s) 2022-11-23T01:21:33.1175330Z test_aot_autograd_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.460s) 2022-11-23T01:21:33.1175620Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.472s) 2022-11-23T01:21:33.1175910Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.107s) 2022-11-23T01:21:33.1176210Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-11-23T01:21:33.1176510Z test_aot_autograd_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1176820Z test_aot_autograd_symbolic_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1177150Z test_aot_autograd_symbolic_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1177490Z test_aot_autograd_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1177810Z test_aot_autograd_symbolic_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.130s) 2022-11-23T01:21:33.1178110Z test_aot_autograd_symbolic_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.128s) 2022-11-23T01:21:33.1178440Z test_aot_autograd_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1178740Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:21:33.1179050Z test_aot_autograd_symbolic_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1179470Z test_aot_autograd_symbolic_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1179850Z test_aot_autograd_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1180180Z test_aot_autograd_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1180510Z test_aot_autograd_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1180850Z test_aot_autograd_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1181160Z test_aot_autograd_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.201s) 2022-11-23T01:21:33.1181480Z test_aot_autograd_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1181790Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1182180Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-11-23T01:21:33.1182460Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.621s) 2022-11-23T01:21:33.1182740Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-11-23T01:21:33.1183010Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-11-23T01:21:33.1183300Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-11-23T01:21:33.1183590Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.161s) 2022-11-23T01:21:33.1183870Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.197s) 2022-11-23T01:21:33.1184170Z test_aot_autograd_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:21:33.1184470Z test_aot_autograd_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-11-23T01:21:33.1184770Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.146s) 2022-11-23T01:21:33.1185070Z test_aot_autograd_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1185370Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-11-23T01:21:33.1185680Z test_aot_autograd_symbolic_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1186030Z test_aot_autograd_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1186410Z test_aot_autograd_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-11-23T01:21:33.1186720Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-11-23T01:21:33.1187040Z test_aot_autograd_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1187380Z test_aot_autograd_symbolic_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1187700Z test_aot_autograd_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:21:33.1188100Z test_aot_autograd_symbolic_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.443s) 2022-11-23T01:21:33.1188450Z test_aot_autograd_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1188750Z test_aot_autograd_symbolic_exhaustive_cdouble_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.191s) 2022-11-23T01:21:33.1189040Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-11-23T01:21:33.1189330Z test_aot_autograd_symbolic_exhaustive_cfloat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-11-23T01:21:33.1189630Z test_aot_autograd_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1189950Z test_aot_autograd_symbolic_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1190270Z test_aot_autograd_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1190680Z test_aot_autograd_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1191000Z test_aot_autograd_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1191300Z test_aot_autograd_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.866s) 2022-11-23T01:21:33.1191590Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.699s) 2022-11-23T01:21:33.1191870Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.677s) 2022-11-23T01:21:33.1192160Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.675s) 2022-11-23T01:21:33.1192450Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:21:33.1192750Z test_aot_autograd_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.065s) 2022-11-23T01:21:33.1193070Z test_aot_autograd_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1193360Z test_aot_autograd_symbolic_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.418s) 2022-11-23T01:21:33.1193650Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-11-23T01:21:33.1193940Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1194240Z test_aot_autograd_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.301s) 2022-11-23T01:21:33.1194540Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-11-23T01:21:33.1194840Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.674s) 2022-11-23T01:21:33.1195140Z test_aot_autograd_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1195470Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:21:33.1202270Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.1202660Z test_aot_autograd_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1203120Z test_aot_autograd_symbolic_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1203430Z test_aot_autograd_symbolic_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:21:33.1203750Z test_aot_autograd_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1204050Z test_aot_autograd_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1204350Z test_aot_autograd_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1204660Z test_aot_autograd_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.076s) 2022-11-23T01:21:33.1204980Z test_aot_autograd_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.133s) 2022-11-23T01:21:33.1205290Z test_aot_autograd_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1205650Z test_aot_autograd_symbolic_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.440s) 2022-11-23T01:21:33.1205940Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.188s) 2022-11-23T01:21:33.1206230Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.208s) 2022-11-23T01:21:33.1206530Z test_aot_autograd_symbolic_exhaustive_diagonal_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.460s) 2022-11-23T01:21:33.1206820Z test_aot_autograd_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.397s) 2022-11-23T01:21:33.1207130Z test_aot_autograd_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.582s) 2022-11-23T01:21:33.1207430Z test_aot_autograd_symbolic_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.026s) 2022-11-23T01:21:33.1207750Z test_aot_autograd_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:21:33.1208040Z test_aot_autograd_symbolic_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.078s) 2022-11-23T01:21:33.1208350Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.266s) 2022-11-23T01:21:33.1208660Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.550s) 2022-11-23T01:21:33.1208960Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.416s) 2022-11-23T01:21:33.1209250Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:21:33.1209540Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-11-23T01:21:33.1209840Z test_aot_autograd_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.175s) 2022-11-23T01:21:33.1210140Z test_aot_autograd_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.149s) 2022-11-23T01:21:33.1210430Z test_aot_autograd_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.481s) 2022-11-23T01:21:33.1210740Z test_aot_autograd_symbolic_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1211080Z test_aot_autograd_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1211410Z test_aot_autograd_symbolic_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1211870Z test_aot_autograd_symbolic_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1212250Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1212540Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-11-23T01:21:33.1212820Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1213100Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:21:33.1213380Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-11-23T01:21:33.1213670Z test_aot_autograd_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.1213960Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.117s) 2022-11-23T01:21:33.1214520Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:21:33.1214830Z test_aot_autograd_symbolic_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1215150Z test_aot_autograd_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1215460Z test_aot_autograd_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1215770Z test_aot_autograd_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1216090Z test_aot_autograd_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1216400Z test_aot_autograd_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1216720Z test_aot_autograd_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1217020Z test_aot_autograd_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1217330Z test_aot_autograd_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1217640Z test_aot_autograd_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1217950Z test_aot_autograd_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1218260Z test_aot_autograd_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1218580Z test_aot_autograd_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1218890Z test_aot_autograd_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1219230Z test_aot_autograd_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1219550Z test_aot_autograd_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1219870Z test_aot_autograd_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1220260Z test_aot_autograd_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1220580Z test_aot_autograd_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1220890Z test_aot_autograd_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1221190Z test_aot_autograd_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1221490Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:21:33.1221780Z test_aot_autograd_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.147s) 2022-11-23T01:21:33.1222060Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.300s) 2022-11-23T01:21:33.1222350Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-11-23T01:21:33.1222640Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-11-23T01:21:33.1222990Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-11-23T01:21:33.1223280Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.012s) 2022-11-23T01:21:33.1223570Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:21:33.1223890Z test_aot_autograd_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1224200Z test_aot_autograd_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.921s) 2022-11-23T01:21:33.1224490Z test_aot_autograd_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.725s) 2022-11-23T01:21:33.1224770Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.467s) 2022-11-23T01:21:33.1225050Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-11-23T01:21:33.1225340Z test_aot_autograd_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1225670Z test_aot_autograd_symbolic_exhaustive_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1226010Z test_aot_autograd_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1226330Z test_aot_autograd_symbolic_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-11-23T01:21:33.1226650Z test_aot_autograd_symbolic_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1227010Z test_aot_autograd_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1227330Z test_aot_autograd_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1227640Z test_aot_autograd_symbolic_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (31.547s) 2022-11-23T01:21:33.1227960Z test_aot_autograd_symbolic_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1228260Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.145s) 2022-11-23T01:21:33.1228580Z test_aot_autograd_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1229020Z test_aot_autograd_symbolic_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1229380Z test_aot_autograd_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1229750Z test_aot_autograd_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1230080Z test_aot_autograd_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1230410Z test_aot_autograd_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-11-23T01:21:33.1230700Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.522s) 2022-11-23T01:21:33.1230990Z test_aot_autograd_symbolic_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1231390Z test_aot_autograd_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1231730Z test_aot_autograd_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1232040Z test_aot_autograd_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.204s) 2022-11-23T01:21:33.1232340Z test_aot_autograd_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.071s) 2022-11-23T01:21:33.1232630Z test_aot_autograd_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:21:33.1232960Z test_aot_autograd_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.069s) 2022-11-23T01:21:33.1233300Z test_aot_autograd_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1233600Z test_aot_autograd_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:21:33.1233900Z test_aot_autograd_symbolic_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1234220Z test_aot_autograd_symbolic_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1234550Z test_aot_autograd_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1234890Z test_aot_autograd_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1235220Z test_aot_autograd_symbolic_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1235550Z test_aot_autograd_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1235870Z test_aot_autograd_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1236200Z test_aot_autograd_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1236540Z test_aot_autograd_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1236870Z test_aot_autograd_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1237270Z test_aot_autograd_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:21:33.1237630Z test_aot_autograd_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:21:33.1237980Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:21:33.1238320Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:21:33.1238660Z test_aot_autograd_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:21:33.1238980Z test_aot_autograd_symbolic_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1239290Z test_aot_autograd_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1239660Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.522s) 2022-11-23T01:21:33.1239970Z test_aot_autograd_symbolic_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1240280Z test_aot_autograd_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.091s) 2022-11-23T01:21:33.1240570Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1247120Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.096s) 2022-11-23T01:21:33.1247470Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.096s) 2022-11-23T01:21:33.1247800Z test_aot_autograd_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1248120Z test_aot_autograd_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1248430Z test_aot_autograd_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1248750Z test_aot_autograd_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1249070Z test_aot_autograd_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1249390Z test_aot_autograd_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1249700Z test_aot_autograd_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1250020Z test_aot_autograd_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1250360Z test_aot_autograd_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1250680Z test_aot_autograd_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1251020Z test_aot_autograd_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1251350Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1251920Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1252280Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1252640Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.005s) 2022-11-23T01:21:33.1253000Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.005s) 2022-11-23T01:21:33.1253350Z test_aot_autograd_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1253670Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1254000Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1254410Z test_aot_autograd_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1254730Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.145s) 2022-11-23T01:21:33.1255060Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1255400Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1255760Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1256110Z test_aot_autograd_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1256420Z test_aot_autograd_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (1.138s) 2022-11-23T01:21:33.1256760Z test_aot_autograd_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.799s) 2022-11-23T01:21:33.1257080Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1257410Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1257800Z 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-11-23T01:21:33.1258160Z test_aot_autograd_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1258470Z test_aot_autograd_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1258790Z test_aot_autograd_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:21:33.1259110Z test_aot_autograd_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1259440Z test_aot_autograd_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1259760Z test_aot_autograd_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1260150Z test_aot_autograd_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1260480Z test_aot_autograd_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:21:33.1260800Z test_aot_autograd_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1261130Z test_aot_autograd_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1261430Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.026s) 2022-11-23T01:21:33.1261740Z test_aot_autograd_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (10.123s) 2022-11-23T01:21:33.1262060Z test_aot_autograd_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1262430Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1262720Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-11-23T01:21:33.1263000Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:21:33.1263280Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:21:33.1263570Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.302s) 2022-11-23T01:21:33.1263870Z test_aot_autograd_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.364s) 2022-11-23T01:21:33.1264220Z test_aot_autograd_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1264530Z test_aot_autograd_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1264850Z test_aot_autograd_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1265160Z test_aot_autograd_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1265490Z test_aot_autograd_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1265830Z test_aot_autograd_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1266160Z test_aot_autograd_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1266500Z test_aot_autograd_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1266810Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.239s) 2022-11-23T01:21:33.1267120Z test_aot_autograd_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1267440Z test_aot_autograd_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.110s) 2022-11-23T01:21:33.1267770Z test_aot_autograd_symbolic_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1268150Z test_aot_autograd_symbolic_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1268480Z test_aot_autograd_symbolic_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1268790Z test_aot_autograd_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:21:33.1269100Z test_aot_autograd_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1269400Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-11-23T01:21:33.1269680Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.256s) 2022-11-23T01:21:33.1269980Z test_aot_autograd_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.450s) 2022-11-23T01:21:33.1270300Z test_aot_autograd_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.450s) 2022-11-23T01:21:33.1270720Z test_aot_autograd_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1271060Z test_aot_autograd_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1271390Z test_aot_autograd_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1271710Z test_aot_autograd_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.043s) 2022-11-23T01:21:33.1272020Z test_aot_autograd_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.039s) 2022-11-23T01:21:33.1272320Z test_aot_autograd_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.407s) 2022-11-23T01:21:33.1272640Z test_aot_autograd_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1272960Z test_aot_autograd_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.104s) 2022-11-23T01:21:33.1273270Z test_aot_autograd_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (7.327s) 2022-11-23T01:21:33.1273570Z test_aot_autograd_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.930s) 2022-11-23T01:21:33.1273940Z 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-11-23T01:21:33.1274280Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.816s) 2022-11-23T01:21:33.1274580Z test_aot_autograd_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.060s) 2022-11-23T01:21:33.1274910Z test_aot_autograd_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:21:33.1275260Z test_aot_autograd_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-11-23T01:21:33.1275590Z test_aot_autograd_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.381s) 2022-11-23T01:21:33.1275730Z test_aot_autograd_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.539s) 2022-11-23T01:21:33.1275870Z test_aot_autograd_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (14.798s) 2022-11-23T01:21:33.1276040Z test_aot_autograd_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (5.108s) 2022-11-23T01:21:33.1276180Z test_aot_autograd_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (14.357s) 2022-11-23T01:21:33.1276330Z test_aot_autograd_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: flaky (0.000s) 2022-11-23T01:21:33.1276480Z test_aot_autograd_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1276620Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.817s) 2022-11-23T01:21:33.1276790Z test_aot_autograd_symbolic_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1276940Z test_aot_autograd_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.1277090Z test_aot_autograd_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.113s) 2022-11-23T01:21:33.1277250Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.816s) 2022-11-23T01:21:33.1277390Z test_aot_autograd_symbolic_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.583s) 2022-11-23T01:21:33.1277540Z test_aot_autograd_symbolic_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1277700Z test_aot_autograd_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1277860Z test_aot_autograd_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1278000Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.820s) 2022-11-23T01:21:33.1278150Z test_aot_autograd_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:21:33.1278310Z test_aot_autograd_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1278440Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.821s) 2022-11-23T01:21:33.1278580Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-11-23T01:21:33.1278720Z test_aot_autograd_symbolic_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1278860Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.122s) 2022-11-23T01:21:33.1278990Z test_aot_autograd_symbolic_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:21:33.1279130Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.422s) 2022-11-23T01:21:33.1279290Z test_aot_autograd_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1279430Z test_aot_autograd_symbolic_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-11-23T01:21:33.1279580Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.372s) 2022-11-23T01:21:33.1279720Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.364s) 2022-11-23T01:21:33.1279860Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.365s) 2022-11-23T01:21:33.1280250Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.144s) 2022-11-23T01:21:33.1280400Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.089s) 2022-11-23T01:21:33.1280540Z test_aot_autograd_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.471s) 2022-11-23T01:21:33.1280690Z test_aot_autograd_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1280820Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.096s) 2022-11-23T01:21:33.1280990Z test_aot_autograd_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1281140Z test_aot_autograd_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.082s) 2022-11-23T01:21:33.1281280Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.275s) 2022-11-23T01:21:33.1281480Z test_aot_autograd_symbolic_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.435s) 2022-11-23T01:21:33.1281620Z test_aot_autograd_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.809s) 2022-11-23T01:21:33.1281780Z test_aot_autograd_symbolic_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1281910Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1282070Z test_aot_autograd_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1282250Z test_aot_autograd_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1282410Z test_aot_autograd_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1282570Z test_aot_autograd_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1282730Z test_aot_autograd_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1282890Z test_aot_autograd_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1283070Z test_aot_autograd_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:21:33.1283230Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.301s) 2022-11-23T01:21:33.1283390Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.336s) 2022-11-23T01:21:33.1283560Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-11-23T01:21:33.1283720Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:21:33.1283890Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1284050Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:21:33.1284260Z test_aot_autograd_symbolic_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.755s) 2022-11-23T01:21:33.1284410Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.766s) 2022-11-23T01:21:33.1284570Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.648s) 2022-11-23T01:21:33.1284720Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:21:33.1284880Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1285040Z test_aot_autograd_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1285210Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:21:33.1285420Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1285560Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-11-23T01:21:33.1291100Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.604s) 2022-11-23T01:21:33.1291300Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (6.173s) 2022-11-23T01:21:33.1291450Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.546s) 2022-11-23T01:21:33.1291640Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.492s) 2022-11-23T01:21:33.1291790Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.100s) 2022-11-23T01:21:33.1291950Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.436s) 2022-11-23T01:21:33.1292120Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1292290Z test_aot_autograd_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.082s) 2022-11-23T01:21:33.1292470Z test_aot_autograd_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.009s) 2022-11-23T01:21:33.1293400Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1293620Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:21:33.1294390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1294600Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:21:33.1295240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1295410Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:21:33.1296140Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1296310Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:21:33.1296920Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1297100Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:21:33.1297700Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1297870Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:21:33.1297920Z ok (0.531s) 2022-11-23T01:21:33.1298070Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.929s) 2022-11-23T01:21:33.1298220Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.257s) 2022-11-23T01:21:33.1298360Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.082s) 2022-11-23T01:21:33.1298530Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.035s) 2022-11-23T01:21:33.1298680Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.113s) 2022-11-23T01:21:33.1299360Z 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.000s) 2022-11-23T01:21:33.1299530Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.101s) 2022-11-23T01:21:33.1299710Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:21:33.1299880Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:21:33.1300050Z test_aot_autograd_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1300200Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.612s) 2022-11-23T01:21:33.1300360Z test_aot_autograd_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (5.527s) 2022-11-23T01:21:33.1300530Z test_aot_autograd_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (24.788s) 2022-11-23T01:21:33.1300700Z test_aot_autograd_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.130s) 2022-11-23T01:21:33.1300850Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.203s) 2022-11-23T01:21:33.1301000Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-11-23T01:21:33.1301150Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.318s) 2022-11-23T01:21:33.1301300Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.270s) 2022-11-23T01:21:33.1301460Z test_aot_autograd_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.149s) 2022-11-23T01:21:33.1301600Z test_aot_autograd_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.799s) 2022-11-23T01:21:33.1301760Z test_aot_autograd_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.257s) 2022-11-23T01:21:33.1301920Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.115s) 2022-11-23T01:21:33.1302090Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:21:33.1302250Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (7.054s) 2022-11-23T01:21:33.1302420Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1302590Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1302760Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:21:33.1303440Z test_aot_autograd_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2920: 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-11-23T01:21:33.1303500Z warnings.warn( 2022-11-23T01:21:33.1303980Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2920: 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-11-23T01:21:33.1304030Z warnings.warn( 2022-11-23T01:21:33.1304500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2920: 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-11-23T01:21:33.1304600Z warnings.warn( 2022-11-23T01:21:33.1305060Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2920: 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-11-23T01:21:33.1305110Z warnings.warn( 2022-11-23T01:21:33.1305160Z ok (1.176s) 2022-11-23T01:21:33.1305300Z test_aot_autograd_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.210s) 2022-11-23T01:21:33.1305450Z test_aot_autograd_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.268s) 2022-11-23T01:21:33.1305600Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.357s) 2022-11-23T01:21:33.1305750Z test_aot_autograd_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.097s) 2022-11-23T01:21:33.1305910Z test_aot_autograd_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.890s) 2022-11-23T01:21:33.1306060Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-11-23T01:21:33.1306220Z test_aot_autograd_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:21:33.1306380Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.157s) 2022-11-23T01:21:33.1306540Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.437s) 2022-11-23T01:21:33.1306700Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.019s) 2022-11-23T01:21:33.1306870Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:21:33.1307030Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:21:33.1307190Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:21:33.1307390Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:21:33.1307550Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-11-23T01:21:33.1307710Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.019s) 2022-11-23T01:21:33.1307860Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.133s) 2022-11-23T01:21:33.1308010Z test_aot_autograd_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.197s) 2022-11-23T01:21:33.1308170Z test_aot_autograd_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1308340Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1308520Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.631s) 2022-11-23T01:21:33.1308680Z test_aot_autograd_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.507s) 2022-11-23T01:21:33.1308830Z test_aot_autograd_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.407s) 2022-11-23T01:21:33.1308980Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.120s) 2022-11-23T01:21:33.1309130Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.070s) 2022-11-23T01:21:33.1309290Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1309460Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1309620Z test_aot_autograd_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.330s) 2022-11-23T01:21:33.1309770Z test_aot_autograd_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1309930Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1310090Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:21:33.1310240Z test_aot_autograd_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (9.016s) 2022-11-23T01:21:33.1310400Z test_aot_autograd_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-11-23T01:21:33.1310550Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.088s) 2022-11-23T01:21:33.1310690Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.114s) 2022-11-23T01:21:33.1310840Z test_aot_autograd_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:21:33.1310990Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.083s) 2022-11-23T01:21:33.1311130Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-11-23T01:21:33.1311330Z test_aot_autograd_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1311480Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.215s) 2022-11-23T01:21:33.1311630Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.333s) 2022-11-23T01:21:33.1311790Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.390s) 2022-11-23T01:21:33.1311930Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.082s) 2022-11-23T01:21:33.1312080Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.227s) 2022-11-23T01:21:33.1312230Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-11-23T01:21:33.1312420Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.064s) 2022-11-23T01:21:33.1312570Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-11-23T01:21:33.1312730Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.215s) 2022-11-23T01:21:33.1312890Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.220s) 2022-11-23T01:21:33.1313050Z test_aot_autograd_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (24.875s) 2022-11-23T01:21:33.1313530Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:21:33.1313680Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:21:33.1313990Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:21:33.1314140Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:21:33.1314440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:21:33.1314580Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:21:33.1314880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:21:33.1315020Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:21:33.1315070Z ok (1.828s) 2022-11-23T01:21:33.1315510Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:21:33.1315710Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:21:33.1315780Z expected failure (0.007s) 2022-11-23T01:21:33.1315950Z test_aot_autograd_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1316090Z test_aot_autograd_symbolic_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.932s) 2022-11-23T01:21:33.1316220Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.082s) 2022-11-23T01:21:33.1316360Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.199s) 2022-11-23T01:21:33.1316510Z test_aot_autograd_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:21:33.1316660Z test_aot_autograd_symbolic_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1316810Z test_aot_autograd_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1316990Z test_aot_autograd_symbolic_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1317160Z test_aot_autograd_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1317300Z test_aot_autograd_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:21:33.1317450Z test_aot_autograd_symbolic_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1317600Z test_aot_autograd_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1317740Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-11-23T01:21:33.1317880Z test_aot_autograd_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:21:33.1318040Z test_aot_autograd_symbolic_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1318200Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1318350Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1318500Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1318660Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1318810Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1318950Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.1319080Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.650s) 2022-11-23T01:21:33.1319230Z test_aot_autograd_symbolic_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.042s) 2022-11-23T01:21:33.1319370Z test_aot_autograd_symbolic_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.028s) 2022-11-23T01:21:33.1319510Z test_aot_autograd_symbolic_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1319710Z test_aot_autograd_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1319880Z test_aot_autograd_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-11-23T01:21:33.1320040Z test_aot_autograd_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1320210Z test_aot_autograd_symbolic_exhaustive_randint_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1320370Z test_aot_autograd_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1320530Z test_aot_autograd_symbolic_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1320700Z test_aot_autograd_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1321060Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-11-23T01:21:33.1321200Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-11-23T01:21:33.1321340Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-11-23T01:21:33.1321480Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.636s) 2022-11-23T01:21:33.1321630Z test_aot_autograd_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1321760Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.300s) 2022-11-23T01:21:33.1321950Z test_aot_autograd_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.002s) 2022-11-23T01:21:33.1322100Z test_aot_autograd_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1322230Z test_aot_autograd_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.432s) 2022-11-23T01:21:33.1322390Z test_aot_autograd_symbolic_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1322550Z test_aot_autograd_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1322700Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1322840Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1322990Z test_aot_autograd_symbolic_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.236s) 2022-11-23T01:21:33.1323120Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.400s) 2022-11-23T01:21:33.1323250Z test_aot_autograd_symbolic_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1323400Z test_aot_autograd_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-11-23T01:21:33.1323540Z test_aot_autograd_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-11-23T01:21:33.1323680Z test_aot_autograd_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-11-23T01:21:33.1323810Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-11-23T01:21:33.1323990Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.331s) 2022-11-23T01:21:33.1324160Z test_aot_autograd_symbolic_exhaustive_scalar_tensor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1324300Z test_aot_autograd_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.151s) 2022-11-23T01:21:33.1324440Z test_aot_autograd_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-11-23T01:21:33.1324580Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.016s) 2022-11-23T01:21:33.1324720Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.017s) 2022-11-23T01:21:33.1324860Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.640s) 2022-11-23T01:21:33.1325020Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.067s) 2022-11-23T01:21:33.1325250Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.501s) 2022-11-23T01:21:33.1325430Z test_aot_autograd_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1325590Z test_aot_autograd_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1325750Z test_aot_autograd_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1325880Z test_aot_autograd_symbolic_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-11-23T01:21:33.1326030Z test_aot_autograd_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.200s) 2022-11-23T01:21:33.1326170Z test_aot_autograd_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-11-23T01:21:33.1326330Z test_aot_autograd_symbolic_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1326470Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-11-23T01:21:33.1326600Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1326770Z test_aot_autograd_symbolic_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1326950Z test_aot_autograd_symbolic_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1327120Z test_aot_autograd_symbolic_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1327300Z test_aot_autograd_symbolic_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1327460Z test_aot_autograd_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1327590Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1327720Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-11-23T01:21:33.1327850Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:21:33.1328040Z test_aot_autograd_symbolic_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.214s) 2022-11-23T01:21:33.1328190Z test_aot_autograd_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.720s) 2022-11-23T01:21:33.1328320Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.251s) 2022-11-23T01:21:33.1328470Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.297s) 2022-11-23T01:21:33.1328600Z test_aot_autograd_symbolic_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.649s) 2022-11-23T01:21:33.1328780Z test_aot_autograd_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:21:33.1328950Z test_aot_autograd_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1329150Z test_aot_autograd_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1329320Z test_aot_autograd_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1329490Z test_aot_autograd_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.004s) 2022-11-23T01:21:33.1329650Z test_aot_autograd_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1329830Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1330010Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1330340Z 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-11-23T01:21:33.1330610Z 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-11-23T01:21:33.1330750Z test_aot_autograd_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-11-23T01:21:33.1330890Z test_aot_autograd_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:21:33.1331070Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1331250Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1331390Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:21:33.1331540Z test_aot_autograd_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-11-23T01:21:33.1331670Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-11-23T01:21:33.1331850Z test_aot_autograd_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1332190Z 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-11-23T01:21:33.1332350Z test_aot_autograd_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-11-23T01:21:33.1332520Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1332690Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1332860Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1333030Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1333190Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-11-23T01:21:33.1333330Z test_aot_autograd_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-11-23T01:21:33.1333510Z test_aot_autograd_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1333710Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1339440Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1339900Z 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-11-23T01:21:33.1340190Z 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-11-23T01:21:33.1340460Z 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-11-23T01:21:33.1340740Z 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-11-23T01:21:33.1340920Z test_aot_autograd_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1341060Z test_aot_autograd_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.653s) 2022-11-23T01:21:33.1341230Z test_aot_autograd_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1341370Z test_aot_autograd_symbolic_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-11-23T01:21:33.1341510Z test_aot_autograd_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.314s) 2022-11-23T01:21:33.1341650Z test_aot_autograd_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.227s) 2022-11-23T01:21:33.1341790Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-11-23T01:21:33.1341920Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-11-23T01:21:33.1342290Z test_aot_autograd_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.191s) 2022-11-23T01:21:33.1342450Z test_aot_autograd_symbolic_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.400s) 2022-11-23T01:21:33.1342600Z test_aot_autograd_symbolic_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:21:33.1342750Z test_aot_autograd_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-11-23T01:21:33.1342900Z test_aot_autograd_symbolic_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1343030Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.331s) 2022-11-23T01:21:33.1343160Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.361s) 2022-11-23T01:21:33.1343310Z test_aot_autograd_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:21:33.1343530Z test_aot_autograd_symbolic_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1343680Z test_aot_autograd_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1343830Z test_aot_autograd_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1343960Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:21:33.1344120Z test_aot_autograd_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1344260Z test_aot_autograd_symbolic_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:21:33.1344400Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:21:33.1344530Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-11-23T01:21:33.1344680Z test_aot_autograd_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:21:33.1344830Z test_aot_autograd_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1344970Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.340s) 2022-11-23T01:21:33.1345100Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.592s) 2022-11-23T01:21:33.1345250Z test_aot_autograd_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1345380Z test_aot_autograd_symbolic_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.307s) 2022-11-23T01:21:33.1345530Z test_aot_autograd_symbolic_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:21:33.1345670Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.187s) 2022-11-23T01:21:33.1345820Z test_aot_autograd_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1345960Z test_aot_autograd_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:21:33.1346120Z test_aot_autograd_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:21:33.1346320Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.409s) 2022-11-23T01:21:33.1346460Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.395s) 2022-11-23T01:21:33.1346600Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.397s) 2022-11-23T01:21:33.1346740Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:21:33.1346870Z test_aot_autograd_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.889s) 2022-11-23T01:21:33.1347020Z test_aot_autograd_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1347160Z test_aot_autograd_symbolic_exhaustive_unfold_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.558s) 2022-11-23T01:21:33.1347290Z test_aot_autograd_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.109s) 2022-11-23T01:21:33.1347490Z test_aot_autograd_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1347670Z test_aot_autograd_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1347840Z test_aot_autograd_symbolic_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1347980Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.186s) 2022-11-23T01:21:33.1348120Z test_aot_autograd_symbolic_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:21:33.1348270Z test_aot_autograd_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:21:33.1348400Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:21:33.1348550Z test_aot_autograd_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:21:33.1348700Z test_aot_autograd_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:21:33.1348840Z test_aot_autograd_symbolic_exhaustive_view_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.353s) 2022-11-23T01:21:33.1348980Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.319s) 2022-11-23T01:21:33.1349130Z test_aot_autograd_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:21:33.1349260Z test_aot_autograd_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-11-23T01:21:33.1349400Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.242s) 2022-11-23T01:21:33.1349530Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.639s) 2022-11-23T01:21:33.1349660Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-11-23T01:21:33.1349820Z test_aot_autograd_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:21:33.1349980Z test_aot_autograd_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:21:33.1350100Z test_autocast (__main__.TestPartitioning) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:21:33.1350190Z test_contiguous (__main__.TestPartitioning) ... ok (0.007s) 2022-11-23T01:21:33.1350970Z test_default_partitioner_getitem (__main__.TestPartitioning) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:21:33.1351070Z warnings.warn( 2022-11-23T01:21:33.1351110Z ok (0.008s) 2022-11-23T01:21:33.1351750Z test_default_partitioner_output_tensor_shape_tensor (__main__.TestPartitioning) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:21:33.1351870Z warnings.warn( 2022-11-23T01:21:33.1351920Z ok (0.115s) 2022-11-23T01:21:33.1352020Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.210s) 2022-11-23T01:21:33.1352120Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.034s) 2022-11-23T01:21:33.1352740Z test_min_cut_partitioner_output_tensor_shape_tensor (__main__.TestPartitioning) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:21:33.1352790Z warnings.warn( 2022-11-23T01:21:33.1352840Z ok (0.106s) 2022-11-23T01:21:33.1352960Z test_min_cut_partitioner_recomputable_ops (__main__.TestPartitioning) ... ok (0.016s) 2022-11-23T01:21:33.1353570Z test_min_cut_partitioner_save_shape (__main__.TestPartitioning) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:21:33.1353630Z warnings.warn( 2022-11-23T01:21:33.1354150Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/functorch/_src/aot_autograd.py:350: 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-11-23T01:21:33.1354200Z warnings.warn( 2022-11-23T01:21:33.1354250Z ok (0.074s) 2022-11-23T01:21:33.1354340Z test_preserve_random (__main__.TestPartitioning) ... ok (0.005s) 2022-11-23T01:21:33.1354450Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.009s) 2022-11-23T01:21:33.1354950Z test_external_calls_cpu (__main__.TestPythonKeyCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:33.1355110Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T01:21:33.1355150Z ok (0.033s) 2022-11-23T01:21:33.1355250Z test_make_fx_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-11-23T01:21:33.1355410Z test_make_fx_functionalize_cpu (__main__.TestPythonKeyCPU) ... ok (0.005s) 2022-11-23T01:21:33.1355520Z test_make_fx_grad_cpu (__main__.TestPythonKeyCPU) ... ok (0.005s) 2022-11-23T01:21:33.1355620Z test_make_fx_jacrev_cpu (__main__.TestPythonKeyCPU) ... ok (0.014s) 2022-11-23T01:21:33.1355760Z test_make_fx_no_decompose_cpu (__main__.TestPythonKeyCPU) ... skip: error: maximum recursion reached (0.001s) 2022-11-23T01:21:33.1355850Z test_make_fx_vjp_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-11-23T01:21:33.1355950Z test_make_fx_vmap_cpu (__main__.TestPythonKeyCPU) ... ok (0.003s) 2022-11-23T01:21:33.1356040Z test_nnc_jit_cpu (__main__.TestPythonKeyCPU) ... ok (0.012s) 2022-11-23T01:21:33.1356140Z test_nnc_passthrough_cpu (__main__.TestPythonKeyCPU) ... ok (0.024s) 2022-11-23T01:21:33.1356230Z test_nnc_pytrees_cpu (__main__.TestPythonKeyCPU) ... ok (0.012s) 2022-11-23T01:21:33.1356330Z test_nnc_scalar_cpu (__main__.TestPythonKeyCPU) ... ok (0.012s) 2022-11-23T01:21:33.1356470Z test_resnet18_backward_trace_cpu (__main__.TestPythonKeyCPU) ... skip: test requires torchvision (0.000s) 2022-11-23T01:21:33.1356590Z test_scalar_device_cpu (__main__.TestPythonKeyCPU) ... ok (0.003s) 2022-11-23T01:21:33.1356600Z 2022-11-23T01:21:33.1356750Z ---------------------------------------------------------------------- 2022-11-23T01:21:33.1356810Z Ran 1282 tests in 415.265s 2022-11-23T01:21:33.1356810Z 2022-11-23T01:21:33.1356880Z OK (skipped=275, expected failures=215) 2022-11-23T01:21:33.1356880Z 2022-11-23T01:21:33.1356940Z Generating XML reports... 2022-11-23T01:21:33.1357170Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTAutograd-20221123011435.xml 2022-11-23T01:21:33.1357400Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTModuleSimplified-20221123011435.xml 2022-11-23T01:21:33.1357630Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestEagerFusionOpInfoCPU-20221123011435.xml 2022-11-23T01:21:33.1357850Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPartitioning-20221123011435.xml 2022-11-23T01:21:33.1358060Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPythonKeyCPU-20221123011435.xml 2022-11-23T01:21:33.1358060Z 2022-11-23T01:21:33.1358490Z ##[endgroup] 2022-11-23T01:21:33.1358750Z FINISHED PRINTING LOG FILE of functorch/test_aotdispatch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_aotdispatch_d4r5b4l7) 2022-11-23T01:21:33.1358760Z 2022-11-23T01:21:33.1358840Z Ignoring disabled issues: [] 2022-11-23T01:21:33.2760740Z Running functorch/test_ops ... [2022-11-23 01:21:33.275927] 2022-11-23T01:21:34.2902750Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:34.289972] 2022-11-23T01:21:34.2903240Z Ignoring disabled issues: [] 2022-11-23T01:21:34.2912220Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:34.289960] 2022-11-23T01:21:34.2912700Z Ignoring disabled issues: [] 2022-11-23T01:30:07.1232040Z 2022-11-23T01:30:07.1232380Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T01:30:07.1234780Z ##[group]PRINTING LOG FILE of functorch/test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_ops_f6djkdho) 2022-11-23T01:30:07.1235320Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-9c2492746795a8b3.xml 2022-11-23T01:30:07.1235930Z ============================= test session starts ============================== 2022-11-23T01:30:07.1236290Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:30:07.1236520Z cachedir: .pytest_cache 2022-11-23T01:30:07.1237130Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:30:07.1237570Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:30:07.1237920Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:30:07.1238190Z collecting ... collected 9104 items / 14 deselected / 9090 selected 2022-11-23T01:30:07.1601400Z Running 4452 items in this shard: test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_binary_cross_entropy_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cfloat_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_singular_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_cosine_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_kaiser_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_copy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_copy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvmapjvp_linalg_solve_cpu 2022-11-23T01:30:07.1937720Z 2022-11-23T01:30:07.1937920Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_binary_cross_entropy_cpu PASSED [ 0%] 2022-11-23T01:30:07.1938190Z functorch/test_ops.py::TestOperatorsCPU::test_grad_H_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1938430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_T_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1938750Z functorch/test_ops.py::TestOperatorsCPU::test_grad___radd___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1939000Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rdiv___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1939230Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmul___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1939460Z functorch/test_ops.py::TestOperatorsCPU::test_grad_abs_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1939700Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addcdiv_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1939940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addcmul_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1940180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1940430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_decomposed_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1940720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1941020Z functorch/test_ops.py::TestOperatorsCPU::test_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1941320Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1941620Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1941890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1942140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_scatter_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1942390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_asin_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1942630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_asinh_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1942870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atanh_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1943110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_2d_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1943350Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_3d_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1943590Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bernoulli_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1943860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1944140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1944460Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1944820Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_tensors_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1945080Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_to_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1945330Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cartesian_prod_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1945580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cdist_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1945820Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cdouble_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1946060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cfloat_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1946350Z functorch/test_ops.py::TestOperatorsCPU::test_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1946630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1946880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_inverse_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1947160Z functorch/test_ops.py::TestOperatorsCPU::test_grad_chunk_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1947400Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_max_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1947640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clone_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1947880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_column_stack_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1948120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1948360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_physical_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1948610Z functorch/test_ops.py::TestOperatorsCPU::test_grad_constant_pad_nd_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1948850Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cosh_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:07.1949130Z functorch/test_ops.py::TestOperatorsCPU::test_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:07.1949400Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cross_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1949630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cummax_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1949870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cummin_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1950110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumprod_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1950350Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumsum_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1950600Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumulative_trapezoid_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1950850Z functorch/test_ops.py::TestOperatorsCPU::test_grad_deg2rad_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1951090Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1951320Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_embed_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1951570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_copy_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1951830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_floor_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1952070Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dot_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1952310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_double_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1952570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_double_functorch_no_channels_last_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1952830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_einsum_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1953090Z functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1953420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1953720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1953980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erfc_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1954210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_exp2_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1954450Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_as_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1954690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1954920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expm1_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1955160Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft2_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1955400Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1955640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftn_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1955910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft2_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1956150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfftn_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1956390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1956630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfftn_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1956870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1957100Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1957340Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fliplr_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1957600Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_functorch_no_channels_last_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1957850Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmax_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1958120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1958380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gather_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1958640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1958910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gradient_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1959170Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1959430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_half_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1959690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_half_functorch_no_channels_last_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:07.1959980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1960300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1960600Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:07.1960870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hypot_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1961110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_i0_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1961350Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_add_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1961590Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1961890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_functorch_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1962140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_inner_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1962410Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1962710Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1963000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1963290Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1963590Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1963880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1964200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T01:30:07.1964500Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T01:30:07.1964760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ldexp_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1965000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lgamma_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1965240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cond_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1965490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cross_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1965730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1965990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_singular_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1966240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eig_cpu_float32 XFAIL [ 2%] 2022-11-23T01:30:07.1966490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvalsh_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1966760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_householder_product_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1967010Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1967250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_ex_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1967540Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1967810Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1968060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1968310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_solve_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1968560Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_norm_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1968820Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_power_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1969110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:07.1969390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_multi_dot_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1969690Z 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) [ 2%] 2022-11-23T01:30:07.1969980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_qr_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1970270Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_ex_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1970530Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorsolve_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1970790Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vander_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1971030Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vecdot_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1971280Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vector_norm_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1971520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1971760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1972010Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1972250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logcumsumexp_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:07.1972520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logdet_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1972800Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1973100Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1973360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logit_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1973630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1973920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1974180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mT_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1974420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amin_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1974700Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1974970Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1975220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logaddexp_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1975470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_mean_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1975710Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_norm_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1975950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_prod_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1976190Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_select_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1976440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmin_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1976690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_var_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1976930Z functorch/test_ops.py::TestOperatorsCPU::test_grad_matmul_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1977180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_with_dim_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1977430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_maximum_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1977670Z functorch/test_ops.py::TestOperatorsCPU::test_grad_median_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1977920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1978190Z functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1978450Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_binary_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1978740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_no_dim_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1979010Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_with_dim_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1979260Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mm_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1979490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mode_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1979740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1980000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1980250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanquantile_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1980490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nansum_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1980760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1981190Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1981480Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:07.1981780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1982060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1982320Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1982580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_bilinear_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1982870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1983150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1983430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1983720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1984000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1984310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:07.1984600Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1984870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1985140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_ctc_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1985400Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1985670Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1985930Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_elu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1986190Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_bag_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1986460Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1986740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1987050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1987320Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gelu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1987570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_glu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1987830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_grid_sample_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1988100Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1988390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardswish_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1988650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_huber_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1988920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_instance_norm_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1989310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_area_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1989640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1989940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1990230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1990510Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_l1_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1990790Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_layer_norm_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1991070Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_leaky_relu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1991340Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_logsigmoid_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1991610Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1991920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1992200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1992480Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1992780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1993090Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_nll_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1993360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_normalize_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1993680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_circular_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1993950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_constant_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1994240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_reflect_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1994550Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_replicate_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1994820Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pdist_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1995100Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_prelu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1995360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu6_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1995630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_rrelu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1995980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_selu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1996250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_silu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1996520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1996810Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:07.1997090Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.1997360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softsign_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.1997660Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_tanhshrink_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.1997970Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_threshold_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.1998260Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.1998580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.1998870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.1999120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_inf_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2008750Z functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_number_mean_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2009050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:07.2009390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:07.2009710Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ops_aten_index_put_functorch_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2009960Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ormqr_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2010200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_outer_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2010440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_permute_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2010680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pinverse_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2010920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polar_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2011180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2011440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2011710Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2011960Z functorch/test_ops.py::TestOperatorsCPU::test_grad_positive_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2012200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_prod_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2012430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2012670Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rad2deg_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2012940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:07.2013240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:07.2013520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_remainder_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2013760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_renorm_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2014090Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_conj_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2014370Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_0_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2014650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_3_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2014900Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_neg_3_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2015150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rsqrt_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2015380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rsub_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2015630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_add_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2015870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2016120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2016380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_mean_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2016650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_prod_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2016910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_lengths_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2017170Z functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_offsets_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2017420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_select_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2017690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:07.2018040Z functorch/test_ops.py::TestOperatorsCPU::test_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:07.2018340Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sigmoid_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:07.2018630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2018960Z functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2019270Z functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2019580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2019840Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sin_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2020080Z functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_scatter_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2020320Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sort_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2020610Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 6%] 2022-11-23T01:30:07.2020920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2021230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2021530Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2021830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2022150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2022550Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2023070Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T01:30:07.2023370Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_entr_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2023620Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i0e_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2023860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1e_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2024150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2024560Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T01:30:07.2024870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_log_ndtr_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2025210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2025520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2025830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2026110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtri_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2026400Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:07.2026830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T01:30:07.2027270Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T01:30:07.2027690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T01:30:07.2027990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_list_args_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2028250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_with_sizes_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2028490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sqrt_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2028730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_square_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2028960Z functorch/test_ops.py::TestOperatorsCPU::test_grad_stack_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2029200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_std_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2029440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_std_mean_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2029680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_to_size_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2029920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_t_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2030160Z functorch/test_ops.py::TestOperatorsCPU::test_grad_take_along_dim_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2030400Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tan_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2030630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tanh_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2030860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_to_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2031140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_topk_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2031380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trace_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:07.2031620Z functorch/test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2031870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_true_divide_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2032110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unbind_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2032350Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unflatten_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2032630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T01:30:07.2032900Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unsqueeze_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2033150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_var_mean_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2033380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vdot_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2033650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2033880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2034120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vstack_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2034360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_where_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2034590Z functorch/test_ops.py::TestOperatorsCPU::test_grad_xlogy_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2034860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T01:30:07.2035130Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2035380Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___functorch_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2035630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___radd___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2035870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rdiv___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2036100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmul___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2036330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rsub___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2036560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_abs_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2036790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_acosh_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2037020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addbmm_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2037260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcmul_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2037540Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2037780Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_decomposed_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2038030Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_amax_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2038260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_amin_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2038500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_angle_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2038760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2039050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2039350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2039640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_cpu_float32 XFAIL [ 7%] 2022-11-23T01:30:07.2039870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_asinh_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2040110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_2d_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2040360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_3d_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2040600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_baddbmm_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2040830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bernoulli_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2041100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2041420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2045480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_block_diag_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2045770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bmm_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:07.2046030Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2046350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2046670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:07.2046940Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_to_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2047220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2047510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2047820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2048110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cartesian_prod_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2048380Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2048680Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2048960Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2049270Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2049560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_inverse_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2049810Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_chunk_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2050050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_min_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2050290Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_corrcoef_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2050530Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cosh_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2050760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cov_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2050990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cross_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2051240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumulative_trapezoid_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2051490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_embed_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2051770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagflat_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2052020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_copy_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2052260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2052510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_trunc_rounding_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2052750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2053020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_functorch_no_channels_last_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2053300Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2053560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfc_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2053790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp2_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2054060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2054340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftn_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2054570Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2054810Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfftn_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2055050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft2_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2055280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2055520Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftn_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2055760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft2_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2055990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2056230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2056460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfftn_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2056700Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft2_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2056940Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2057170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flatten_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2057410Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fliplr_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:07.2057680Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2057990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:07.2058280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_power_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2058560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2058820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmin_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2059090Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2059370Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2059670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2059960Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2060350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_i0_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2060620Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2060910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2061180Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_add_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2061420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_copy_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2061670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_functorch_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2061920Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_select_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2062160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_inner_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2062420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2062790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2063100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2063390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2063670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2063970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2064260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:30:07.2064550Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:30:07.2064840Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:30:07.2065120Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:30:07.2065380Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ldexp_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2065620Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lerp_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2065850Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cond_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2066100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cross_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2066340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2066590Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_singular_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2066840Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eig_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2067120Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2067430Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2067730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2068020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2068280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2068550Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_ex_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2068810Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_solve_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2069060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_power_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2069340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:07.2069620Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_multi_dot_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2069870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2070110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2070360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_hermitian_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:07.2070670Z 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) [ 10%] 2022-11-23T01:30:07.2071000Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_slogdet_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2071240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2071500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_triangular_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2071750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svd_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2071990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorinv_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2072270Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:07.2072530Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log10_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2072770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log1p_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2073010Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log2_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2073240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp2_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2073490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2073760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:07.2074060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:07.2074360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:07.2074650Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:07.2074970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:07.2075240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2075480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_solve_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2075720Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_unpack_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2075950Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mH_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2076190Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amax_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2076470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:07.2076740Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2077020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2077290Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_log_softmax_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2084210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logsumexp_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2084480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_prod_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2084730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmin_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2084980Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_std_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2085230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_sum_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2085470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_matmul_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2085720Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_no_dim_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2086050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_maximum_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2086300Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_median_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2086540Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_binary_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2086790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_with_dim_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2087050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_minimum_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2087280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_msort_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2087520Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mul_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2087770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2088040Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2088290Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmean_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2088530Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanquantile_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:07.2088780Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nansum_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2089020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_batch_norm_cpu_float32 XFAIL [ 11%] 2022-11-23T01:30:07.2089320Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_dropout_backward_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2089640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2089950Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2090250Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2090550Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2090850Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2091150Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2091480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2091790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2092090Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2092360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2092640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2092910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2093180Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2093450Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_batch_norm_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2093740Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2094010Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv1d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2094280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2094570Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2094850Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2095140Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2095420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2095700Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout3d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2096010Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2096360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2096670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2096980Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2097320Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2097610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2097890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2098200Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:07.2098500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_group_norm_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2098810Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardshrink_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2099180Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardsigmoid_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2099460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardtanh_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2099740Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_instance_norm_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2100020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2100310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2100580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_layer_norm_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2100970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_linear_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2101250Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2101530Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool2d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:07.2101800Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:30:07.2102090Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2102360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2102670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2103010Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2103370Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_constant_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2103640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_reflect_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2103920Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2104220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2104510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2104800Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_prelu_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2105070Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_selu_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2105370Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_silu_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2105670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2105940Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2106210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softplus_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2106470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softsign_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2106730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_unfold_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2107000Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2107290Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2107560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_inf_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2107800Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_nuc_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2108070Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2108360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2108640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2108910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_outer_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2109150Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_permute_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2109450Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2109710Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_positive_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2109950Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pow_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2110190Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_prod_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2110460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2110760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randint_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2111060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2111380Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2111660Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_real_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2111950Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_remainder_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2112230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2112500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_as_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2112780Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:07.2113050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_conj_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2113300Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_neg_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2113540Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rot90_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2113790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_3_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2114030Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsqrt_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:07.2114270Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsub_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2114550Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2114820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_add_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2115080Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amax_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2115330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amin_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2115590Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_mean_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2115880Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2116200Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2116480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sgn_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2116750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2117060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2117390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2117720Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2118060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2121660Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2121960Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinc_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2122210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinh_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2122480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2122810Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2123270Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T01:30:07.2123580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_entr_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2123910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_erfcx_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2124160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i0e_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2124400Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2124700Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2125020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2125330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2125630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2126040Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T01:30:07.2126350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_list_args_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2126610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_with_sizes_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2126860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_squeeze_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2127100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_stack_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2127340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_to_size_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2127580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_lowrank_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2127860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2128120Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_t_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2128380Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2128630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tanh_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2128860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2129100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_transpose_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2129350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2129600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tril_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2129880Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_triu_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:07.2130160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:07.2130470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T01:30:07.2130740Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unsqueeze_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2130980Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_mean_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2131220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_copy_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2131460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vstack_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2131700Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_where_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2131970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T01:30:07.2132270Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T01:30:07.2132560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_H_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2132810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2133070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___functorch_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2133320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___radd___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2133570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rdiv___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2133810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmul___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2134050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2134290Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rsub___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2134540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acosh_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2134780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_add_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2135030Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcdiv_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2135280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcmul_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2135520Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2135760Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addr_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2136000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amin_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2136280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:07.2136550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_angle_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2136830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:07.2137130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:07.2137430Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:07.2137700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2137960Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_scatter_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2138210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asin_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2138490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asinh_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2138760Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2139010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_1d_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2139260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_2d_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2139500Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_3d_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2139750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_baddbmm_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2140000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2140300Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:07.2140600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_tensors_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2140860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_to_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2141300Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:07.2141580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cartesian_prod_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:07.2141830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cdist_cpu_float32 XFAIL [ 14%] 2022-11-23T01:30:07.2142070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chalf_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2142350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:07.2142620Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32 XFAIL [ 15%] 2022-11-23T01:30:07.2142860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chunk_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2143110Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_max_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2143360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_min_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2143600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clone_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2143850Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_column_stack_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2144100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_combinations_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2144350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2144600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2144860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_contiguous_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2145170Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:07.2145460Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cross_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2145750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummax_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2146020Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumsum_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2146270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2146530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_deg2rad_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2146780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2147030Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diff_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2147270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_digamma_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2147570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2147840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2148100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dot_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2148340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2148610Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2148870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dstack_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2149140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:07.2149440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:07.2149710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfinv_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2149980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_as_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2150220Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2150460Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expm1_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2150740Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:07.2151000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2151250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2151500Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2151750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2151990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2152240Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2152490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2152740Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2152980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2153220Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2153470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:07.2153710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2156710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2156980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_power_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2157230Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmin_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2157470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frac_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2157710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gather_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2157990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2158280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2158560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gradient_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2158890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2159160Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2159440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2159720Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hsplit_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2159960Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hstack_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2160200Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_i0_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2160470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2160750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_fill_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2161000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2161280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32 XFAIL [ 16%] 2022-11-23T01:30:07.2161590Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_select_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2161840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_inner_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2162110Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2162410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2162710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2163010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2163320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2163620Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T01:30:07.2163910Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T01:30:07.2164210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T01:30:07.2164510Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T01:30:07.2164800Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2165070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cond_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2165330Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cross_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2165580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2165830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigh_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2166090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvals_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2166340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2166590Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2166880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:07.2167210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2167480Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2167750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2168000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2168280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:07.2168540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2168790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_qr_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2169040Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_slogdet_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2169290Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2169550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2169830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svd_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2170090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svdvals_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2170340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorinv_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2170600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2170860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vander_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2171120Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vector_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2171410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2171670Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp2_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2171930Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logcumsumexp_cpu_float32 XFAIL [ 17%] 2022-11-23T01:30:07.2172210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:07.2172520Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:07.2172830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:07.2173130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:07.2173450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:07.2173740Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2173980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_unpack_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2174240Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amax_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2174490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amin_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2174770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:07.2175050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2175300Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2175560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2175880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_normalize_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2176140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmin_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2176400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_std_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2176640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_var_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2176890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matmul_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2177140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_binary_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2177390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2177690Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2177960Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_maximum_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2178280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2178540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2178810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2179070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_minimum_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2179310Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mm_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2179550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mul_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2179790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mv_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2180050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2180320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:07.2180570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmean_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2180820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanquantile_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2181110Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T01:30:07.2181380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2181620Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_neg_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2181900Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T01:30:07.2182210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T01:30:07.2182500Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T01:30:07.2182800Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T01:30:07.2183100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T01:30:07.2183390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2183680Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2183970Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2184250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2184550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2184830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_batch_norm_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2185100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_bilinear_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2185380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2185660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_celu_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2185920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2186180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2186450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2186770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2187090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2187400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2187690Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2187970Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2188250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2188530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout3d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2188800Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2189070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_elu_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2189330Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2189610Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2194420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2194750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2195060Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2195360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2195640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gelu_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2195920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2196210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2196500Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2196790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:07.2197070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_instance_norm_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2197480Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:07.2197780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2198080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2198370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2198650Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2198930Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2199200Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_linear_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2199480Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL [ 19%] 2022-11-23T01:30:07.2199770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2200090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2200370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2200660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2200940Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mish_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2201230Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2201520Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_normalize_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2201800Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2202090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2202380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2202650Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pdist_cpu_float32 XFAIL [ 19%] 2022-11-23T01:30:07.2202940Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2203220Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_prelu_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2203490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_rrelu_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2203820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_silu_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2204150Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2204440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2204720Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softplus_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2205000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softsign_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2206370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2207120Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_threshold_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2207940Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2211980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_unfold_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2212470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2212770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_number_mean_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2213080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:07.2213390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2213660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ormqr_cpu_float32 XFAIL [ 19%] 2022-11-23T01:30:07.2213930Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pca_lowrank_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2214200Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_permute_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2214470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2214770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2215090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2215370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2215630Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pow_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2215880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_qr_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2216140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_quantile_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2216400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rad2deg_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:07.2216700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2242220Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2242570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_real_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2242820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reciprocal_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2243090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_interleave_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2243340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_as_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2243590Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2243870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2244150Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_conj_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2244400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_neg_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2244660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2244920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsqrt_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2245160Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsub_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2245430Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_add_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2245710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2245970Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2246240Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_lengths_cpu_float32 XFAIL [ 20%] 2022-11-23T01:30:07.2246840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_offsets_cpu_float32 XFAIL [ 20%] 2022-11-23T01:30:07.2247110Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2247360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_scatter_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2247670Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2247950Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sign_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2248240Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2248580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2248900Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2249270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2249530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sin_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2249780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2250080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 20%] 2022-11-23T01:30:07.2250410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2250740Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2251040Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_entr_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2251340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2251620Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i0e_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2251890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1e_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2252230Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2252770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T01:30:07.2253090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_log_ndtr_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2253390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2253710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2254030Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2254310Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtr_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2254570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtri_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:07.2254870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:07.2255260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T01:30:07.2255700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:30:07.2256140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:30:07.2256570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:30:07.2256880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_xlog1py_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2257140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_list_args_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2257410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_with_sizes_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2257660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_mean_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2257940Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2258180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32 XFAIL [ 21%] 2022-11-23T01:30:07.2258420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tan_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2258660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tanh_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2258910Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensordot_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2259150Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tile_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2259390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2259630Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_sparse_cpu_float32 XFAIL [ 21%] 2022-11-23T01:30:07.2259880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_topk_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2260120Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_transpose_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2260380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triangular_solve_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2264560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unbind_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2264810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_copy_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2265070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2265340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T01:30:07.2265660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T01:30:07.2265950Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2266190Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_mean_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2266450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_copy_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2266700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vsplit_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2266970Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T01:30:07.2267260Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2267530Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2267820Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2268190Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2268470Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2268760Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2269050Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2269390Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2269720Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2270060Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2270350Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2270690Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2270990Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2271270Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2271550Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2271830Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:07.2272100Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2272370Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2272650Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2272930Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2273200Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2273470Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2273750Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2274030Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2274310Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2274580Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2274850Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2275130Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2275420Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2275700Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2275980Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2276320Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2276600Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2276870Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2277120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_T_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2277370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___functorch_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2277620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmul___cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2277860Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rsub___cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2278100Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_abs_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2278330Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_acos_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2278570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_acosh_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2278830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addbmm_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2279080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcdiv_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2279310Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcmul_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2279580Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2279830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmv_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2280060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addr_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2280330Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:07.2280590Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_amax_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2280830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_amin_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2281100Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:07.2281240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:07.2281380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:07.2281520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:07.2281640Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_scatter_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2281750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan2_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2281870Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_2d_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2281980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_3d_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2282120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2282230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bmm_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:07.2282370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:07.2282490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_tensors_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2282620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:07.2282730Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cdist_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2282840Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cdouble_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ceil_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:07.2283400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_inverse_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_solve_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283740Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_column_stack_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283860Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_physical_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2283980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2284130Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_contiguous_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2284240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_copysign_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2284350Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_corrcoef_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2284500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:07.2284610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummin_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2284720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumprod_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2284830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2284950Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_scatter_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285180Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diff_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285290Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_digamma_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dist_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_floor_rounding_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285650Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285760Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dstack_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2285920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:07.2286080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:07.2286190Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfc_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2286300Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfinv_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2286410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp2_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2286520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_as_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2286660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:07.2286770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft2_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2286880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftn_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftshift_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft2_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftshift_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfftn_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft2_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:07.2287830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft2_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2287940Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2288050Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfftn_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2288160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fill_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2288290Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flatten_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2288400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flip_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2288510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fliplr_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2288620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flipud_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2288770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2288880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gather_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2289010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2289130Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_grid_sampler_2d_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2289270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2289410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2289560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2289700Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2289810Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hsplit_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2289920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_i0_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2290060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2290170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_add_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2290290Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_copy_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2290410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_functorch_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2290520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_reduce_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2290680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2290820Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2290960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2291120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2291260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2291410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2291550Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2291690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 24%] 2022-11-23T01:30:07.2291830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 24%] 2022-11-23T01:30:07.2291980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 24%] 2022-11-23T01:30:07.2292090Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lgamma_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2292230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cond_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2292340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cross_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2292460Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eig_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2292570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigh_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2292700Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_householder_product_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2292820Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2292960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:07.2293080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2293200Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2293320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:07.2293430Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2293550Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_solve_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2293670Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_power_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2293840Z 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) [ 25%] 2022-11-23T01:30:07.2293960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_qr_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2294070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_slogdet_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2294190Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2294310Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_triangular_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2294430Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svdvals_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2294550Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorinv_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2294660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vecdot_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2294800Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:07.2294910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log1p_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2295040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2295160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_with_dtype_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2295280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2295390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logcumsumexp_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2295540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:07.2295680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:07.2298500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:07.2298650Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:07.2298810Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:07.2299010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:07.2299120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2299220Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mH_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2299340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amax_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2299460Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumprod_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2299570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2299700Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2299820Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logaddexp_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2299940Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logsumexp_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300050Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_mean_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_median_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_norm_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_normalize_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_select_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmax_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300740Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_matmul_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_matrix_exp_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2300960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_binary_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2301090Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_no_dim_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2301210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_with_dim_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2301340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2301470Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2301580Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_minimum_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:07.2301680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mm_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2301890Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:07.2302000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mv_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2302120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2302250Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nan_to_num_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2302370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmean_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2302490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmedian_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2302610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanquantile_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2302750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:07.2302900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_batch_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2303240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_dropout_backward_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2303360Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_layer_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2303500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:07.2303610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_neg_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2303750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:07.2303890Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:07.2304030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:07.2304170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2304290Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2304420Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2304540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_batch_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2304680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2304800Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_celu_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2304920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2305050Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2305190Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2305320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2305470Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2305620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2305750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2305880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout3d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306290Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306800Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_glu_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2306930Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardshrink_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2307060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardsigmoid_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2307200Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardswish_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2307330Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_instance_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2307460Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2307590Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2307730Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:07.2307860Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2307980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_l1_loss_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_layer_norm_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308350Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_linear_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308480Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308600Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308730Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308860Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2308990Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2309120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2309240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2309370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2309500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2309630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2309760Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2309890Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_rrelu_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softsign_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310650Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_threshold_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_unfold_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2310900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2311010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2311150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_fro_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2311260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_inf_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2311360Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_nuc_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2311470Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2311590Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_number_mean_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2311730Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:07.2311910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:07.2312030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_outer_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pca_lowrank_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312250Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_permute_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312650Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_prod_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312760Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_put_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312860Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_qr_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2312980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_quantile_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2313090Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rad2deg_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:07.2313230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:07.2313340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_renorm_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2313450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2313570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_interleave_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2313710Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2313860Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2313970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_conj_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2314130Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2314250Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_neg_3_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2314400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2314510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_add_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2314630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amin_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2314750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_sum_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2314900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2315020Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_lengths_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2315140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_offsets_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2315270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2315390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_scatter_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2315500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sgn_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2315630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2315750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sigmoid_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2315900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2316050Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2316160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sin_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2316270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinh_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2316380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2316490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_scatter_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2316600Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2316720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2316880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 28%] 2022-11-23T01:30:07.2317030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2317180Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2317330Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2317470Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2317630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2317920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T01:30:07.2318220Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T01:30:07.2318380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2318500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i0e_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2318620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2318750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1e_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2318920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2319040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_log_ndtr_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:07.2319190Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2319340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2319560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:07.2319680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtr_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2319810Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2319970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:07.2320130Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:07.2320380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:30:07.2320630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:30:07.2320870Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:30:07.2321110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:30:07.2321270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:07.2321380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2321500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_with_sizes_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2321610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sqrt_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2321720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2321820Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2321930Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_t_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tan_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensor_split_cpu_float32 XFAIL [ 29%] 2022-11-23T01:30:07.2322250Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322360Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_sparse_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_topk_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trace_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapezoid_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapz_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2322930Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tril_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trunc_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unfold_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_mean_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323480Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vdot_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_where_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_xlogy_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2323970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:07.2324070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_T_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmatmul___cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp__softmax_backward_data_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_abs_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_add_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addr_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2324980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amax_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2325090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amin_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:07.2325240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:07.2325380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2325520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2325670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2325790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_scatter_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2325900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asin_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asinh_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_1d_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_2d_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_3d_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_baddbmm_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bernoulli_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_block_diag_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2326960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_to_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2327100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2327240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2327360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cartesian_prod_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2327480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cat_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2327670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2327830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2327950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_inverse_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_solve_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_max_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_complex_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_contiguous_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_copysign_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cos_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cross_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2328900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummax_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2329010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummin_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2329120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumsum_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2329250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2329370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_deg2rad_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2331850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagflat_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2331980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_copy_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2332090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_digamma_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2332200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dist_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2332340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2332450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dstack_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2332560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_einsum_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2332700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2332840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2333040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:07.2333160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfinv_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2333270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp2_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:07.2333410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2333520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2333630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2333750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftshift_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2333870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2333980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft2_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftshift_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fill_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2334900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flip_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2335020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fliplr_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2335140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flipud_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2335270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmod_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2335380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frexp_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2335520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2335670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2335780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gather_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2335910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2336060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2336220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 31%] 2022-11-23T01:30:07.2336360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2336470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2336600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2336750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2336860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hsplit_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2337120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2337270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2337380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_fill_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2337500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_reduce_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2337620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_select_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2337730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_inner_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:07.2337870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2338030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2338210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2338350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2338490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2338630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2338770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2338910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:07.2339060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:30:07.2339210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:30:07.2339350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:30:07.2339460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ldexp_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2339600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2339710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lerp_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2339820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lgamma_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2339930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigh_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_householder_product_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2340980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2341100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2341230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2341350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2341520Z 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) [ 32%] 2022-11-23T01:30:07.2341640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svdvals_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2341760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorinv_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2341880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vander_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2342000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vecdot_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2342200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2342330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2342450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2342590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2342740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2342890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2343000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logit_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2343160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2343300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:07.2343410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2343530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_unpack_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2343630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mH_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2343740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mT_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2343860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amax_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2343970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amin_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2344110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2344230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_log_softmax_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2344350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_median_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2344470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_scatter_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2344590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmax_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2344700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmin_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2344890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_sum_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:07.2345090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_var_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2345300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_binary_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2345440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2345550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_binary_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2345680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2345790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mode_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2345910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_movedim_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2346020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mul_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2346180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 33%] 2022-11-23T01:30:07.2346300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmedian_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2346450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nansum_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2346560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2346680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_batch_norm_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2346810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_dropout_backward_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2346920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_neg_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2347060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2347190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2347330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2347460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2347580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2347720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2347870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2348970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout3d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2349100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2349250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2349380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gelu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2349500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_glu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2349630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2349760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2349880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_huber_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_instance_norm_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:07.2350940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_linear_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2351080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2351200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2351330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2351460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2351610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 34%] 2022-11-23T01:30:07.2351760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 34%] 2022-11-23T01:30:07.2351900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2352040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2352250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T01:30:07.2352460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T01:30:07.2352590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2352720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2352850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2352980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2353110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2353230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu6_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2353430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2353560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2353680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softplus_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2353810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2353940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_unfold_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_fro_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_inf_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_nuc_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2354980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_number_mean_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ormqr_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polar_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_positive_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pow_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_prod_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2355920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_qr_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2356030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_quantile_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2356150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rad2deg_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2356290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:07.2356440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:07.2356550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ravel_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2356670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reciprocal_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2356780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_renorm_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:07.2356900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_interleave_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2357020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2357160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2357310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2357450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_conj_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2357570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_neg_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2357680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rot90_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2357790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2357910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_0_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2358030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_3_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2358150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2358260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsqrt_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2358370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsub_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2358520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2358680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2358830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2358940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2359100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2359220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sigmoid_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2359370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2359520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2359630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sin_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2359750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_scatter_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2359860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2359970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sort_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2360130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 35%] 2022-11-23T01:30:07.2360280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2360430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2360580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2360730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2360890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2361050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2361210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2361540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T01:30:07.2361670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_log_ndtr_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2361830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2362000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2362180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2362350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2362510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2362800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T01:30:07.2362950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:07.2363070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_with_sizes_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2363180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_square_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:07.2363290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_squeeze_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2363410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stack_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2366200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2366320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stft_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2366440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_to_size_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2366550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2366660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_t_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2366770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tan_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2366890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensor_split_cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:07.2367000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensordot_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tile_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_sparse_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_topk_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trace_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_transpose_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapezoid_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapz_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2367940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triangular_solve_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2368050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tril_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2368160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triu_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2368330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unflatten_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2368450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_copy_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2368560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2368710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:07.2368860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:07.2368970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2369080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vdot_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2369180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2369300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vsplit_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2369410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_xlogy_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2369540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zero__cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2369680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:07.2369830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:07.2369940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_H_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2370050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_T_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2370160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:07.2370290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___functorch_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2370400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___radd___cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2370520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmatmul___cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2370640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmul___cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2370750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:07.2370880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap__softmax_backward_data_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2370990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_add_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2371100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcdiv_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2371210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcmul_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:07.2371330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmv_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2371440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amax_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2371550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amin_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2371690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2371840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2371950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asinh_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2372060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atanh_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2372180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_2d_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2372390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2372550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2372670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_tensors_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2372810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2372970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2373090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cdist_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2373200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ceil_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2373310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cfloat_cpu_float32 XFAIL [ 37%] 2022-11-23T01:30:07.2373420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2373660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_max_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2373770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clone_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2373890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_column_stack_cpu_float32 XFAIL [ 37%] 2022-11-23T01:30:07.2374000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_physical_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cos_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummin_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumprod_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_embed_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_copy_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2374940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_floor_rounding_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2375060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_no_rounding_mode_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2375180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_trunc_rounding_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2375300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dstack_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2375440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2375590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2375730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2375840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erf_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2375980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:07.2376100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft2_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2376210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2376330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft2_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2376440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2376580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfftn_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2376690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2376800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftn_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:07.2376920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2377040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2377170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2377300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfftn_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2377430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfftn_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2377570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flipud_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2377730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_cpu_float32 XFAIL [ 38%] 2022-11-23T01:30:07.2377880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_functorch_no_channels_last_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2378010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_power_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2378160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2378270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmax_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2378380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmod_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2378490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frac_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2378630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2378750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gradient_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2378870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_grid_sampler_2d_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2379000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_functorch_no_channels_last_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2379150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2379290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2379440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2379550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hsplit_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2379670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hypot_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2379840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2379970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_add_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2380080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_copy_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2380200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2380320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2380460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2380640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2380790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2380930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:30:07.2381070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:30:07.2381210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:30:07.2381320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kthvalue_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2381440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cross_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2381560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2381680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvals_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2381820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2381980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2382130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2382280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2382410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2382530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_ex_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2382660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_solve_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:07.2382810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:07.2382970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2383090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_multi_dot_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2383210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2383350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2383460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_qr_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2383580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_slogdet_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2383700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_ex_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2383820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svd_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2383940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorinv_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vector_norm_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log10_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log1p_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp2_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2384930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2385050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logcumsumexp_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2385160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logdet_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2385310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2385460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2385600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2385750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2385930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2386050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2386160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mH_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2386260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mT_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2386380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amax_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2386530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2386680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:07.2386810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumprod_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2386920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumsum_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_median_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_norm_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_normalize_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmax_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_binary_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2387910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2388020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_median_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2388150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_list_of_tensors_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2388280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_variadic_tensors_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2388400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_binary_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:07.2388500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mm_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2388620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mode_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2388790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_msort_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2388940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:07.2389050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mv_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2389180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2389300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2389420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2389540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmedian_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2389650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2389800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:07.2389950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_cpu_float32 XFAIL [ 40%] 2022-11-23T01:30:07.2390070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_batch_norm_cpu_float32 XFAIL [ 40%] 2022-11-23T01:30:07.2390400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_dropout_backward_cpu_float32 [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2390650Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2390910Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2391170Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2391410Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2391650Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2391880Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2392110Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2392350Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2392620Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2392860Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2393090Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2393320Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2393570Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2393810Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2394040Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2394270Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2394500Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2394730Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2394960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2395200Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2395430Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2395660Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2395920Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2396150Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2396380Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2396610Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2396850Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2397100Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2397330Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2397570Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2397800Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2398030Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2398260Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2398500Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2398730Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2398960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2399210Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2399440Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2399670Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2399910Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2400140Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2400390Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2400620Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2403410Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2403660Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2403890Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2404120Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2404360Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2404590Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2404820Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2405050Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2405430Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2405670Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2405900Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2406130Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2406400Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2406630Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2406860Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2407100Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2407330Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2407560Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2407820Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2408060Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2408300Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2408530Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2408810Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2409050Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2409280Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2409510Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2409740Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2410000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2410230Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2410460Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2410700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2410930Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2411160Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2411390Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2411630Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2411860Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2412110Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2412350Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2412580Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2412810Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2413050Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2413300Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2413540Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2413770Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2414000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2414230Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2414460Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2414700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2414930Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2415160Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2415390Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2415650Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2415880Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2416110Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2416350Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2416600Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2416830Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2417060Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2417300Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2417530Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2417760Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2418010Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2418270Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2418500Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2418550Z PASSED [ 40%] 2022-11-23T01:30:07.2418670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_layer_norm_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2418820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:07.2419030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:07.2419180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2419310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2419450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2419590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:30:07.2419720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool2d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2419850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_batch_norm_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2419980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2420130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv1d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2420270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2420410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2420550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2420690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2420830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2420990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2421140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2421270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2421410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2421540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cross_entropy_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2421660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32 XFAIL [ 40%] 2022-11-23T01:30:07.2421790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_elu_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2421920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2422050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_functorch_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2422210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:30:07.2422370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:30:07.2422510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:30:07.2422660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:30:07.2422790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_grid_sample_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2422940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_group_norm_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:07.2423070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardshrink_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2423200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardswish_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2423330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardtanh_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2423460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2423590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_area_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2423730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2423860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_linear_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_layer_norm_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_leaky_relu_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_local_response_norm_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_logsigmoid_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2424980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2425110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2425230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool2d_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2425350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2425490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2425620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2425740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mish_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2425870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_nll_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_normalize_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_constant_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_reflect_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2426970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2427100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2427230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_prelu_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2427350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2427480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_selu_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2427610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2427740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2427860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softplus_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softsign_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_tanhshrink_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_threshold_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_fro_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:07.2428900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_inf_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2429020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_nuc_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2429140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T01:30:07.2429270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_number_mean_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T01:30:07.2429410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten_index_put_functorch_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2429530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ormqr_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T01:30:07.2429640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_outer_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2429760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pca_lowrank_cpu_float32 XFAIL [ 42%] 2022-11-23T01:30:07.2429890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_0_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_1_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_2_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_3_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_4_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_positive_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rad2deg_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2430880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2431050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2431170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_interleave_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2431280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2431430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2431570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2431690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_neg_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2431800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2431920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_add_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2432060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_mean_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2432190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2432300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2432430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_scatter_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2432540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sgn_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2432680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2432850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2432960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sigmoid_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2433080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sign_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2433230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2433390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2433530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2433640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sin_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2433760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinc_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2433870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2433990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_with_dtype_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2434110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sort_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:07.2434260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2434430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2434610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:07.2434890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 43%] 2022-11-23T01:30:07.2435110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_erfcx_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2435310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2435470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2435590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i0e_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2435710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2435820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1e_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2435980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2436140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2436360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2436530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2436790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 43%] 2022-11-23T01:30:07.2437030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 43%] 2022-11-23T01:30:07.2437280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 43%] 2022-11-23T01:30:07.2437520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 43%] 2022-11-23T01:30:07.2437680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2437800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_xlog1py_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2437950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2438070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_list_args_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sqrt_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_square_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stack_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_symeig_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_along_dim_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2438980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tan_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2439090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tanh_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2439210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensor_split_cpu_float32 XFAIL [ 43%] 2022-11-23T01:30:07.2439340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tile_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2439460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_cpu_float32 SKIPPED (Skipped!) [ 43%] 2022-11-23T01:30:07.2439590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_sparse_cpu_float32 SKIPPED (Skipped!) [ 43%] 2022-11-23T01:30:07.2439700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trace_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2439820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapezoid_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2439930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapz_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2440040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tril_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2440150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triu_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2440260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unbind_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2440370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2440540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:07.2440650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2440770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2440900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_complex_cpu_float32 XFAIL [ 43%] 2022-11-23T01:30:07.2441030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_copy_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:07.2441140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2441250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_where_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2441360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_xlogy_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2443860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zero__cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2444010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2444160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2444270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2444400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2444540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float64 SKIPPED (Skipped!) [ 44%] 2022-11-23T01:30:07.2444660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2444780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2444950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2445070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2445180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2445320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__softmax_backward_data_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2445440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2445560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2445680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2445870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2445990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2446120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2446240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2446360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2446490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2446610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2446770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2446890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2447030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2447190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2447310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2447450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2447600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2447750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2447900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2448040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2448190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2448350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2448500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:07.2448630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2448750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2448870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2448990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2449110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2449230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:07.2449350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:07.2449470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2449580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2449730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2449850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2449980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2450100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2450240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2450390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2450510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2450670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:07.2450810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2451060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2451270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:07.2451450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:07.2451570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2451700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2451830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2451950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cfloat_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2452070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cfloat_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2452190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2452310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2452480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:07.2452660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:07.2452790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2452910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2453040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2453160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2453290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2453410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2453540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2453670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2453790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2454020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2454160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2454280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2454410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2454530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2454650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2454770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2454930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:07.2455050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2455220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:07.2455340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2455460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:07.2455580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2455700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2455820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2455940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2456060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2456180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2456310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2456440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2456560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2456690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_copy_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2456810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2456940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2457060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2457180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2457300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2457430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2457580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2457720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2457850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2458030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2458180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2458300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2458410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2458530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2458650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2458800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:07.2458950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:07.2459100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:07.2459280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:07.2459400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2459520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2459640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2459760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2459880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2460010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2460160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:07.2460300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:07.2460430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2460550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2460670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2460790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2460910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2461030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2461160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:07.2461280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:07.2461390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2461510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2461640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2461760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2461900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2462030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2462150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2462260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2462380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2462510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2462630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2462750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2462870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2463010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2463130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2463250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2463360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2463480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2463640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2463760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2463880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2464000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2464120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2464270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2464420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2464570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2464720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2464840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2465000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2465140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2465270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2465410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2465560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2465710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2465850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2465970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2466120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2466270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:07.2466400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2466520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2466640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2466770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:07.2466910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2467030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:07.2467150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2467290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2467420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2467560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2467700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2467870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2468020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2468170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2468320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2468470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2468610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2468770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2468910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2469060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2469210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2469360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2469510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:30:07.2469800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:30:07.2469950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:30:07.2470070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2470190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2470310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2470450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float32 SKIPPED (Skipped!) [ 48%] 2022-11-23T01:30:07.2470590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2470740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2470870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2471030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2471160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2471300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2471420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float64 XFAIL [ 48%] 2022-11-23T01:30:07.2471550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2471680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2471820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2471940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2472070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2472190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2472350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:07.2472480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2472620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2472750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2472880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2473010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:07.2473140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2473280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float32 SKIPPED (Skipped!) [ 48%] 2022-11-23T01:30:07.2473410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:07.2473590Z 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) [ 49%] 2022-11-23T01:30:07.2473820Z 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) [ 49%] 2022-11-23T01:30:07.2473960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2474090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2474240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2474390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2474550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2474680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2474810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2474940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2475130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2475280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2475400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2475530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2475640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2478540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2478680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2478820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_with_dtype_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2478940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2479070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2479200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2479360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2479510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2479660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2479820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2479970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2480120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2480240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2480360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2480510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2480740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2480880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2481030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2481200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:07.2481320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2481440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2481560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2481690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2481840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2481950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2482070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2482180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2482310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:07.2482440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:07.2482600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:07.2482750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:07.2482880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2483010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2483140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2483260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2483410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2483550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2483700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2483840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2483980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2484110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2484250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2484390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2484550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2484720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2484850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float32 XFAIL [ 50%] 2022-11-23T01:30:07.2484980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2485110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2485230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2485360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2485480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2485600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2485720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2485860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2486010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2486140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2486280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2486410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2486550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2486670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2486790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2486910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2487050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2487190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2487320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2487450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2487560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2487680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2487810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2487930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2488050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:07.2488210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:07.2488340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2488480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:07.2488640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2488770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2488900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2489020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2489140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2489300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2489430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2489580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2489740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:07.2489960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:07.2490110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2490260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2490420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2490580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2490730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2490880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2491030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T01:30:07.2491180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2491330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2491470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2491610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2491750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2491890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2492030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2492170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_alpha_dropout_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2492300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2492440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2492590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2492730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2492860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2492990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2493130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2493290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2493420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2493550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2493710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2493840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2493980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2494130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2494270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2494420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2494570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2494720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:07.2494870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2495030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:07.2495170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2495320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T01:30:07.2495460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2495610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2495740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2495880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2496010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2496140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2496280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2496440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2496570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2496700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2496860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2497020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2497160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2497300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2497440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2497610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2497750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2497890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2498020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2498160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2498300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2498430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2498570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2498700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2498860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2499020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2499170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2499320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2499460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2499600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2499730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2499870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T01:30:07.2500010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2500140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2500280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2500460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2500600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2500740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2500870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2501010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2501140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:07.2501260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:07.2501400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2501560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2501700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 53%] 2022-11-23T01:30:07.2501840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float64 XFAIL [ 53%] 2022-11-23T01:30:07.2501980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2502110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2502250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2502390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2502540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2502680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2502820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2502960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2503090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2503230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2503370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2503510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2503650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2503790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2503930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2504070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2504250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2504380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2504510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2504650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2504790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2504940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2505070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2505200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2505330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2505520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2505670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2505800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2505940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2506070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2506200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2506340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2506470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2506610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2506770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2506910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2507050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2507190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:07.2507330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:07.2507480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:07.2507640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:07.2507760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2507880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2508010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2508130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2508270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2508400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2508530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2508690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:07.2508840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:07.2509030Z 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.) [ 54%] 2022-11-23T01:30:07.2509170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2509320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2509440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2509570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2509690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2509810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2509940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2510080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2510220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2510350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2510480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2510610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2510740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2510860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2510980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2511100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2511220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2513750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2513880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2513990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2514120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2514240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2514380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2514630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:07.2514800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:07.2514990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:07.2515180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:07.2515380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:07.2515520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2515640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2515770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2515940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:07.2516060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2516180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:07.2516310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2516440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2516570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2516720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2516880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2517020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2517150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2517280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2517400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2517520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2517650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2517780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2517900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2518020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2518150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2518280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2518420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2518550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2518680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2518850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2518970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2519130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2519300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2519470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2519600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2519720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2519840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2519970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2520140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2520300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2520460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2520630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2520780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2520900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2521020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2521140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2521260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2521380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2521510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:07.2521630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2521770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2521890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:07.2522070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2522240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2522390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:07.2522550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2522780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2522950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2523110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2523270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2523400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2523570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2523700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2523860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2523990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2524110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2524240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2524410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2524570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2524730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2524900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2525060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2525190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2525310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2525460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2525610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2525790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2525960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2526120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2526430Z 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) [ 56%] 2022-11-23T01:30:07.2526750Z 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) [ 56%] 2022-11-23T01:30:07.2527010Z 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) [ 56%] 2022-11-23T01:30:07.2527270Z 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) [ 56%] 2022-11-23T01:30:07.2527440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:07.2527570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2527690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2527820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2527970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2528090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2528230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2528360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2528490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2528620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2528730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2528850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2528980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2529100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2529210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:07.2529340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:07.2529460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2529590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2529710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2529830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2529940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2530070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2530200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2530320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2530440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2530550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2530680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32 XFAIL [ 57%] 2022-11-23T01:30:07.2530840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64 XFAIL [ 57%] 2022-11-23T01:30:07.2530960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2531070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2531200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2531320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2531450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2531570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2531700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2531820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2531950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2532080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2532200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_copy_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2532330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2532480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T01:30:07.2532640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T01:30:07.2532770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2532890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2533020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2533150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2533270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_copy_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2533390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_copy_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2533510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2533630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2533750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2533870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2533990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2534110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2534220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2534340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float64 PASSED [ 57%] 2022-11-23T01:30:07.2534450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_T_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2534580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___functorch_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2534700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmul___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2534840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2534950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rsub___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:07.2535060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_abs_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2535180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acos_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2535290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_add_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2535410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcmul_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2535530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2535650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_decomposed_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2535770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmv_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2535900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addr_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2536050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2536200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2536310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_angle_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2536460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2536610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2536750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2536900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2537030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2537150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asinh_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2537270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_2d_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2537380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_3d_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2537510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T01:30:07.2537630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bmm_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2537760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_tensors_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2537910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2538070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2538200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cartesian_prod_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2538320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cat_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2538490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cfloat_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2538660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2538930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:07.2539060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_solve_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2539180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chunk_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2539300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_min_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2539410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clone_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2539530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_column_stack_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2539650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_combinations_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2539770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2539890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_constant_pad_nd_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_contiguous_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cos_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cov_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_scatter_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:07.2540860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dist_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2540990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_floor_rounding_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2541120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_trunc_rounding_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2541230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dot_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2541350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_einsum_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2541500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2541610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erf_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2541730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfinv_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2541840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp2_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2541960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2542080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_as_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2542220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2542340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2542460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftn_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2542580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftshift_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2542700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft2_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2542810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfftn_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2542940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft2_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2543070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2543180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2543300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft2_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2543410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2543520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfftn_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2543640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flipud_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2543780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2543950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2544090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2544240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2544360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmax_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2544500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2544650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2544810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2544970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2545120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2545260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2545430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:07.2545570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___functorch_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2545700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___radd___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2545830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rdiv___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2545950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmod___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2548470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmul___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2548620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule__softmax_backward_data_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2548750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_add_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2548880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcmul_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2549010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:07.2549160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2549350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amin_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2549510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2549670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2549830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2549990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2550120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asinh_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2550250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2550400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_1d_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2550540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 60%] 2022-11-23T01:30:07.2550670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_block_diag_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2550800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bmm_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2551010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2551140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cat_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2551290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2551420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdouble_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:07.2551580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cfloat_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2551750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2551890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_inverse_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2552020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_max_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2552150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_min_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2552290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_combinations_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2552420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_physical_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2552550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_copysign_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:07.2552690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2552820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_deg2rad_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2552950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagflat_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2553080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_copy_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2553230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2553360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_digamma_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2553500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2553640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2553760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dot_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2553890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dstack_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2554020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_einsum_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2554140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfinv_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2554280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_as_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2554420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2554550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2554670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2554800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2555050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft2_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2555220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:07.2555400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:07.2555530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmod_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2555660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frac_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2555820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2555950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gather_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2556110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2556270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2556500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2556660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2556820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2556980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2557110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hsplit_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2557240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hypot_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2557470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2557620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_functorch_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2557760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_select_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2557930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2558090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2558250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2558410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2558610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T01:30:07.2558730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lerp_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2558870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cond_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2559000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eig_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2559130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvals_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2559270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2559400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2559570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2559730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2559870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2560000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL [ 61%] 2022-11-23T01:30:07.2560130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL [ 61%] 2022-11-23T01:30:07.2560270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2560440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2560610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2560760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2560950Z 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) [ 61%] 2022-11-23T01:30:07.2561080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_slogdet_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2561220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2561370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svd_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2561510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL [ 61%] 2022-11-23T01:30:07.2561660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2561800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log1p_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2561970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2562110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logdet_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:07.2562310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:07.2562520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2562710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logit_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2562880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2563020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_solve_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2563150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_unpack_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:07.2563270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mH_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2563410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amax_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2563570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2563730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2563870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumprod_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:07.2564000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumsum_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2564140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_log_softmax_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2564280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logaddexp_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2564410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logsumexp_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2564550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_median_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2564680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_norm_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2564810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_normalize_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2564950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_select_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2565080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmin_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2565210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_var_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2565370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matmul_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2565500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matrix_exp_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2565630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_median_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2565770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2565920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2566050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2566180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mm_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2566310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mode_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2566440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_msort_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2566600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2566730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanquantile_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:07.2566860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nansum_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:07.2567020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2567150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2567330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_dropout_backward_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2567480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2567610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_neg_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2567770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2567920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2568080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:07.2568250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T01:30:07.2568400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2568540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2568690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:07.2568830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2568970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2569110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2569270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2569420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2569580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2569730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2569880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2570040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2570200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2570380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2570530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2570670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2570820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:07.2570970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:07.2571120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:07.2571260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:07.2571400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2571540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_glu_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:07.2571680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2571820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2571960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2572110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2572270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2572430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2572570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2572720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2572900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:07.2573080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:07.2573290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:07.2573430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:07.2573580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2573760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:07.2573940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:07.2574090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2574240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2574410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2574560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2574720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:07.2574870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2575010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2575150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2575300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:07.2575440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:07.2575580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:07.2575720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2575860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2576010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2576160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2576290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_inf_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2576420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_nuc_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2576580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2576730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2576880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2577030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_outer_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2577180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pca_lowrank_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:30:07.2577310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_permute_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2577440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pinverse_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2577570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2577700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pow_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2577830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_qr_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2577960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_quantile_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:07.2578120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2578300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2578430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ravel_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2578570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_real_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2578720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_as_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2578860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2579010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2579170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2579310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_conj_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2579440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_neg_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2579570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_roll_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2579690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rot90_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2579820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2579960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_0_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2580090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_3_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2580220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsub_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2580380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scalar_tensor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2580510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_add_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2580650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:07.2580820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2581000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_scatter_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2581130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sgn_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2581290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2581460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2581590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sigmoid_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2581720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sign_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:07.2581890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:07.2582010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sin_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2582170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2582300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2582420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sort_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2582590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2582750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2583050Z 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) [ 65%] 2022-11-23T01:30:07.2585900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2586090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2586260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2586430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2586600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2586740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtr_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2586920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2587200Z 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) [ 65%] 2022-11-23T01:30:07.2587470Z 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) [ 65%] 2022-11-23T01:30:07.2587740Z 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) [ 65%] 2022-11-23T01:30:07.2588060Z 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) [ 65%] 2022-11-23T01:30:07.2588200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2588330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_list_args_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2588470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_with_sizes_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2588600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sqrt_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2588750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_square_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2588890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_squeeze_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2589020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stack_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2589190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_mean_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2589320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_to_size_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2589460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_along_dim_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2589580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tanh_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2589740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2589870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_topk_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trace_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_transpose_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapezoid_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tril_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triu_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_true_divide_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trunc_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2590900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_copy_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2591060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:07.2591190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_mean_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2591330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_complex_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:07.2591460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2591590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_copy_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2591720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vsplit_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:07.2591850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vstack_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2592030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_xlogy_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2592190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2592340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2592490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2592610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hsplit_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2592720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_i0_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2592870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2592990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_add_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2593160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2593320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2593440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_select_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2593560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_inner_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2593700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2593870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2594020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2594160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2594310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2594460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2594610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2594750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:30:07.2594920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:30:07.2595050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kron_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2595170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kthvalue_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2595280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lerp_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2595400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cross_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2595520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eig_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2595640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigh_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2595770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvals_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2595900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_householder_product_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2596070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_ex_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2596230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:07.2596360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2596490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2596610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2596740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2596860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_multi_dot_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2597000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2597150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2597280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_hermitian_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2597460Z 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) [ 66%] 2022-11-23T01:30:07.2597580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_slogdet_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2597700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2597820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:07.2597940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log10_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2598090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2598240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2598390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2598540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2598680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2598820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2598940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_solve_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amin_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumsum_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logsumexp_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_median_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmin_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2599950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matmul_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matrix_exp_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_no_dim_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_variadic_tensors_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_movedim_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_msort_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mul_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2600930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nan_to_num_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2601080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2601230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_batch_norm_cpu_float32 XFAIL [ 67%] 2022-11-23T01:30:07.2601390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2601530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2601640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_neg_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2601790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2601940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2602090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:07.2602240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:30:07.2602380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2602520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2602650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2602780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2602930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:30:07.2603060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool3d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2603190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2603320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv1d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2603450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2603600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2603750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2603910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:07.2604050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2604210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2604350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2604480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2604630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2604780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_similarity_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2604920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cross_entropy_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2605070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:07.2605200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_elu_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2605360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:07.2605500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:07.2605660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:07.2605820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:07.2605960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 68%] 2022-11-23T01:30:07.2606100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 68%] 2022-11-23T01:30:07.2606230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 68%] 2022-11-23T01:30:07.2606360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gelu_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2606490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2606650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:07.2606780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardtanh_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2606910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2607050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2607190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_area_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2607320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2607460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_linear_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2607600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2607740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2607930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2608060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_l1_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2608190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_linear_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2608320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2608460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:07.2608610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:07.2608750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:07.2608890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2609050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mish_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2609180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2609340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:07.2609490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2609620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_normalize_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2609750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_constant_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2609890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pairwise_distance_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2610050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:07.2610180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:07.2610310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2610440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2610590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:07.2610730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_selu_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2610870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_silu_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softshrink_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_tanhshrink_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_threshold_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_unfold_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_inf_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2611910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_nuc_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2612060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2612210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2612400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2612550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2612680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pca_lowrank_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:07.2612800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pinverse_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2612920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2613100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_0_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2613230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_3_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2613350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_4_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2613470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pow_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2613580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_prod_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2613700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_qr_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2613810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 XFAIL [ 69%] 2022-11-23T01:30:07.2613960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2614120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2614230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_real_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2614350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reciprocal_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2614500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2614620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2614740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_as_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2614860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2615010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2615130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_neg_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2615240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_roll_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2615360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2615480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_0_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2615610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_neg_3_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2615730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsqrt_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2615900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scalar_tensor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:07.2616030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amin_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2616160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_sum_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:07.2616270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2616420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2616540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sign_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2616690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2616850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2616990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sin_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2617100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinc_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2617220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinh_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2617330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2617450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2617580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_with_dtype_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2617740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 70%] 2022-11-23T01:30:07.2617900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2618050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2618200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2618350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2618520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2618770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 70%] 2022-11-23T01:30:07.2618900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_entr_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2621520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_erfcx_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2621690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2621810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i0e_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2621930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2622090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2622220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2622440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2622600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2622730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtr_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2622850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtri_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2623000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2623160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2623330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2623450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_xlog1py_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2623620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2623740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2623860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sub_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2623980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_to_size_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2624090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2624220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_lowrank_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:30:07.2624370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:07.2624480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_t_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2624610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_along_dim_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2624720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2624840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tanh_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:07.2624950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tile_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2625070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:30:07.2625220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:07.2625340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_transpose_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2625460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapezoid_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2625570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapz_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2625690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_true_divide_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2625810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unbind_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2625930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unflatten_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2626090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:07.2626250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:07.2626450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unsqueeze_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2626580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2626700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2626880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:07.2627020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_H_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2627160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___functorch_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2627280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___radd___cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2627390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rdiv___cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2627510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmatmul___cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2627660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2627770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rsub___cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2627910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp__softmax_backward_data_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2628020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_add_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2628140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addbmm_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2628260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_decomposed_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2628380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addr_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2628530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T01:30:07.2628640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amax_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2628750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_angle_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2628900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T01:30:07.2629050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T01:30:07.2629180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32 XFAIL [ 71%] 2022-11-23T01:30:07.2629290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asin_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2629410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan2_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2629540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:30:07.2629670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:30:07.2629790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_cpu_float32 XFAIL [ 71%] 2022-11-23T01:30:07.2629910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_block_diag_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2630020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bmm_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2630190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T01:30:07.2630330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_tensors_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:30:07.2630480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T01:30:07.2630620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cartesian_prod_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:07.2630740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdist_cpu_float32 XFAIL [ 71%] 2022-11-23T01:30:07.2630850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chalf_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:07.2631000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:07.2631160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:07.2631280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:07.2631390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chunk_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2631510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2631630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_physical_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2631780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_contiguous_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2631890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_corrcoef_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cosh_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cov_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cross_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummax_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_copy_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2632960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_scatter_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dist_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dot_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dsplit_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dstack_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_einsum_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2633950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:07.2634090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:07.2634200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfc_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2634320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfinv_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2634430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp2_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2634600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:07.2634720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft2_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2634850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftshift_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2634960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft2_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftshift_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft2_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2635960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2636080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flatten_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2636190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flip_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:07.2636310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flipud_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2636420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2636580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2636690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2636800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmin_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2636910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frac_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2637030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frexp_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2637170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2637310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2637430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:07.2637570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2637720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2637870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2637980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_i0_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2638120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2638270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2638390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_add_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2638500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2638650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_functorch_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2638780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:07.2638900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_select_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2639040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2639190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2639350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 73%] 2022-11-23T01:30:07.2639490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 73%] 2022-11-23T01:30:07.2639640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 73%] 2022-11-23T01:30:07.2639770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kron_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2639890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kthvalue_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2640040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2640150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lerp_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2640270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cond_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2640390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2640520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_singular_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2640640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eig_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:07.2640750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigh_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2640880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_ex_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2641030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2641190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:07.2641320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2641460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2641600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2641730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_power_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2641850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2641980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2642100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_ex_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:07.2642220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svd_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2642340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svdvals_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2642470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2642660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vander_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2642790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vector_norm_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2642900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log10_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2643020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log1p_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2643140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2643270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2643390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2643500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logcumsumexp_cpu_float32 XFAIL [ 74%] 2022-11-23T01:30:07.2643620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logdet_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2643810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:07.2643960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:07.2644110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:07.2644250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:07.2644370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2644480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2644590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mH_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2644750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:07.2644900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:07.2645020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2645160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2645290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_log_softmax_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2645410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2645530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_median_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2645660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_normalize_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2645780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_prod_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2645900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmin_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_sum_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_var_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matmul_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matrix_exp_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_binary_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2646900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mm_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_msort_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nan_to_num_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:07.2647890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2648000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2648120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2648270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:07.2648400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_dropout_backward_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2648540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:07.2648690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:07.2648850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:07.2648990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:07.2649140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:07.2649280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2649420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2649560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2649690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2649830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_batch_norm_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2649960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_bilinear_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:30:07.2650100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2650230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_celu_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2650350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2650480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2650650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2650790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2650940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2651080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2651230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2651390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2651520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2651660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2651830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2651960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout3d_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2652090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2652230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2652360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2654850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gelu_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2655000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2655140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2655280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2655420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2655560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2655700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2655830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2655960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2656090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2656230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:07.2656360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:07.2656500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:07.2656630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2656750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mish_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2656950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:07.2657100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:07.2657240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2657380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_normalize_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2657520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2657660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2657800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2657920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pdist_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:07.2658060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2658210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2658340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu6_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2658470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_rrelu_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:07.2658590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_selu_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2658720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softsign_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2658850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2659010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2659130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_unfold_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2659250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2659370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_fro_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2659480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_inf_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2659600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_nuc_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2659710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:07.2659860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T01:30:07.2660050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T01:30:07.2660190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2660300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_outer_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2660420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_permute_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2660530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2660670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2660790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2660980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2661100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_positive_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2661220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_prod_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2661340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:07.2661490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T01:30:07.2661640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T01:30:07.2661750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ravel_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2661880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_remainder_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2662010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_interleave_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2662190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T01:30:07.2662310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_neg_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2662430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:07.2662550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_0_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2662670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2662790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsqrt_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2662920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2663060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 XFAIL [ 77%] 2022-11-23T01:30:07.2663210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2663360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2663480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2663610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2663750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2663920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2664040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sigmoid_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2664200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2664360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2664520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2664630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sin_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2664750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinh_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2664870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2664990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2665140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_with_dtype_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2665250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sort_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2665410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2665560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2665710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2665880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2666040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2666180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_entr_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2666310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_erfcx_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2666470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2666590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i0e_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2666710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2666830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1e_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2667100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:30:07.2667260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2667420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2667540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtr_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2667660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtri_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2667830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2668080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:30:07.2668340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:30:07.2668470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_xlog1py_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2668620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:07.2668740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_list_args_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2668870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_with_sizes_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:07.2668980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_square_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2669100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2669240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2669360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_to_size_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2669520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2022-11-23T01:30:07.2669640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_symeig_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:07.2669760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:07.2669880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensordot_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2669990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tile_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2670100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:07.2670220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_topk_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2670360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trace_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2670480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_transpose_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2670590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tril_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2670700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unflatten_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2670820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2670980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:07.2671120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:07.2671240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unsqueeze_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2671360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2671480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_complex_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:07.2671600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2671750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:07.2671860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_H_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2671970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmatmul___cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp__softmax_backward_data_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_abs_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acos_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acosh_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_add_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addbmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcdiv_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2672930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2673050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_decomposed_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2673160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addr_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2673320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:07.2673440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amin_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2673580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:07.2673720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:07.2673870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:07.2673990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:07.2674100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asinh_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2674210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2674340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atanh_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2674450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:07.2674570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2674700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2674820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_block_diag_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2674960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2675110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2675230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_to_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2675370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2675540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2675650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cat_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2675760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cdouble_cpu_float32 XFAIL [ 79%] 2022-11-23T01:30:07.2675870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ceil_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2675980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cfloat_cpu_float32 XFAIL [ 79%] 2022-11-23T01:30:07.2676090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chalf_cpu_float32 XFAIL [ 79%] 2022-11-23T01:30:07.2676240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2676360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_inverse_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2676470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2676590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_min_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2676700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clone_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2676820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_physical_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2676940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_constant_pad_nd_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_contiguous_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cov_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumulative_trapezoid_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_scatter_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2677930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_digamma_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2678050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dist_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2678190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2678350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2678540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2678680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:07.2678790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erf_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2678900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfc_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp2_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expm1_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftshift_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft2_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftn_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2679930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:07.2680040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfftn_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2680160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft2_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2680270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfftn_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2680380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flip_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2680490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fliplr_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2680600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_cpu_float32 XFAIL [ 80%] 2022-11-23T01:30:07.2680740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2680850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2681000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2681110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmax_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2681220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmin_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2681340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmod_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2681450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frac_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2681570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frexp_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2681710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2681850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2681960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gather_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2682100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2682250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2682390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_grid_sampler_2d_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2682520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2682640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_H_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2682760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_T_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2682890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___cpu_float32 XFAIL [ 80%] 2022-11-23T01:30:07.2683020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___radd___cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2683150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmatmul___cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2683280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmul___cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2683400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2683540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule__softmax_backward_data_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2683660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acos_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2683790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acosh_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2683910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addbmm_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2684030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2684150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addr_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2684310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2684470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2684590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_angle_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2684740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2684900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2685050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:07.2685200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asin_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2685320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atanh_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2685450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_3d_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:07.2685590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:30:07.2685710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_cpu_float32 XFAIL [ 80%] 2022-11-23T01:30:07.2685840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_block_diag_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2688340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:07.2688530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:07.2688720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:07.2688870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:07.2689050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:07.2689170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cat_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2689300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ceil_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2689420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cfloat_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:07.2689550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2689680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_inverse_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2689810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_solve_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2689940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_min_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2690070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clone_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2690190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_copysign_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:07.2690350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:07.2690470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cov_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2690600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummin_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:07.2690720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumsum_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2690860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2690990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_deg2rad_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2691120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_embed_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2691240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagflat_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2691370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_copy_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2691530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_scatter_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2691650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_digamma_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2691780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dist_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2691910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_floor_rounding_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2692050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2692170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dsplit_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2692330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:07.2692450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfc_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2692590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfinv_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2692720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2692850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfftn_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2692970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft2_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2693100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2693220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftn_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2693370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftshift_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2693510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:07.2693640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft2_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2693770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2693890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfftn_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2694010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fliplr_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:07.2694160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2694280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmax_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2694400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmin_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2694520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmod_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2694680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2694830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2694960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_grid_sampler_2d_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2695090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:07.2695240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2695400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hsplit_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2695520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hstack_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2695640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_i0_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2695800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2695920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:07.2696060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_functorch_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2696190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_reduce_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:07.2696320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_select_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2696470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2696680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2696830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2696980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2697130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2697280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2697440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2697600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:30:07.2697740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:30:07.2697890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:30:07.2698020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ldexp_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2698140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lerp_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2698270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cond_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2698400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvals_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2698530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2698700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2698860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2699000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2699120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:07.2699280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:07.2699420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2699550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2699720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:07.2699850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2699980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2700110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2700300Z 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) [ 82%] 2022-11-23T01:30:07.2700450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_slogdet_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:07.2700580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2700710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2700850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2700980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svd_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2701120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:30:07.2701260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2701390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vander_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:07.2701540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2701660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log2_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2701800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_with_dtype_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2701930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp2_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2702060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logdet_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2702220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2702380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2702510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logit_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2702690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2702820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logsumexp_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2702980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2703180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2703330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2703450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mH_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2703570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mT_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2703730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2703860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumprod_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:07.2704000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logsumexp_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2704130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_normalize_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2704260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_prod_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2704420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmax_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2704540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_std_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2704670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_var_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2704800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matrix_exp_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2704930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_maximum_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_minimum_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mode_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mul_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2705980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nan_to_num_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:07.2706100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmean_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:07.2706230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanquantile_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:07.2706360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nansum_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:07.2706520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:07.2706650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_dropout_backward_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:07.2706800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:07.2706920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_neg_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2707100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:07.2707250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:07.2707410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:07.2707570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:30:07.2707720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2707870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2708010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2708150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2708330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:30:07.2708480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2708640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2708790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2708930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_celu_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2709060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2709220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2709370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2709530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2709680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2709840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2710000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2710150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2710290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2710430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2710570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:07.2710720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:30:07.2710860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:30:07.2711030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_elu_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2711180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2711320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:07.2711460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2711600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2711730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2711880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2712030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2712220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2712360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2712490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2712630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_linear_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2712770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2712910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2713040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2713180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:07.2713310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2713450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2713600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2713740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2713880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2714010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2714160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2714300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2714450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2714580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2714720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2714890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2715040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2715170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2715310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2715440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2715580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:07.2715710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_silu_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2715850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2716020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2716160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2716310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2716460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2716610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2716760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T01:30:07.2716890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2717010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_fro_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2717140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_nuc_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2717280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:07.2717440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T01:30:07.2717560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ormqr_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2717680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_outer_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2717830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pca_lowrank_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2717970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_permute_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2718110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pinverse_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2718230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polar_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2718370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2718510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2718650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2718790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_positive_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2718920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pow_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2719040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_prod_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2719160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_put_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:07.2719290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_qr_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:07.2719410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_quantile_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:07.2719540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rad2deg_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2719700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2719850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2720030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2720180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2720340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2720460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_real_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2720590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_renorm_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:07.2720720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_interleave_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2720850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_as_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2721010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2721140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_conj_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2723570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_neg_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2723720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_roll_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2723840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2723960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsub_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2724130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2724260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_add_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2724390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:07.2724530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:07.2724690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2724830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:07.2724980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:07.2725110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sgn_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2725270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2725440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2725600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2725760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2725880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sin_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2726010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinc_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2726150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinh_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2726280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_scatter_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2726400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sort_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2726570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 86%] 2022-11-23T01:30:07.2726730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2726890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2727050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2727320Z 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) [ 86%] 2022-11-23T01:30:07.2727490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2727620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i0e_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2727750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1e_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:07.2727920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2728060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:07.2728230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:07.2728390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2728520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtr_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2728650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtri_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2728820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2729140Z 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) [ 87%] 2022-11-23T01:30:07.2729310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2729440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2729570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_with_sizes_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2729700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_square_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2729830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_mean_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2729950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stft_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:07.2730110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_to_size_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2730230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2730360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_symeig_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2730480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_t_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2730610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_along_dim_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2730730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:07.2730860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2730980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensordot_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tile_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_topk_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_transpose_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapezoid_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapz_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tril_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trunc_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2731980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unflatten_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2732110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_copy_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:07.2732260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2732420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2732580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2732710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_complex_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:07.2732830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vsplit_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2733010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_xlogy_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2733130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zero__cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2733290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2733430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2733580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2733720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2733840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hstack_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2733950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_i0_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2734150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:07.2734260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_add_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2734380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:07.2734500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2734640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2734800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2734950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2735090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2735230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2735370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2735520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2735660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-11-23T01:30:07.2735810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-11-23T01:30:07.2735950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-11-23T01:30:07.2736070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kthvalue_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2736180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ldexp_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2736300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_singular_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2736420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigh_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2736540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvals_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2736680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2736800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_ex_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2736930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2737060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2737180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2737300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2737450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2737620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2737740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_multi_dot_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2737860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2737990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_qr_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_slogdet_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svd_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorinv_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2738970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorsolve_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2739100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vander_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2739220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vector_norm_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2739330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log10_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2739460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2739580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logcumsumexp_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2739690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logdet_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2739840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2739990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2740100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logsumexp_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:07.2740260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:07.2740400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:07.2740520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2740630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2740740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mH_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2740870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amax_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2740990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amin_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2741140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:07.2741260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumprod_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2741380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2741510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2741630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_median_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2741750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_norm_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2741870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_normalize_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_prod_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32 XFAIL [ 89%] 2022-11-23T01:30:07.2742240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmin_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_sum_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_var_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matrix_exp_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2742970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2743090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_minimum_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2743200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mm_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2743310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_movedim_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2743430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_msort_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2743540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mul_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2743690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:07.2743800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mv_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2743920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2744050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2744170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 XFAIL [ 89%] 2022-11-23T01:30:07.2744300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T01:30:07.2744440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:07.2744550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_neg_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2744700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:07.2744880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:07.2745020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2745160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2745290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2745430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T01:30:07.2745560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2745690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2745820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:07.2745940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2746110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2746240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_celu_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2746360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2746510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2746650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2746790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2746940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2747080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2747210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2747340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2747470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2747610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2747740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2747860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2748000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:30:07.2748120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_elu_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2748260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2748380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2748520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2748680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:30:07.2748830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 90%] 2022-11-23T01:30:07.2748970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 90%] 2022-11-23T01:30:07.2749090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_glu_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2749220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2749360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2749490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2749630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2749760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2749880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_linear_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2750930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2751060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 90%] 2022-11-23T01:30:07.2751190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 90%] 2022-11-23T01:30:07.2751320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2751440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mish_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2751570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2751700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2751840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:07.2751970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2752100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2752230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2752360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu6_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2752480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_selu_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2752600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_silu_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2752760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2752890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softplus_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softsign_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_threshold_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_unfold_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2753970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2754090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_inf_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2754220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_number_mean_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-11-23T01:30:07.2754370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2754550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2754680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2754800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ormqr_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2754960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_outer_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2755080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_permute_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2755200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2755340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2757720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2757840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_qr_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2757990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2758140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2758290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2758400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ravel_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2758510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_real_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2758630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2758740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_as_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2758890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2759010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_conj_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2759170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_roll_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2759280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rot90_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2759430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2759560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 XFAIL [ 91%] 2022-11-23T01:30:07.2759670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2759790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:07.2759940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:07.2760050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sign_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2760200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2760380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2760530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2760640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinc_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2760750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2760870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_with_dtype_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2760980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sort_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2761140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 92%] 2022-11-23T01:30:07.2761300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2761440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2761590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2761750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2761910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2762170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T01:30:07.2762410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T01:30:07.2762530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_entr_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2762690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2762800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2762970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2763190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2763350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2763490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2763610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_xlog1py_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2763720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sqrt_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2763840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stack_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2763950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2764060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_mean_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2764170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2764320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_symeig_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2764440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_along_dim_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2764550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tan_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2764660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tanh_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2764780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:30:07.2764900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32 XFAIL [ 92%] 2022-11-23T01:30:07.2765010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_transpose_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2765120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapz_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2765250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triangular_solve_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2765360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2765510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2765660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2765800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:07.2765920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unsqueeze_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2766040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2766150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:07.2766260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_xlogy_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2766410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2766520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_T_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2766640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2766770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___functorch_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2766890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmatmul___cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2767000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmod___cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2767120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_abs_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2767280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acos_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2767400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_add_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2767510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addbmm_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2767630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcdiv_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2767780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2767920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2768070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2768190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_cpu_float32 XFAIL [ 93%] 2022-11-23T01:30:07.2768300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asin_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2768440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asinh_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2768560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan2_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2768670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atanh_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2768800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:30:07.2768930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:30:07.2769050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_cpu_float32 XFAIL [ 93%] 2022-11-23T01:30:07.2769190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2769340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2769500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2769660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2769780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_to_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2769900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cat_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2770050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 93%] 2022-11-23T01:30:07.2770200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2770360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2770490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_inverse_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2770610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_max_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2770720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clone_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2770850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_column_stack_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2770960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2771090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_constant_pad_nd_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2771230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_contiguous_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2771350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_corrcoef_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2771470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cos_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2771620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:07.2771730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cov_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2771850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummax_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:07.2771960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummin_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2772080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumprod_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2772200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_embed_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2772310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diff_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2772450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_cpu_float32 XFAIL [ 94%] 2022-11-23T01:30:07.2772570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dsplit_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2772680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_einsum_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2772830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2772980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2773090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_as_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2773210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2773350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2773470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2773600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftshift_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2773720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2773830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2773950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfftn_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft2_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfftn_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flatten_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flip_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fliplr_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2774870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_cpu_float32 XFAIL [ 94%] 2022-11-23T01:30:07.2774990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_power_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2775110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2775280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2775390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmax_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2775510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmin_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2775620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmod_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2775730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frexp_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2775850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gradient_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2775960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_cpu_float32 XFAIL [ 94%] 2022-11-23T01:30:07.2776110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2776260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2776430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2776580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2776700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hsplit_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2776810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hstack_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2776930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_i0_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2777070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2777220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:07.2777340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_add_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2777460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:07.2777580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_select_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2777700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_inner_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2777840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2778000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2778150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2778300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2778440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2778580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2778730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2778870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2779020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2779190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:30:07.2779340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:30:07.2779480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:30:07.2779590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kron_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2779710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kthvalue_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2779830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lgamma_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2779960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2780080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eig_cpu_float32 XFAIL [ 95%] 2022-11-23T01:30:07.2780200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2780350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvals_cpu_float32 XFAIL [ 95%] 2022-11-23T01:30:07.2780470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2780590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2780710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2780850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2780970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2781090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2781250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2781420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2781540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2781660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2781790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2781910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_qr_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svd_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log10_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log1p_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2782880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2783000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp2_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2783170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:07.2783280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logit_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:07.2783430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2783550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logsumexp_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2783720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2783860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2783980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2784100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amax_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2784220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amin_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2784390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2784520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumsum_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2784640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_log_softmax_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2784770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logaddexp_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2784890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logsumexp_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmin_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_std_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_var_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matrix_exp_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_binary_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2785980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_maximum_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_median_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_binary_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mode_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mv_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2786970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2787090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_batch_norm_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:07.2787440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_dropout_backward_cpu_float32 [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2787710Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2787960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2788200Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2788460Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2788700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2788940Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2789170Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2789410Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2792090Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2792340Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2792570Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2792800Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2793030Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2793310Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2793550Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2793780Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2794010Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2794260Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2794490Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2794720Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2794960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2795190Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2795420Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2795650Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2795890Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2796120Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2796350Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2796610Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2796850Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2797080Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2797310Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2797550Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2797840Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2798070Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2798300Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2798540Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2798770Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2799000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2799230Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2799470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2799700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2799950Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2800180Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2800410Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2800640Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2800880Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2801130Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2801360Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2801600Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2801830Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2802060Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2802290Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2802520Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2802760Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2802990Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2803220Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2803470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2803710Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2803940Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2804170Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2804420Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2804660Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2804890Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2805120Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2805360Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2805590Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2805820Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2806050Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2806280Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2806520Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2806760Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2807000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2807230Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2807460Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2807690Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2807940Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2808180Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2808410Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2808640Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2808870Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2809100Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2809340Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2809570Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2809800Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2810070Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2810300Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2810530Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2810760Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2811000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:07.2811080Z PASSED [ 96%] 2022-11-23T01:30:07.2811210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_layer_norm_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:07.2811350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2811470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_neg_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2811620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2811770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2811920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:07.2812060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:07.2812200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2812340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2812470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2812600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2812730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_batch_norm_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:07.2812860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_bilinear_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:07.2813000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:07.2813150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2813280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2813430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2813580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2813710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2813870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2814010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2814140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2814290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T01:30:07.2814430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T01:30:07.2814560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2814700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2814850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2815020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T01:30:07.2815150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:07.2815280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2815450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T01:30:07.2815590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2815730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2815860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_instance_norm_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:07.2816000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2816130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2816260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_layer_norm_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:07.2816390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_linear_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2816520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2816660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2816790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2816920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool2d_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:07.2817050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2817190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2817320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2817460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2817590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2817740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2817870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2818010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2818150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2818310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T01:30:07.2818450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2818590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2818720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2818840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_rrelu_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:07.2819020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2819140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_silu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:07.2819280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2819410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2819540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softsign_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2819670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2819800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_threshold_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2819940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2820090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2820230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2820370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2820480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2820600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_nuc_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2820730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_number_mean_cpu_float32 XFAIL [ 98%] 2022-11-23T01:30:07.2820870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2821020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2821140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pca_lowrank_cpu_float32 XFAIL [ 98%] 2022-11-23T01:30:07.2821260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_permute_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2821380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pinverse_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2821510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2821640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2821780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2821900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pow_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2822020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_prod_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2822130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 XFAIL [ 98%] 2022-11-23T01:30:07.2822250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rad2deg_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2822400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2822550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2822670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_remainder_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2822790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_as_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2822950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2823080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_3_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2823210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2823330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsqrt_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2823440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsub_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2823590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2823720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_add_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2823850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2823970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2824100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 XFAIL [ 98%] 2022-11-23T01:30:07.2824250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2824420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 98%] 2022-11-23T01:30:07.2824540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2824660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sigmoid_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2824780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sign_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:07.2824940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2825080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:07.2825200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sin_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2825310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinh_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2825430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2825550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2825670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2825870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 99%] 2022-11-23T01:30:07.2826020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2826180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2826330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2826500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2826660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2826780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_entr_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2826930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_erfcx_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2827050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1e_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2827180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2827340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2827500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2827620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2827750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtri_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2827890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2828160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:30:07.2828290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2828410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2828520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sqrt_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2828640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_square_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2828760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_squeeze_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2828870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stack_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2828990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2829100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sub_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2829210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2829330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2829440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_lowrank_cpu_float32 XFAIL [ 99%] 2022-11-23T01:30:07.2829570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_along_dim_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2829680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 XFAIL [ 99%] 2022-11-23T01:30:07.2829810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tan_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2829930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensordot_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2830050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tile_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2830160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tril_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2830280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unflatten_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2830400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2830540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:07.2830660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_complex_cpu_float32 XFAIL [ 99%] 2022-11-23T01:30:07.2830780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_where_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2830890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_xlogy_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:07.2831030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvmapjvp_linalg_solve_cpu PASSED [100%] 2022-11-23T01:30:07.2831040Z 2022-11-23T01:30:07.2833350Z =============================== warnings summary =============================== 2022-11-23T01:30:07.2833540Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:30:07.2833830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:30:07.2833900Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:30:07.2833910Z 2022-11-23T01:30:07.2834070Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:30:07.2834320Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-9c2492746795a8b3.xml - 2022-11-23T01:30:07.2834420Z = 3243 passed, 1043 skipped, 14 deselected, 166 xfailed, 1 warning in 510.60s (0:08:30) = 2022-11-23T01:30:07.2834550Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:30:07.2834560Z 2022-11-23T01:30:07.2834830Z ##[endgroup] 2022-11-23T01:30:07.2835050Z FINISHED PRINTING LOG FILE of functorch/test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_ops_f6djkdho) 2022-11-23T01:30:07.2835050Z 2022-11-23T01:30:32.9797060Z 2022-11-23T01:30:32.9797460Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T01:30:32.9798010Z ##[group]PRINTING LOG FILE of functorch/test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_ops_7u_2lwws) 2022-11-23T01:30:32.9799910Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-37ca66fcfc32555e.xml 2022-11-23T01:30:32.9800200Z ============================= test session starts ============================== 2022-11-23T01:30:32.9800550Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:30:32.9801610Z cachedir: .pytest_cache 2022-11-23T01:30:32.9808540Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:30:32.9808890Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:30:32.9809230Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:30:32.9809490Z collecting ... collected 9104 items / 14 deselected / 9090 selected 2022-11-23T01:30:33.0201450Z Running 4624 items in this shard: test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_cross_entropy_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_l1_loss_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_layer_norm_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_mse_loss_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_nll_loss_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_jvp_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_vjp_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__softmax_backward_data_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdouble_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_copy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_grid_sampler_2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_with_dtype_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_alpha_dropout_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scalar_tensor_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_exponential_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_gaussian_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmatmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eye_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_or_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_instance_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_symeig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_like_cpu_float32 2022-11-23T01:30:33.0566120Z 2022-11-23T01:30:33.0566290Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_cross_entropy_cpu PASSED [ 0%] 2022-11-23T01:30:33.0566580Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_l1_loss_cpu PASSED [ 0%] 2022-11-23T01:30:33.0566850Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_layer_norm_cpu PASSED [ 0%] 2022-11-23T01:30:33.0567120Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu PASSED [ 0%] 2022-11-23T01:30:33.0567380Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_mse_loss_cpu PASSED [ 0%] 2022-11-23T01:30:33.0567640Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_nll_loss_cpu PASSED [ 0%] 2022-11-23T01:30:33.0567890Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu PASSED [ 0%] 2022-11-23T01:30:33.0568150Z functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0568420Z functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___functorch_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0568990Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmatmul___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0569300Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmod___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0569560Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0569800Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rsub___cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0570050Z functorch/test_ops.py::TestOperatorsCPU::test_grad__softmax_backward_data_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0570310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_acos_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0570560Z functorch/test_ops.py::TestOperatorsCPU::test_grad_acosh_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0570800Z functorch/test_ops.py::TestOperatorsCPU::test_grad_add_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0571050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addbmm_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0571300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmv_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0571700Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addr_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0571980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0572300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0572570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_amax_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0572810Z functorch/test_ops.py::TestOperatorsCPU::test_grad_amin_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0573050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_angle_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0573330Z functorch/test_ops.py::TestOperatorsCPU::test_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0573640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0573950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0574220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atan2_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0574470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atan_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0574720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_1d_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0574970Z functorch/test_ops.py::TestOperatorsCPU::test_grad_baddbmm_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0575220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0575470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_block_diag_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0575720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bmm_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0576020Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0576340Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0576650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0576970Z functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0577260Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cat_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0577510Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ceil_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0577750Z functorch/test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32 XFAIL [ 0%] 2022-11-23T01:30:33.0578090Z functorch/test_ops.py::TestOperatorsCPU::test_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T01:30:33.0578380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_solve_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0578640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0578890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_min_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:33.0579150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_combinations_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0579410Z functorch/test_ops.py::TestOperatorsCPU::test_grad_complex_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0579660Z functorch/test_ops.py::TestOperatorsCPU::test_grad_contiguous_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0579910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_copysign_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0580170Z functorch/test_ops.py::TestOperatorsCPU::test_grad_corrcoef_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0580420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cos_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0580730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cov_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0580980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagflat_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0581230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0581480Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_scatter_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0581740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diff_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0581980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_digamma_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0582220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dist_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0582480Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_no_rounding_mode_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0582750Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_trunc_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0583020Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dsplit_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0583260Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dstack_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0583530Z functorch/test_ops.py::TestOperatorsCPU::test_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:33.0583800Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erf_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0584050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erfinv_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0584290Z functorch/test_ops.py::TestOperatorsCPU::test_grad_exp_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0584560Z functorch/test_ops.py::TestOperatorsCPU::test_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:33.0584840Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftshift_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0585100Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0585350Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft2_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0585600Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0585850Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftn_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0586130Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftshift_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0586380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft2_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0586630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft2_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0586880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfftn_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0587230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft2_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0587500Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfftn_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0587750Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fill_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0587990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flatten_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0588240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flip_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0588490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flipud_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0588740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0588990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_power_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0589240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0589520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:33.0589890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmin_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0590140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmod_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0590380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_frac_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0590620Z functorch/test_ops.py::TestOperatorsCPU::test_grad_frexp_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:33.0590900Z functorch/test_ops.py::TestOperatorsCPU::test_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T01:30:33.0591210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0591490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_grid_sampler_2d_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0591770Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0592050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hsplit_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0592300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hstack_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0592570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0592880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0593160Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_copy_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0593410Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_fill_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0593660Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0593920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_select_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0594200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0594520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0594840Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0595150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0595460Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T01:30:33.0595770Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T01:30:33.0596160Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T01:30:33.0596450Z functorch/test_ops.py::TestOperatorsCPU::test_grad_kron_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0607060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_kthvalue_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0607360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0607630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lerp_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0607880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigh_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0608140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvals_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0608440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0608780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0609370Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0609640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0609910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_ex_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0610220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0610520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0610790Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0611060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0611330Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_hermitian_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0611600Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_slogdet_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0611860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0612130Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_triangular_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0612390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svd_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0612650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svdvals_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0612910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorinv_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0613200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T01:30:33.0613470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log10_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0613720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log1p_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0613960Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log2_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0614220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_with_dtype_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0614490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp2_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:33.0614770Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0615170Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0615580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logsumexp_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0615890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0616210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0616480Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0616730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0616980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_unpack_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0617220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mH_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0617470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amax_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0617760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0618120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumprod_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0618380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumsum_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0618660Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0618940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_log_softmax_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0619200Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logsumexp_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0619460Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_median_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0619730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_normalize_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0619990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_scatter_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0620250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmax_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0620500Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_std_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0620750Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_sum_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0621000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_matrix_exp_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0621250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_binary_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0621520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0621810Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_no_dim_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0622060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mean_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0622310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_minimum_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0622570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_movedim_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0622820Z functorch/test_ops.py::TestOperatorsCPU::test_grad_msort_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0623060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mul_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0623350Z functorch/test_ops.py::TestOperatorsCPU::test_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0623620Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mv_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0623890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0624150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nan_to_num_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0624400Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmean_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0624740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmedian_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0625040Z functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0625320Z functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0625580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_native_batch_norm_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0625850Z functorch/test_ops.py::TestOperatorsCPU::test_grad_native_dropout_backward_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0626120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_native_layer_norm_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0626410Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0626680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_neg_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:33.0626960Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0627380Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T01:30:33.0627690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 4%] 2022-11-23T01:30:33.0627990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0628280Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0628570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0628860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0629150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0629430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0629720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_alpha_dropout_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0630010Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0630280Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_batch_norm_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0630570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0630840Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_celu_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0631110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv1d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0631390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0631680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0631990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0632290Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0632600Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0632910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0633280Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0633570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0633860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0634140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cross_entropy_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0634420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0634710Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_functorch_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0635010Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0635320Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0635610Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0635950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_group_norm_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0636230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardshrink_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0636510Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardtanh_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0636790Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0637080Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0637370Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0637650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0637920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_linear_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0638210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_local_response_norm_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0638500Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0638780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool1d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0639060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0639340Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0639620Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0639910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0640190Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mish_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0640470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0640740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0641030Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:33.0647630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0648040Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0648630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0648930Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0649220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0649500Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0649780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0650060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softplus_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0650330Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softshrink_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0650620Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0650920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0651340Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_unfold_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0651630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0651920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_fro_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0652170Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_nuc_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0652440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0652720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0653000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pca_lowrank_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0653280Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0653550Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0653810Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pow_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0654050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_put_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0654300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_quantile_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0654580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0654890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0655190Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0655470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ravel_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0655720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_real_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0655970Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reciprocal_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0656230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0656490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_interleave_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0656750Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_as_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0656990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0657280Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0657690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0657980Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_neg_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0658220Z functorch/test_ops.py::TestOperatorsCPU::test_grad_roll_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0658470Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rot90_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0658720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0659000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0659300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0659560Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_sum_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0659860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T01:30:33.0660240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_select_scatter_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0660490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sgn_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0660730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sign_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:33.0661020Z functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0661300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sinc_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0661540Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sinh_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0661780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0662030Z functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0662290Z functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_with_dtype_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0662590Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0663180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T01:30:33.0663510Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_erfcx_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0663810Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0664140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0664440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0664740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0665030Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtr_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0665310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0665630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0666070Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T01:30:33.0666430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0666830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_xlog1py_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0667130Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0667410Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0667650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_squeeze_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0667900Z functorch/test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0668140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sub_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0668390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0668630Z functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0668870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_lowrank_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0669180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0669430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_take_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0669680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tensor_split_cpu_float32 XFAIL [ 6%] 2022-11-23T01:30:33.0669930Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tensordot_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0670180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tile_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0670420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_to_sparse_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0670680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_transpose_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0670930Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trapezoid_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0671180Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trapz_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0671430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tril_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0671670Z functorch/test_ops.py::TestOperatorsCPU::test_grad_triu_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0671910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trunc_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0672160Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unfold_copy_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0672410Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unfold_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0672690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0673000Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T01:30:33.0673270Z functorch/test_ops.py::TestOperatorsCPU::test_grad_var_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0673520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_complex_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0673780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_copy_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:33.0674030Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vsplit_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0674280Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zero__cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0674550Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T01:30:33.0674820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_H_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0675060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_T_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0675310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmatmul___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0675610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmod___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0675860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0676120Z functorch/test_ops.py::TestOperatorsCPU::test_jvp__softmax_backward_data_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0676380Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_acos_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0676620Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_add_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0676870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcdiv_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0677110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmv_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0677350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addr_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0677630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0677940Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0678290Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0678600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0678900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0679210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0679490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_scatter_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0679750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_asin_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0679990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan2_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0680230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0680470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atanh_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0680710Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_1d_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0680970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_tensors_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0681220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cat_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0681470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cdouble_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0685930Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ceil_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0686250Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cfloat_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0686580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0686860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_solve_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0687110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0687360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_max_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0687600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clone_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0687850Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_column_stack_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0688110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_combinations_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0688360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_complex_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0688610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0689080Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_physical_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0689350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_constant_pad_nd_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0689610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_contiguous_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0689860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_copysign_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0690100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cos_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:33.0690380Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T01:30:33.0690660Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummax_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0690910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummin_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0691160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumprod_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0691500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumsum_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0691750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_deg2rad_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0691990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0692240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_scatter_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0692490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diff_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0692740Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_digamma_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0692980Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dist_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0693230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_floor_rounding_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0693500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_no_rounding_mode_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0693760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dot_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0694000Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dsplit_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0694240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dstack_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0694480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_einsum_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0694760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:33.0695070Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:33.0695360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:33.0695640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erf_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0695880Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfinv_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0696130Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0696370Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_as_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0696620Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0696870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expm1_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0697110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft2_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0697360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0697610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftshift_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0697910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft2_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0698170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftshift_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0698420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfftn_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0698670Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft2_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0698920Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfftn_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0699160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fill_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0699410Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flip_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0699650Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flipud_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0699890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0700130Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmax_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0700370Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmod_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0700660Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_frac_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0700900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_frexp_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0701180Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:33.0701460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gather_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0701730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:33.0702040Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:33.0702310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gradient_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:33.0702600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T01:30:33.0702910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0703230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0703560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0703870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0704150Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hsplit_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0704390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hstack_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0704640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hypot_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0704890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_fill_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0705140Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0705430Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0705740Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0706040Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0706340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0706720Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0707040Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:30:33.0707320Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_kron_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0707560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_kthvalue_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0707840Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0708110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lgamma_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0708360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigh_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0708620Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvals_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0708880Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvalsh_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0709230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_householder_product_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0709500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0709750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_ex_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0710050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0710330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0710590Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_norm_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0710890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0711210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0711470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_qr_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0711730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_ex_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0711990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svdvals_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0712250Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorsolve_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0712510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vander_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0712770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vecdot_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0713020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vector_norm_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0713280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0713520Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0713790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_with_dtype_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0714080Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0714360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logdet_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0714610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logit_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0714890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0715240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logsumexp_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:33.0715600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T01:30:33.0715900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:33.0716170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mT_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0716420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amin_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0716710Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:33.0716990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumprod_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0717250Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumsum_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0717510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logaddexp_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0717800Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_mean_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0718050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_median_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0718350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_norm_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0718600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_normalize_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0722840Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_scatter_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0723140Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_select_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0723400Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmax_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0723650Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_var_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0723910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_matrix_exp_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0724170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_binary_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0724440Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0724730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_with_dim_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0724990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mean_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0725250Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0725530Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0725810Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_no_dim_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0726060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mm_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0726310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mode_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0726560Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_movedim_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0726850Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:33.0727130Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mv_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0727390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0727650Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nan_to_num_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0727910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmedian_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0728200Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:33.0728490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0728930Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_neg_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0729220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:33.0729530Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T01:30:33.0729830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0730120Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0730410Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0730680Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0730960Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_bilinear_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0731340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0731630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_celu_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0731920Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0732230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0732530Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:33.0732830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0733140Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0733460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0733770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0734060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0734340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0734630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0734920Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0735210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cross_entropy_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0735510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:33.0735820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0736090Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_elu_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0736390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T01:30:33.0736700Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0736970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gelu_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0737230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_glu_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0737590Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardswish_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0737880Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0738160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_huber_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0738440Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_area_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0738730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0739020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0739310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0739590Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0739870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_l1_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0740240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_leaky_relu_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0740520Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_local_response_norm_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0740800Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_logsigmoid_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0741080Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool1d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0741350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0741630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:30:33.0741920Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0742210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:30:33.0742490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mish_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0742760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0743040Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0743330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0743610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_nll_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0743890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_normalize_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0744160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_circular_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0744450Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_replicate_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0744730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0745020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0745300Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu6_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0745570Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu_cpu_float32 PASSED [ 11%] 2022-11-23T01:30:33.0745830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_rrelu_cpu_float32 XFAIL [ 11%] 2022-11-23T01:30:33.0746100Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0746470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0746770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softshrink_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0747050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_tanhshrink_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0747320Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_threshold_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0747630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0747930Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0748230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0748490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0748760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_fro_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0749140Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0749460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0749770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0750120Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0750430Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pca_lowrank_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0750680Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pinverse_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0750940Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polar_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0751210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0751490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0751760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0752030Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0752280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_put_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0752520Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0752770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_quantile_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0753020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rad2deg_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0753310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0753590Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ravel_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0753840Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reciprocal_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0754090Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0754350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_interleave_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0754610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0754890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0755230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_roll_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0755490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0755740Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_0_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0756010Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_neg_3_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0756260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0756520Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_sum_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0756810Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0757150Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0762030Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0762490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_scatter_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0762750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sigmoid_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0763010Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sign_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0763310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T01:30:33.0763600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sin_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0763840Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:33.0764090Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_scatter_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0764350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0764600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_with_dtype_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0764870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sort_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0765160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 13%] 2022-11-23T01:30:33.0765500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0765820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0766150Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0766460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0766790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0767350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T01:30:33.0767710Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0768050Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0768350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1e_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0768640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0769160Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T01:30:33.0769480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_log_ndtr_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0769790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0770080Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtr_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0770340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtri_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0770640Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0770980Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0771410Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T01:30:33.0771990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T01:30:33.0772460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T01:30:33.0772820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0773130Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_xlog1py_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0773420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0773700Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0773970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sqrt_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0774220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_square_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0774480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0774730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_mean_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0774990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_stft_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0775240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sub_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0775490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0775730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0775980Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_along_dim_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0776240Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tan_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0776490Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensor_split_cpu_float32 XFAIL [ 13%] 2022-11-23T01:30:33.0776750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensordot_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0777010Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tile_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0777290Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T01:30:33.0777580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_topk_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0777820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trace_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0778130Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapezoid_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:33.0778400Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapz_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0778650Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_true_divide_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0778900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trunc_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0779150Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unbind_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0779400Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unflatten_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0779660Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unfold_copy_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0779910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unfold_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0780200Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T01:30:33.0780480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0780820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vdot_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0781070Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_complex_cpu_float32 XFAIL [ 14%] 2022-11-23T01:30:33.0781330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0781580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0781820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vsplit_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0782070Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_xlogy_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0782320Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zero__cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0782570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_T_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0782820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmatmul___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0783080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmod___cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0783350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp__softmax_backward_data_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0783610Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_abs_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0783860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acos_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0784120Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addbmm_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0784380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_decomposed_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0784640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmv_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0784940Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0785250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0785530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amax_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0785810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0786130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0786440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0786710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan2_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0786960Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atanh_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0787320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bernoulli_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0787610Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0787890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_block_diag_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0788140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bmm_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0788420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0788740Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0789050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0789380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0789780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cat_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0790050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cdouble_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0790300Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ceil_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0790560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cfloat_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:33.0790870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T01:30:33.0791180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_inverse_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0791450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_solve_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0791710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0791970Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_complex_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0792240Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_physical_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0792510Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_copysign_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0792770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_corrcoef_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0793030Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cos_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0793280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cosh_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0793530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cov_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0793780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummin_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0794040Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumprod_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0794300Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0794550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_embed_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0794820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagflat_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0795080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_copy_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0795350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_scatter_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0795610Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dist_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0795870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0796130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dsplit_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0796470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_einsum_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0801280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:33.0801730Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:33.0802010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erf_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0802260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfc_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0802510Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp2_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0802760Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0803020Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0803280Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0803750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0804010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0804270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0804530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0804790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0805050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0805310Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0805560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fill_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0805820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flatten_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0806070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flip_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0806340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fliplr_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0806600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flipud_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0806850Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0807140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T01:30:33.0807420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmax_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0807670Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmod_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0807920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frexp_cpu_float32 PASSED [ 15%] 2022-11-23T01:30:33.0808200Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0808530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0808820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_grid_sampler_2d_cpu_float32 XFAIL [ 16%] 2022-11-23T01:30:33.0809100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0809410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0809720Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0810160Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0810450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hypot_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0810750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0811040Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_add_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0811300Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_copy_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0811570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_functorch_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0811890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0812230Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0812540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0812920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0813240Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0813560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T01:30:33.0813850Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kron_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0814110Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kthvalue_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0814370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ldexp_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0814640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lerp_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0814890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lgamma_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0815220Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_singular_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0815500Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eig_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0815790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_householder_product_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0816070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_ex_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0816370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0816700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0816990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0817260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0817530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0817810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_solve_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0818080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_power_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0818390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0818730Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0819040Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_multi_dot_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0819450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0819800Z 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) [ 16%] 2022-11-23T01:30:33.0820120Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_ex_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0820380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vecdot_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0820670Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T01:30:33.0820950Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log10_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0821200Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log1p_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0821450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log2_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0821810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0822070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:33.0822330Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0822580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logdet_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0822840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logit_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0823120Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:33.0823410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0823690Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:33.0823990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:33.0824270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0824530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mH_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0824780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mT_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0825070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:33.0825370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumprod_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0825660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0825940Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0826210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0826480Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0826740Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_median_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0827000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0827260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_prod_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0827530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_scatter_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0827790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_select_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0828050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0828400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_sum_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0828680Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matrix_exp_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0828950Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0829230Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_median_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0829510Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0829780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_binary_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0830050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0830310Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mode_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0830570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_movedim_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0830950Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_msort_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0831250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:33.0831550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0831830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nan_to_num_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0832090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmedian_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0832350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nansum_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0832610Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0832900Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_dropout_backward_cpu_float32 XFAIL [ 17%] 2022-11-23T01:30:33.0833180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0833470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:33.0833780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T01:30:33.0834100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0834400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0834690Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0834980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:33.0835260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0835540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0835840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0840550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0840920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0841230Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0841750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0842070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0842380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0842670Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0842960Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0843250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0843540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0843820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0844100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0844470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0844750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_glu_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0845030Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0845310Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0845580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0845860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0846150Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0846440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0846730Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0847010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0847300Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0847580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0847850Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0848130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0848420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0848700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0848990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0849270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0849550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0849840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0850140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0850520Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0850810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0851100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0851390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0851680Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0851960Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu6_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0852230Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0852490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_selu_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0852770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:33.0853180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T01:30:33.0853460Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0853760Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0854060Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0854360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0854640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0854890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_fro_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0855140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_inf_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0855390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_nuc_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0855640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_cpu_float32 XFAIL [ 19%] 2022-11-23T01:30:33.0855920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0856270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0856580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_outer_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0856830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pinverse_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0857080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polar_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0857350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0857620Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_positive_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0857860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_prod_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0858110Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_put_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0858400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0858710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0859020Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0859370Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ravel_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0859630Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_remainder_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0859880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_renorm_cpu_float32 XFAIL [ 19%] 2022-11-23T01:30:33.0860130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0860410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0860690Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_roll_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0860940Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rot90_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0861180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0861440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_0_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0861700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_3_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0862050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0862330Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0862590Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0862870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_prod_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0863130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0863430Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0863710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sgn_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0863990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0864270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sigmoid_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0864570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T01:30:33.0864860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinc_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0865110Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinh_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0865360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_scatter_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0865620Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0865880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_with_dtype_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:33.0866140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sort_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0866420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0866750Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0867060Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0867380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0867700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0868320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T01:30:33.0868780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T01:30:33.0869100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_erfcx_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0869400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0869700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0870000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0870320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0870830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T01:30:33.0871200Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0871550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0871830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0872080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sqrt_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0872340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_square_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0872590Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_squeeze_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0872840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stack_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0873090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0873340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0873580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sub_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0873830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_to_size_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0874080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0874330Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_lowrank_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0874590Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_t_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0874840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_along_dim_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0875100Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0875350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensor_split_cpu_float32 XFAIL [ 20%] 2022-11-23T01:30:33.0875600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trace_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0880160Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapezoid_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0880420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapz_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0880660Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tril_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0880910Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triu_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0881160Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_true_divide_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0881550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trunc_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0881810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unflatten_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0882090Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T01:30:33.0882380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unsqueeze_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0882620Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vdot_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0882880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_complex_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0883140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0883390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0883640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vstack_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0883890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_where_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:33.0884190Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_xlogy_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0884440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zero__cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0884720Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T01:30:33.0885020Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0885310Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0885600Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0885880Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0886170Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0886460Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0886740Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0887030Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0887330Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0887640Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0887960Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0888260Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0888550Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0888830Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0889120Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0889410Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0889700Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0889990Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0890390Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0890690Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0890970Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_jvp_cpu PASSED [ 21%] 2022-11-23T01:30:33.0891240Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_vjp_cpu PASSED [ 21%] 2022-11-23T01:30:33.0891530Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0891810Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0892100Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0892390Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0892780Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0893070Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0893350Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0893640Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0893930Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0894210Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0894470Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_H_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0894720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0894980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___radd___cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0895220Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rdiv___cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0895470Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmatmul___cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0895720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmod___cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0895970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0896220Z functorch/test_ops.py::TestOperatorsCPU::test_vjp__softmax_backward_data_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0896340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_add_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0896460Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_decomposed_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:33.0896620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T01:30:33.0896760Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0896880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_angle_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0897020Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0897170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0897290Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0897410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_asin_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0897670Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_asinh_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0897800Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0897920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atanh_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0898040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_1d_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0898160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_baddbmm_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0898280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bernoulli_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0898390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0898500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_block_diag_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0898670Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0898840Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0899110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_to_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0899260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0899420Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0899550Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cartesian_prod_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0899660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cat_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0899780Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cfloat_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0899920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T01:30:33.0900040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_chunk_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_max_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_min_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clone_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_combinations_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900740Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_complex_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0900960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cos_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cosh_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901190Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cov_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901300Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cross_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummax_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901530Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumsum_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumulative_trapezoid_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_deg2rad_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0901890Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_embed_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0902100Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagflat_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0902230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_copy_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0902360Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_no_rounding_mode_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0902490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_trunc_rounding_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0902610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dot_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0902720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:33.0902840Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dsplit_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0902950Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_einsum_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0903100Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0903240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0903440Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erf_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0903560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0903670Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0903790Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expm1_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0903910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904020Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfftn_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft2_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftn_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft2_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904600Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfftn_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0904970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905090Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_power_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmax_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905440Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmin_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmod_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905670Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_frac_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905780Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_frexp_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0905930Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0906080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0906230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0906350Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gradient_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0906570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0906690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0906840Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0906950Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hstack_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0907070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hypot_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0907220Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0907340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_fill_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0907450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0907580Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_select_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0907740Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_inner_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0907890Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0908040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0908180Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T01:30:33.0908320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 23%] 2022-11-23T01:30:33.0908460Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 23%] 2022-11-23T01:30:33.0908570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_kron_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0908690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_kthvalue_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:33.0908810Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ldexp_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0908960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0909070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lerp_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0909190Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0909310Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_singular_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0909440Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvals_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0909560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvalsh_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0909690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_ex_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0909850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0910010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0910130Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0910250Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_norm_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0910420Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0910580Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0910850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_multi_dot_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_ex_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svd_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911760Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorsolve_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0911880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vander_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0912010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vector_norm_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0912260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log10_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0912380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log2_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0912500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0912620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp2_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0917610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logdet_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0917830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0917980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0918110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logit_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0918230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logsumexp_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0918350Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_solve_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0918460Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_unpack_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0918580Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mT_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0918700Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amin_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0918850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0919000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T01:30:33.0919120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumsum_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0919250Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_log_softmax_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0919370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_prod_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0919490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_scatter_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0919610Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmin_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0919730Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_std_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0919850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_sum_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:33.0919960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_var_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0920100Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0920430Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_maximum_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0920560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mean_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0920680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_median_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0920790Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_binary_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0920920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_no_dim_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0921050Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_with_dim_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0921170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mode_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0921280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_movedim_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0921400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_msort_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0921510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mul_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0921800Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0921930Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0922050Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nansum_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0922160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0922320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:33.0922470Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:33.0922620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T01:30:33.0922770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0922910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0923050Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0923180Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0923320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0923450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0923590Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0923720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0923850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_bilinear_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0924010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0924130Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv1d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0924280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0924430Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0924570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0924820Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0924970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0925110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0925240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0925380Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0925510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_ctc_loss_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0925640Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0925760Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_elu_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0925900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_bag_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0926120Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0926260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0926400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0926540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0926660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gelu_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:33.0926790Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_grid_sample_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0926930Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_group_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0927060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardtanh_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0927200Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0927340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_huber_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0927480Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0927620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0927750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0927880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0928020Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0928150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0928270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0928410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0928540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0928670Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mish_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0928810Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_nll_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929300Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_normalize_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929430Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_circular_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_constant_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929700Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pdist_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0929960Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0930090Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_prelu_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0930280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu6_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0930410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_selu_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0930540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_silu_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0930680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0930810Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0930950Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0931080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softplus_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0931210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softshrink_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0931340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0931480Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0931630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0931770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0931920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:33.0932060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T01:30:33.0932210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0932320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ormqr_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0932440Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pinverse_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0932560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polar_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0932690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0932820Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0932940Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:33.0933060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_positive_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0933170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pow_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0933450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0933620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0933770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0933930Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0934040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ravel_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0934160Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_real_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0934280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reciprocal_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0934400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_remainder_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0934520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_as_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0934740Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0934860Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_neg_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0934980Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_roll_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935090Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rot90_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_0_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_3_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsqrt_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsub_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935820Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amax_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0935940Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_mean_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0936070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_prod_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0936240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0936350Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sign_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0936520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0936680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0936830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0936950Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinc_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0937060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sort_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0937220Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0937390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0937510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_entr_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0937630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_erfcx_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0937870Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0938340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 27%] 2022-11-23T01:30:33.0938510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0938630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtri_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0938750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_xlog1py_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0938910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T01:30:33.0939030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_list_args_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0939150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_square_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0939390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_squeeze_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0939510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_stack_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0939630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_mean_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0939740Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_stft_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:33.0939850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sub_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0939970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_to_size_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940090Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_lowrank_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940330Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_symeig_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_along_dim_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tanh_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940800Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensordot_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0940910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tile_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_transpose_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_triangular_solve_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941270Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_triu_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_true_divide_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941500Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unbind_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unflatten_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unfold_copy_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0941900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:33.0942060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:33.0942210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:33.0942330Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unsqueeze_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0942540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_complex_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0942660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0942780Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_copy_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0942900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vsplit_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0943020Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vstack_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0943130Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zero__cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0943280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:33.0943390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_H_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0943530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___functorch_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0943710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___radd___cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0943840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rdiv___cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0943950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmod___cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmul___cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rsub___cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acos_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acosh_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addbmm_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcdiv_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0944900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcmul_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0945030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_decomposed_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0945140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmv_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0945290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:33.0945440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T01:30:33.0945560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_angle_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:33.0945710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0945870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0946020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0946140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0946260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan2_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0946380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0946500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atanh_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0946640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0946810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bmm_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0946960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0947130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0947300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0947430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_tensors_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0947600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0947760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 29%] 2022-11-23T01:30:33.0947880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdouble_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ceil_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cfloat_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chalf_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chunk_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_min_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0948880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clone_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_column_stack_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_combinations_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_physical_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_constant_pad_nd_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_corrcoef_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cosh_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0949900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0950020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cov_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0950140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumprod_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0955250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0955440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_embed_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0955560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0955690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_scatter_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0955810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diff_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0955940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_floor_rounding_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0956360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0956510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_trunc_rounding_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0956630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dot_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0956750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0956870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dsplit_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0957020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T01:30:33.0957130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erf_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:33.0957250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfc_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0957370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0957500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_as_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0957740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0957860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expm1_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0957980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft2_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft2_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft2_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft2_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft2_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0958940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0959060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flatten_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0959180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0959330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0959450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_power_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0959570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0959730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:33.0959850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmax_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0959960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmin_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0960080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frac_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0960200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gradient_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0960350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:33.0960500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:33.0960660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:33.0960830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hstack_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0960960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hypot_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0961080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_i0_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0961190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_add_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0961310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_copy_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0961430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0961570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_functorch_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0961720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:33.0961860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T01:30:33.0962120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 30%] 2022-11-23T01:30:33.0962260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 30%] 2022-11-23T01:30:33.0962380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kron_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0962500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kthvalue_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0962620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cond_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0962750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cross_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0962880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_singular_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0963000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eig_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0963130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvals_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0963260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:33.0963380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_ex_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0963540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0963710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0963860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0963990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0964110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0964240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_solve_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0964370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_power_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0964530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0964660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_multi_dot_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0964800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0964920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_qr_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0965110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_slogdet_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0965240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0965370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_ex_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0965510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0965630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svd_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0965760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0965890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vector_norm_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log10_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log1p_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log2_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp2_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logcumsumexp_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0966950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logdet_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0967110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0967270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0967390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logsumexp_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0967540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0967660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_solve_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0967820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0967980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T01:30:33.0968100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumprod_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0968230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumsum_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0968350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0968480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logaddexp_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0968610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logsumexp_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0968730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_mean_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0968850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_norm_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0968980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_normalize_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0969100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_prod_cpu_float32 XFAIL [ 31%] 2022-11-23T01:30:33.0969220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_select_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0969340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_std_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0969530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matmul_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:33.0969650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matrix_exp_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0969790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0969930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_maximum_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mean_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_median_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_minimum_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0970990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mm_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_msort_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mv_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nan_to_num_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmean_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0971980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanquantile_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0972130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0972260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_layer_norm_cpu_float32 XFAIL [ 32%] 2022-11-23T01:30:33.0972410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0972560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0972720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0972870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0973020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0973160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0973310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T01:30:33.0973460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0973600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0973870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_batch_norm_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_bilinear_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_celu_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0974960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0975230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0975380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0975520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0975670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0975830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0975970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0976110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:33.0976250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0976380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0976520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 33%] 2022-11-23T01:30:33.0976650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0976780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0976910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_elu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0977090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T01:30:33.0977230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0977370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0977520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0977680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0977820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0977990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T01:30:33.0978200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0978380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T01:30:33.0978520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0978670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0978800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0978940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0979090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0979220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0979460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0979600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0979740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0979880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mish_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980130Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_normalize_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0980980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0981150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T01:30:33.0981280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0981420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_prelu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0981550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_rrelu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0981680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_selu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0981810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_silu_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0981940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0982080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0982220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0982420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softsign_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0982560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0982700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_threshold_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0982850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 33%] 2022-11-23T01:30:33.0982970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:33.0983090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0983230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0983380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0983570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0983750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_outer_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0983870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pca_lowrank_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_permute_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pinverse_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_put_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0984910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0985070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0985220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0985330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_real_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0985460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_remainder_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0985580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0985700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_as_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0985820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_roll_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0985940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_add_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0986060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0986190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0986320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0986450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0986570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_prod_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0986810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T01:30:33.0986980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T01:30:33.0987110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_scatter_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0987230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sgn_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0987380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0987490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sign_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0987660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0987820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0988020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0988140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinc_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0988250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinh_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0992960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0993140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_with_dtype_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0993300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0993480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T01:30:33.0993850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 34%] 2022-11-23T01:30:33.0994100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 34%] 2022-11-23T01:30:33.0994230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_entr_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0994350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_erfcx_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:33.0994470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i0e_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0994590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0994720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1e_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0994890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:33.0995060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:33.0995180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtr_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0995300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtri_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0995470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:33.0995950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T01:30:33.0996230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T01:30:33.0996480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T01:30:33.0996650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:33.0996780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_xlog1py_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0996900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_list_args_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sqrt_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_mean_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sub_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_lowrank_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_symeig_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0997980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_along_dim_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0998090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0998210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tanh_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0998320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0998450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_true_divide_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0998570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trunc_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0998680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unbind_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0998840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T01:30:33.0998960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unsqueeze_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_mean_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_complex_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_copy_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vstack_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_where_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rdiv___cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.0999930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmod___cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rsub___cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_abs_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acos_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acosh_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addbmm_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_decomposed_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1000930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addr_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:33.1001080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1001230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1001380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1001500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_angle_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1001690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1001840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1001990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1002140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1002260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1002380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:33.1002500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asin_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1002620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan2_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1002740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1002860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_1d_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1002970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_3d_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1003100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_baddbmm_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1003230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 36%] 2022-11-23T01:30:33.1003350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:33.1003490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1003620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_block_diag_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1003730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bmm_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1003900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1004030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_to_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1004180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1004310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cartesian_prod_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1004430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cat_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1004550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cdouble_cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:33.1004750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1004920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1005050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1005170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_inverse_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1005300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_solve_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1005420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chunk_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1005540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:33.1005660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_min_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1005840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_combinations_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1005960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1006080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_constant_pad_nd_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1006210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_contiguous_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1006330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1006450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_corrcoef_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1006560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cosh_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1006720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T01:30:33.1006830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cov_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1006950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cross_cpu_float32 XFAIL [ 36%] 2022-11-23T01:30:33.1007070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummax_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:33.1007180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumsum_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1007320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumulative_trapezoid_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1007440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_deg2rad_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1007550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1007670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1007800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_scatter_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1007910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diff_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1008030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_digamma_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1008140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dist_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1008260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dot_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1008370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_cpu_float32 XFAIL [ 37%] 2022-11-23T01:30:33.1008510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_functorch_no_channels_last_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1008630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dsplit_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1008740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_einsum_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1008930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:33.1009060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfc_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1009170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfinv_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1009290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp2_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1009400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1009520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_as_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1009640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1009760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expm1_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1009870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftn_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftshift_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft2_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftshift_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft2_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft2_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1010880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fill_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1011010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flatten_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1011120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flip_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1011240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fliplr_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1011360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1011470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmin_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1011590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frexp_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1011740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:33.1011890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:33.1012010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gather_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1012160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:33.1012310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:33.1012420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_cpu_float32 XFAIL [ 37%] 2022-11-23T01:30:33.1012570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:33.1012690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hstack_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1012810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_i0_cpu_float32 PASSED [ 37%] 2022-11-23T01:30:33.1012960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T01:30:33.1013140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_cpu_float32 XFAIL [ 38%] 2022-11-23T01:30:33.1013280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_functorch_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1013410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_select_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1013520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_inner_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1013690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1013840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1014000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1014140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1014370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1014520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1014670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1014830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:30:33.1014980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:30:33.1015100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kron_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1015250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ldexp_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1015400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1015520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lerp_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1015640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lgamma_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1015760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cond_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1015890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_singular_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eig_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvalsh_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_householder_product_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_ex_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1016890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1017020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_norm_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1017150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_power_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1017270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1017470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_hermitian_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1017660Z 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) [ 38%] 2022-11-23T01:30:33.1017780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1017920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_triangular_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1018040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svdvals_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1018170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1018330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1018440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log2_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1018620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1018760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_with_dtype_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1018920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1019040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logit_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1019190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1019310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logsumexp_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:33.1019480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T01:30:33.1019600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1019730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1019850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amin_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1019970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1020090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_log_softmax_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1020220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logaddexp_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1020350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logsumexp_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1020480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_mean_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1020590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_prod_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1020720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1020840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_select_cpu_float32 XFAIL [ 39%] 2022-11-23T01:30:33.1020970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmin_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1021090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_std_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1021210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_sum_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1021320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_var_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1021440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matmul_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1021610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_no_dim_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1021750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_with_dim_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1021880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_maximum_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mean_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_no_dim_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_with_dim_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_minimum_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_movedim_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mul_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1022910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nan_to_num_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1023030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1023140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_neg_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1023290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:33.1023440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:33.1023600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:33.1023750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:33.1023900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T01:30:33.1024040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1024180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1024320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1024460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1024590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool1d_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1024730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool3d_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1024880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1025030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1025160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_celu_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1029310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1029500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1029650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:33.1029790Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1030040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1030190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1030330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_similarity_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1030470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1030600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout3d_cpu_float32 XFAIL [ 40%] 2022-11-23T01:30:33.1030740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:30:33.1030870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1031010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 40%] 2022-11-23T01:30:33.1031190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gelu_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1031320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_glu_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1031450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardsigmoid_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1031600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1031730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_instance_norm_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1031880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_l1_loss_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_linear_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1032970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1033110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_circular_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1033250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_replicate_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1033380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pairwise_distance_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1033520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1033650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu6_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1033780Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:30:33.1033910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_silu_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1034110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softshrink_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1034260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1034410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1034540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_unfold_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1034680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1034830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:33.1034950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1035100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:33.1035250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:33.1035700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T01:30:33.1035820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_permute_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1035940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pinverse_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1036060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polar_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1036180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pow_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1036300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_prod_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1036410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:33.1036530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_qr_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1036680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1036840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1036990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1037110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ravel_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1037220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_real_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1037340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reciprocal_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1037470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_remainder_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1037590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1037710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1037830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_as_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1037950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_conj_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1038070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_roll_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1038180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rot90_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1038310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_0_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1038440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_3_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1038620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_neg_3_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1038740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsqrt_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1038860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsub_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1039010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1039140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1039280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amax_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1039410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amin_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1039540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_prod_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1039670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_sum_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1039850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1039990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1040160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1040330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1040440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinh_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1040560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1040690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_scatter_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1040860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 41%] 2022-11-23T01:30:33.1041020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1041170Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1041330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1041500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1041850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 41%] 2022-11-23T01:30:33.1041980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_entr_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1042150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1042400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 41%] 2022-11-23T01:30:33.1042530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1042700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1042870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1043070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtr_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1043210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtri_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:33.1043380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T01:30:33.1043510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_with_sizes_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1043630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_squeeze_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1043750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1043870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_mean_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1043990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sub_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1044100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1044260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_to_size_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1044370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1044500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_lowrank_cpu_float32 XFAIL [ 42%] 2022-11-23T01:30:33.1044620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_t_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1044740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1044860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensordot_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1044980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_topk_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1045100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_transpose_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1045230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triangular_solve_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1045350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_true_divide_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1045470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trunc_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1045590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unflatten_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1045710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_copy_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1045880Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:33.1046030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T01:30:33.1046160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unsqueeze_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1046280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_mean_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1046390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1046520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vsplit_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1046640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vstack_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1046760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1046880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1047000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1047130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1047320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1047470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1047610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1047750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1047870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1048000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1048140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T01:30:33.1048270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1048400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1048550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1048690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__softmax_backward_data_cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1048820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1048940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1049070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1049200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float64 PASSED [ 42%] 2022-11-23T01:30:33.1049330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:33.1049460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1049580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1049710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1049860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1049980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1050110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1050240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1050400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1050560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1050720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1050850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1050970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1051130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1051260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1051490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1051650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1051810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1051970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1052110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1052250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1052370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1052500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1052680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1052820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1052950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1053080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1053200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1053330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1053460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1053600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1053730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1053850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1053980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1054100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1054260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1054420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1054600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1054780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1054920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1055060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1055220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1055370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1055520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1055750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T01:30:33.1055900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:33.1056040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float64 PASSED [ 43%] 2022-11-23T01:30:33.1056170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1056300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdouble_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1056420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdouble_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1056550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1056670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1056860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:33.1057020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:33.1057140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1057280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1057410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1057550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1057680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1057810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1057940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1058060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1058190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1058320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1058440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1058580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1058710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1058840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1058980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1059120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1059250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1059380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1059510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1059630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1059810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1059940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1060110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T01:30:33.1060230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1060360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1060480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1060610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1060740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1060860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1061040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1061180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1061310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1061450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_copy_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1061580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1061710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1061840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1061970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float64 PASSED [ 44%] 2022-11-23T01:30:33.1062090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1062230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:33.1062370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1062500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1066770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1066930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1067090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1067220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1067350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1067500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:33.1067660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:33.1067820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:33.1067980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T01:30:33.1068220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1068350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1068480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1068610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1068740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1068860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1068980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1069120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1069240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1069370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1069530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1069660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1069780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1069920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1070050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1070180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1070310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1070430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1070560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1070690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1070820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1070960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1071090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1071220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1071350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1071470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1071600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1071730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1071850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1071980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1072110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1072230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1072430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1072550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1072680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float64 PASSED [ 45%] 2022-11-23T01:30:33.1072800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:33.1072930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1073080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1073230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1073360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1073500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1073660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1073830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1073950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1074080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1074200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1074320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1074440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1074560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1074690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1074850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1075000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1075130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1075270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_grid_sampler_2d_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1075400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_grid_sampler_2d_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1075560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1075680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1075800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1075950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1076120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1076280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1076440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1076630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1076800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1076960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1077120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1077250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1077380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1077500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1077630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1077780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1077910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1078070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1078230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1078360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1078500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1078630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1078760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:33.1078880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float64 PASSED [ 46%] 2022-11-23T01:30:33.1079040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1079220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1079400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T01:30:33.1079550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1079710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1079870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1080030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1080180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1080340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1080490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:30:33.1080690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:30:33.1080860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:30:33.1081030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:30:33.1081180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:30:33.1081340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:30:33.1081500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:30:33.1081630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1081780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1081910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1082030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1082160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1082280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1082420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1082550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1082680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1082810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1082950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float32 XFAIL [ 47%] 2022-11-23T01:30:33.1083080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1083210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1083360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1083500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1083630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1083760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1083930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1084110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1084270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1084440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1084640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1084780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1084920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1085050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1085180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1085320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1085460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1085600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1085730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1085900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64 PASSED [ 47%] 2022-11-23T01:30:33.1086030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:33.1086200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T01:30:33.1086370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1086540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1086710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1086860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped!) [ 48%] 2022-11-23T01:30:33.1087000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1087140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1087290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1087420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1087560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1087700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1087840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1087970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1088110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1088240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1088370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1088510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1088650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1088860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1089000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1089130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1089270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1089410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1089540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1089680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1089810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1089940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1090150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1090280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1090410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1090530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1090660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1090790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1090940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_with_dtype_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1091070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1091210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1091340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1091470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1091590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float64 PASSED [ 48%] 2022-11-23T01:30:33.1091760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1091920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1092050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1092210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1092390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1092550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1092700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T01:30:33.1092830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:33.1093000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1093140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1093280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1093440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:33.1093610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:33.1093750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1093880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1094020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1094190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1094330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1094460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1094600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1094730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1094870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1095000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1095130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1095270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1095400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float64 XFAIL [ 49%] 2022-11-23T01:30:33.1095530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1095660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1095790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1095910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1096040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1096180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float32 SKIPPED (Skipped!) [ 49%] 2022-11-23T01:30:33.1096310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float64 SKIPPED (Skipped!) [ 49%] 2022-11-23T01:30:33.1096440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1096590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1096720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1096850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1096980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1097170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1097330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1097460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1097580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1097730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1097860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1098000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1098130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1098260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1098410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1098550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1098670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1098800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1098960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T01:30:33.1099080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:33.1099210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float64 PASSED [ 49%] 2022-11-23T01:30:33.1099350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1099480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1099620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1099750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1099880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1100000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1100130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1104340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1104490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1104660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1104780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1104910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1105050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1105190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1105460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1105590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1105720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1105880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1106050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1106200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1106360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1106520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1106710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T01:30:33.1106870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1107020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1107160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1107310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1107460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1107610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1107760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1107900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1108050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1108190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1108320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1108470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1108620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1108780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1108920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1109060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1109200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1109360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1109590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1109760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1109910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1110070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1110230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:33.1110390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 50%] 2022-11-23T01:30:33.1110560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1110770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1110920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1111080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:33.1111230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:33.1111390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:33.1111540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:33.1111690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:33.1111840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1111990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1112130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1112280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1112420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1112560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1112710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1112850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1112990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1113130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1113290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1113430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1113630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1113800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1113940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1114080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1114220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1114360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1114500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1114650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1114820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1114970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1115110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1115290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1115440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1115580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1115720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1115870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1116010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1116160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1116310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1116460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1116610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1116760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1116910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1117060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:33.1117210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1117350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64 PASSED [ 51%] 2022-11-23T01:30:33.1117490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1117630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1117820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1117960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1118110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1118260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1118400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1118540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1118690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1118830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1119010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 52%] 2022-11-23T01:30:33.1119150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64 XFAIL [ 52%] 2022-11-23T01:30:33.1119290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1119440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1119580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1119720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1119850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1120000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1120150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1120300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1120450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1120600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1120740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1120880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1121030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1121170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1121310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1121450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1121590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1121780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1121920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1122060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1122210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1122360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1122490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1122630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1122760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1122900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1123060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1123210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1123350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1123490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1123640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1123780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1123930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 52%] 2022-11-23T01:30:33.1124070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float32 PASSED [ 52%] 2022-11-23T01:30:33.1124210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1124350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1124510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1124650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1124790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1124920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1125050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1125170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1125300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1125430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1125580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1125740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1126000Z 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.) [ 53%] 2022-11-23T01:30:33.1126150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1126280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1126400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1126530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1126660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1126790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1126920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1127080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1127230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1127370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1127510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1127640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1127760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1127890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1128020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1128180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1128340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1128510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1128670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1128820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1128950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1129080Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1129210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1129340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1129470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1129600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1129730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1129860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1130020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float64 PASSED [ 53%] 2022-11-23T01:30:33.1130190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1130350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T01:30:33.1130490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1130620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:33.1130750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1130870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1131000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1131130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1131290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1131430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1131570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1131700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1131830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1131990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1132160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1132290Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1132420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1132550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1132680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1132820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1132960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1133100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1133230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1133370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1133530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1133690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1133830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1133980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1134150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1134300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1134430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1134550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1134690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1134820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1134980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1135150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1135350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1135520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1135700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1135860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1135980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1136110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1136230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1136360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1136490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float64 PASSED [ 54%] 2022-11-23T01:30:33.1136630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1136760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:33.1136910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-11-23T01:30:33.1137050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T01:30:33.1137220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1137390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T01:30:33.1137550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1137720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1137870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1138030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1138430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T01:30:33.1138710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T01:30:33.1138970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T01:30:33.1139220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T01:30:33.1139360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1143450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1143720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1143900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1144070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1144240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1144380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1144510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1144690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1144860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1145140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T01:30:33.1145400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T01:30:33.1145540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1145710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1145890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1146060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1146190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1146330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1146510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1146930Z 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) [ 55%] 2022-11-23T01:30:33.1147210Z 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) [ 55%] 2022-11-23T01:30:33.1147490Z 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) [ 55%] 2022-11-23T01:30:33.1147750Z 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) [ 55%] 2022-11-23T01:30:33.1147930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1148070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1148280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1148440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T01:30:33.1148570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1148700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1148830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1148970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1149090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1149220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1149350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1149480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1149610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float64 PASSED [ 55%] 2022-11-23T01:30:33.1149730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1149860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:33.1149980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1150100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1150230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1150370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1150500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1150630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1150750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1150870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1151010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1151130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1151280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1151410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1151550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1151680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1151800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1151920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1152060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1152180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1152310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1152480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1152600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1152730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1152860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1152980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1153100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1153230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1153360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1153490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1153620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1153750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_copy_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1153870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1154030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:33.1154210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:33.1154370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:33.1154520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T01:30:33.1154650Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1154780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1154900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1155030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1155150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1155270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1155430Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1155570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1155690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1155810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float64 PASSED [ 56%] 2022-11-23T01:30:33.1155940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:33.1156070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:33.1156230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T01:30:33.1156380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T01:30:33.1156570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T01:30:33.1156730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T01:30:33.1156850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_H_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1156980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___radd___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rdiv___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmatmul___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmod___cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall__softmax_backward_data_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acosh_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addbmm_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1157970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcdiv_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1158130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1158250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amax_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1158370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amin_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1158520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1158680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1158810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_cpu_float32 SKIPPED (Skipped!) [ 57%] 2022-11-23T01:30:33.1158930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asin_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1159050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan2_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1159170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1159290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atanh_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1159410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_1d_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1159560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_baddbmm_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1159720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1159890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1160020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_block_diag_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1160170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1160340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1160510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1160660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_to_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1160810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1160970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1161090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdouble_cpu_float32 XFAIL [ 57%] 2022-11-23T01:30:33.1161210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ceil_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1161360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1161510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T01:30:33.1161640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_inverse_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1161770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1161890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_max_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1162020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1162140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_physical_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1162270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_corrcoef_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:33.1162390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cosh_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1162550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:33.1162670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cross_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1162800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummax_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1162920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummin_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumsum_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumulative_trapezoid_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_deg2rad_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_embed_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagflat_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_copy_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1163960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diff_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1164090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_digamma_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1164220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_no_rounding_mode_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1164340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_cpu_float32 XFAIL [ 58%] 2022-11-23T01:30:33.1164490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_functorch_no_channels_last_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1164610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dsplit_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1164730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dstack_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1164940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:33.1165090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:33.1165240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:33.1165360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfc_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1165480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1165600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expm1_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1165730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft2_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1165850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1165980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftn_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftshift_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfftn_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft2_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fill_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1166970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flatten_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flip_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fliplr_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_power_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmin_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmod_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frac_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frexp_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1167960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gather_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1168090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gradient_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1168250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T01:30:33.1168390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_H_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:33.1168520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_T_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1168660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1168790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmatmul___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1168930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1169070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rsub___cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1169230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_abs_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1169370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acos_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1169500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acosh_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1169640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addbmm_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1169770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1169920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1170050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmv_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1170190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addr_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1170350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1170490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amax_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1170650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1170790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_angle_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1170950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1171120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1171270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_cpu_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T01:30:33.1171420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL [ 59%] 2022-11-23T01:30:33.1171550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asin_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1171680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan2_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1171810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atanh_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1171950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_2d_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1172110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_3d_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1172250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1172420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1172600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1172770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1172950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1173090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_tensors_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1173270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_to_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1173430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1173600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1173780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1173920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cartesian_prod_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1174050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ceil_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1174220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1174380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1174540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T01:30:33.1174680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1174810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chunk_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1174940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1175070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clone_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1175220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_column_stack_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:33.1175350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_complex_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:33.1175480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1175620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1175760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_contiguous_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1175900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1176030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cos_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1176190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cosh_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1176360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:33.1176490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cov_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1176630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cross_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1176760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummax_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1176890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummin_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1177030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumprod_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:33.1181070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumsum_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1181340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1181480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_embed_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1181620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_scatter_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1181750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diff_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1181880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dist_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1182030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_floor_rounding_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1182160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:33.1182320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1182450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dsplit_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1182620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:33.1182780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:33.1182940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:33.1183110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:33.1183240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erf_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1183370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfc_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1183500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp2_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1183630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1183760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expm1_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1183930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T01:30:33.1184060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft2_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1184260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1184400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1184540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1184680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1184810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft2_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1184940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1185070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1185210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftshift_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1185350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:33.1185520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:33.1185650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1185790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:33.1185920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1186050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1186180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fill_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1186310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flatten_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1186440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flip_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1186570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fliplr_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1186710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flipud_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1186870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1187060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1187190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_power_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1187330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1187460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmax_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1187590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmin_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1187720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frexp_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1187880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1188040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1188180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gradient_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1188380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1188540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1188730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1188860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hstack_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1188990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_i0_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1189150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1189290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_add_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1189430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_copy_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1189590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_fill_cpu_float32 XFAIL [ 61%] 2022-11-23T01:30:33.1189730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1189900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1190030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_inner_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1190190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1190350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1190510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1190670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1190840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1191000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1191170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T01:30:33.1191330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T01:30:33.1191500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T01:30:33.1191660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T01:30:33.1191790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kron_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1191930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1192060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ldexp_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1192220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T01:30:33.1192380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lgamma_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1192530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1192670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:33.1192830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32 SKIPPED (Fails on x86 MacOS CI) [ 62%] 2022-11-23T01:30:33.1192970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1193120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1193260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1193430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1193630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1193770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:33.1193910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:33.1194060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1194200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1194340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1194490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1194630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1194770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_qr_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1194900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1195050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1195190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1195340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1195480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1195620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1195780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1195920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log10_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1196050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log2_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1196180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1196310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1196480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_with_dtype_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1196630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1196760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1196930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1197100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1197260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1197400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1197560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1197750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T01:30:33.1197880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:33.1198010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mT_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1198150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amin_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1198280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:33.1198440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1198590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_mean_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T01:30:33.1198730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_prod_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1198870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:33.1199010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmax_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1199150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_std_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1199280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_sum_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1199420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_binary_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1199570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:33.1199720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1199870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1200010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_maximum_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1200140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mean_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1200280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_binary_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1200430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1200630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_minimum_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1200780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_movedim_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1200910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mul_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1201080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:33.1201220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mv_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1201360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1201510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1201650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nan_to_num_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1201860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmean_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:33.1202000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1202150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_batch_norm_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:33.1202320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:33.1202480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:33.1202650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:33.1202820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:33.1202980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1203140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1203300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:33.1203440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:33.1203590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:33.1203740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1203880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1204040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32 SKIPPED (Fails on M1) [ 63%] 2022-11-23T01:30:33.1204200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1204360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1204570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1204800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1204960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1205110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1205270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1205420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1205580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1205960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:33.1206370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:33.1206690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_elu_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1207040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T01:30:33.1207400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:33.1207730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:33.1208070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:33.1208440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:30:33.1208780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:33.1209120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:33.1209470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1209800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1210120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:33.1210430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1210760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1211090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1211410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1211730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1219180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1219690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1220010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1220320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_linear_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1220630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1220950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1221260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1221590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:30:33.1221910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:33.1222300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:30:33.1222630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:33.1222940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1223240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1223710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1224020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1224340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1224650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1224960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1225270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1225570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1225870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1226170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_silu_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1226480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:33.1226790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1227100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1227410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1227720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1228040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1228400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1228720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1229050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:33.1229350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1229640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_fro_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:33.1229960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:33.1230300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T01:30:33.1230710Z 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.) [ 64%] 2022-11-23T01:30:33.1231090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1231390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polar_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:33.1231690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1232250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1232640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1232980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1233280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_positive_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1233580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_prod_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1233860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_put_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:33.1234140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1234450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1234800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1235150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1235470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1235760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_remainder_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1236070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1236380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1236670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1237130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1237430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsqrt_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1237710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:33.1238000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:33.1238300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:33.1238630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1238950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:33.1239270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1239690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1240010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1240330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1240690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1241060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1241410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1241720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinc_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1242000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinh_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1242280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_scatter_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1242580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1242910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 65%] 2022-11-23T01:30:33.1243270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1243620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1243970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1244330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1244700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T01:30:33.1245290Z 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) [ 65%] 2022-11-23T01:30:33.1245680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_entr_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1245980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1246270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32 PASSED [ 65%] 2022-11-23T01:30:33.1246560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1246850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1247290Z 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) [ 66%] 2022-11-23T01:30:33.1247630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL [ 66%] 2022-11-23T01:30:33.1248010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1248370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1248700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1249010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1249360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1249730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1250070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1250390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1250690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1250970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stft_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1251250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sub_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1251520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1251800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1252090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32 SKIPPED (Skipped!) [ 66%] 2022-11-23T01:30:33.1252410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1252710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_t_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1252990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_cpu_float32 XFAIL [ 66%] 2022-11-23T01:30:33.1253260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tan_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1253530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32 XFAIL [ 66%] 2022-11-23T01:30:33.1253870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensordot_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1254160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tile_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1254460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) [ 66%] 2022-11-23T01:30:33.1254750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapz_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1255040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1260440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unbind_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1260770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unflatten_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1261060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1261400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1261920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1262240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unsqueeze_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1262520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1262790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vdot_cpu_float32 XFAIL [ 66%] 2022-11-23T01:30:33.1263060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1263340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_where_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1263620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zero__cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1263940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1264280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1264600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1264900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hstack_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1265160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hypot_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1265450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T01:30:33.1265750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_copy_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1266010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:33.1266290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_functorch_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1266600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1266910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1267220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1267540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 67%] 2022-11-23T01:30:33.1267920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 67%] 2022-11-23T01:30:33.1268260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 67%] 2022-11-23T01:30:33.1268550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ldexp_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1268840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1269130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lgamma_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1269400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cond_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1269660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1269960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_singular_cpu_float32 SKIPPED (Fails on x86 MacOS CI) [ 67%] 2022-11-23T01:30:33.1270290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvalsh_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1270550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1270870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1271200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1271530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1271820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1272100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1272390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_power_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1272710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1273050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1273370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1273630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_qr_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1273910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_ex_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1274190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_triangular_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1274470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svd_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1274740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svdvals_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1275010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorinv_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1275290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorsolve_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1275570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vander_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1275840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vector_norm_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1276140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1276440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log1p_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1276780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log2_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1277070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1277330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1277610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_with_dtype_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1277880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp2_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1278150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1278410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logdet_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1278710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1279040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T01:30:33.1279420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logit_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1279690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logsumexp_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:33.1280000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:33.1280310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1280560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mH_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1280810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mT_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1281070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amax_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1281370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:33.1281710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:33.1282020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1282290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1282570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_log_softmax_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1282850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logaddexp_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1283120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_mean_cpu_float32 XFAIL [ 68%] 2022-11-23T01:30:33.1283390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_norm_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1283660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_normalize_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1283940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_prod_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1284210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1284490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_select_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1284750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmax_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1285020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_std_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1285290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_sum_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1285620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_var_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1285900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_binary_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1286190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1286500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_with_dim_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1286770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_maximum_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1287030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mean_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1287290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_median_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1287570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1287850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_binary_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1288190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_no_dim_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1288480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_with_dim_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1288760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_minimum_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1289020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mm_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1289280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mode_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1289570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:33.1289860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mv_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1290140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1290420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1290700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1290960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmedian_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1291230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 XFAIL [ 68%] 2022-11-23T01:30:33.1291490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1291740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_cpu_float32 PASSED [ 68%] 2022-11-23T01:30:33.1292050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_dropout_backward_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:33.1292390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:33.1292730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T01:30:33.1293060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:33.1293370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1293680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1293970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1294260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool2d_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1294600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_batch_norm_cpu_float32 XFAIL [ 69%] 2022-11-23T01:30:33.1294910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1295230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1295530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_celu_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1295820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_cpu_float32 SKIPPED (Fails on M1) [ 69%] 2022-11-23T01:30:33.1301150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1301470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1301800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1302280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1302580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1302900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:33.1303220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:33.1303530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:33.1303830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1304130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_group_norm_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1304420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardshrink_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1304710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1305000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardswish_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1305290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_instance_norm_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1305590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1305880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_layer_norm_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1306170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_leaky_relu_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1306460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_local_response_norm_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1306760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1307060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool2d_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1307340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1307630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1307940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:33.1308290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1308610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1308950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T01:30:33.1309270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_nll_loss_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1309560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_circular_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1309860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_reflect_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1310160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_replicate_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1310460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1310780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_prelu_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1311070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu6_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1311360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 69%] 2022-11-23T01:30:33.1311650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1311950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:33.1312240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softplus_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1312530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softsign_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1312820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1313140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1313460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1313770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1314060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1314330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_fro_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1314640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1314960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1315270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten_index_put_functorch_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1315540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_outer_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1315810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_permute_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1316090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1316380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_2_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1316650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_positive_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1316990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1317270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rad2deg_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1317560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1317890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1318210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1318500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ravel_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1318770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_remainder_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1319050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_interleave_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1319350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1319730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_conj_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1320000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rot90_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1320270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_3_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1320530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsub_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1320800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_add_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1321070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_cpu_float32 XFAIL [ 70%] 2022-11-23T01:30:33.1321340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amax_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1321620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_mean_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1321940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1322280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1322610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1322960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1323260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_scatter_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1323530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sgn_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1323840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1324150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sigmoid_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1324450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1324800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1325130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1325430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_scatter_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1325750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sort_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:33.1326070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T01:30:33.1326410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:33.1326970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T01:30:33.1327340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:33.1327650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1e_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1328070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T01:30:33.1328610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:33.1328960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:33.1329420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T01:30:33.1329880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T01:30:33.1330350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T01:30:33.1330810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T01:30:33.1331180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:33.1331490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_list_args_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1331770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_with_sizes_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1332060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sqrt_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1332320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_square_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1332590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_squeeze_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1332850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stack_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1333110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1333370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_mean_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1333630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stft_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1333890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1334140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tan_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1334410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensor_split_cpu_float32 XFAIL [ 71%] 2022-11-23T01:30:33.1334680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensordot_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1335010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_topk_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1335290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trace_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1335550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triangular_solve_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1335820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tril_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1336060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triu_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1336320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trunc_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1336580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_copy_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1336840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1337150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:33.1337490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_mean_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1337760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1338030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_complex_cpu_float32 XFAIL [ 71%] 2022-11-23T01:30:33.1343230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1343510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_copy_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1343770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vsplit_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1344030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vstack_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1344290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_where_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1344550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_xlogy_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1344820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zero__cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1345110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T01:30:33.1345400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_T_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:33.1345670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1345930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmod___cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1346190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmul___cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1346450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_abs_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1346710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acos_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1346970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acosh_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1347230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcdiv_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1347490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcmul_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1347740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1348000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmv_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1348290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1348580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amin_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1349020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1349350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1349670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1349990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1350310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1350600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:33.1350860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asinh_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1351110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1351370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atanh_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1351700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:30:33.1351980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_baddbmm_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1352250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bernoulli_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:33.1352540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1352850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1353180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1353490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_to_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1353790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1354130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1354430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cat_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1354690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdouble_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:33.1354950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ceil_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1355210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cfloat_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:33.1355480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_inverse_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1355760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1356030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1356290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_max_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1356550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_min_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1356810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clone_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1357070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_column_stack_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1357340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1357600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1357950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_constant_pad_nd_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1358230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cos_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:33.1358530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T01:30:33.1358820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummin_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1359080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumsum_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1359330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_deg2rad_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1359590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1359850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_embed_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1360110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagflat_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1360440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1360700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diff_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1360960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_digamma_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1361220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1361510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_trunc_rounding_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1361770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:33.1362060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:33.1362380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:33.1362670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erf_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1362930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1363190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_as_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1363450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1363710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expm1_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1363960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1364220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftn_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1364480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft2_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1364750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftn_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1365010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1365270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1365530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft2_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1365790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfftn_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1366050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1366300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fill_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1366560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fliplr_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1366850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:33.1367130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1367420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_power_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1367680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmod_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1367960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:33.1368270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:33.1368560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gather_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1368850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:33.1369140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gradient_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1369450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_grid_sampler_2d_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:33.1369740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:33.1370050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T01:30:33.1370340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hsplit_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1370610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hstack_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1370870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hypot_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1371140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32 PASSED [ 73%] 2022-11-23T01:30:33.1371400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1371660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_inner_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1371960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1372300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1372640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1372960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1373280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1373600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1373910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1374230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1374550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 74%] 2022-11-23T01:30:33.1374860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 74%] 2022-11-23T01:30:33.1375140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ldexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1375460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lgamma_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1375740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cross_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1376020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvals_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1376300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1376600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1376890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1377200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1382200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:30:33.1382520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1382950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1383240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1383560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1383910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1384240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_multi_dot_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1384520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1384810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1385130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1385470Z 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) [ 74%] 2022-11-23T01:30:33.1385600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_qr_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1385730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_slogdet_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1385880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1386010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorinv_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1386150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1386310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1386440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log2_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1386560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1386700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp2_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1386860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1387030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1387150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logit_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1387320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logsumexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:33.1387500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1387660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T01:30:33.1387790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1387920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mT_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1388050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amax_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1388180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amin_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1388310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1388450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1388620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logaddexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1388760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logsumexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1388890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1389020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1389150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_std_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1389290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1389420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_maximum_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1389550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_median_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1389700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:30:33.1389860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:30:33.1389990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_binary_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1390120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_minimum_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1390250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mode_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1390370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_movedim_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1390490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mul_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1390660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:33.1390790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mv_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1390920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:33.1391060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:33.1391200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:33.1391330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmedian_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1391460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1391590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_batch_norm_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:33.1391790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:30:33.1391930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_neg_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1392090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:33.1392250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T01:30:33.1392410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1392550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1392700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1392850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1393030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_alpha_dropout_cpu_float32 XFAIL [ 75%] 2022-11-23T01:30:33.1393180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1393320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1393480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1393630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1393780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1393940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1394090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1394240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1394390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:33.1394530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1394670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1394820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1394960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1395100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_elu_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1395240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1395410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1395570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1395720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1395870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1396040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1396180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1396330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1396470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1396610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1396750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1396890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1397040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_instance_norm_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1397190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1397370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1397510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1397650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1397790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_linear_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1397940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1398080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1398230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1398370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1398510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1398660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1398810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1398950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1399100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1399250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1399390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1399540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1399690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1399820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_prelu_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1399960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1400100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_silu_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1400250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1400420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:30:33.1400570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1400720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1400870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softplus_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1401010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1401150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_threshold_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:33.1401300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1401450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1401630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1401800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1401940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_number_mean_cpu_float32 XFAIL [ 77%] 2022-11-23T01:30:33.1402100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1402240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ormqr_cpu_float32 SKIPPED (Skipped!) [ 77%] 2022-11-23T01:30:33.1402360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pca_lowrank_cpu_float32 XFAIL [ 77%] 2022-11-23T01:30:33.1402490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pinverse_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1402640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1402770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1402900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pow_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1403020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1403140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_qr_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1403260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rad2deg_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1403420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1403580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1403740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1403860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_real_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1403990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reciprocal_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1404110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_renorm_cpu_float32 XFAIL [ 77%] 2022-11-23T01:30:33.1404230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1404360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_as_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1404480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1404660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1404790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_conj_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1404920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_roll_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1405040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rot90_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1405170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1405290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsub_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1405460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1405580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_add_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1405710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1405850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1406000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1406140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_lengths_cpu_float32 XFAIL [ 77%] 2022-11-23T01:30:33.1406270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_offsets_cpu_float32 XFAIL [ 77%] 2022-11-23T01:30:33.1406390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sgn_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1406520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sign_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1406690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1406850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1406970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinc_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1407090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:33.1407270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 77%] 2022-11-23T01:30:33.1407430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1407590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T01:30:33.1407940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:30:33.1408220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:30:33.1408400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1408580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1408720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1408890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1409140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1409300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1409480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1409760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:30:33.1410020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:30:33.1410190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1410320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1410490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sqrt_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1410620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1410740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stack_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1410860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_mean_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1410980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1411100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sub_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1411230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_lowrank_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:33.1411350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_t_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1411480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_along_dim_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1411600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tan_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1411720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tanh_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1411850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensor_split_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:33.1411970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_sparse_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:33.1412100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapezoid_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1412230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapz_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1412360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triangular_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1412480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triu_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1412610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_true_divide_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1412730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trunc_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1412860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unbind_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1412990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1413140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1413260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1413380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_mean_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1413530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1413650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1413780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vsplit_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1413910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vstack_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1414030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_where_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1414150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_xlogy_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1414270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zero__cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1414430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T01:30:33.1414550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_T_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:33.1414670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___cpu_float32 XFAIL [ 79%] 2022-11-23T01:30:33.1414840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___functorch_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1414960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___radd___cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rdiv___cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmod___cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmul___cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rsub___cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcmul_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmv_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1415980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1416100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amax_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1416220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_angle_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1416380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1420890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1421080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1421240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1421370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32 XFAIL [ 79%] 2022-11-23T01:30:33.1421500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asin_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1421620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan2_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1421740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1421860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_baddbmm_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1422000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 79%] 2022-11-23T01:30:33.1422120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_cpu_float32 XFAIL [ 79%] 2022-11-23T01:30:33.1422370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bmm_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1422550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1422680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_tensors_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1422840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1422970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cartesian_prod_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1423090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cdist_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1423260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1423390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1423520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_solve_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1423670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chunk_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1423790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_max_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1423920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_column_stack_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1424040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_combinations_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1424170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1424290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1424410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_corrcoef_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1424520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cos_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1424640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cosh_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1424800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T01:30:33.1424920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cross_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1425040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1425170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumprod_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1425290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumsum_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:33.1425410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_deg2rad_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1425530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1425650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_embed_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1425770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagflat_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1425900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_copy_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1426020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diff_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1426150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_floor_rounding_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1426290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_no_rounding_mode_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1426420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_trunc_rounding_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1426540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dot_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1426690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_cpu_float32 XFAIL [ 80%] 2022-11-23T01:30:33.1426830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1426960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dsplit_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1427080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dstack_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1427200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_einsum_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1427320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfinv_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1427440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1427560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_as_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1427680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1427830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:33.1427980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft2_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftn_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft2_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfftn_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftshift_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1428960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft2_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1429080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1429190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fill_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1429310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flatten_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1429430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flipud_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1429560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_power_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1429680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gradient_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1429830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T01:30:33.1429950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_cpu_float32 XFAIL [ 80%] 2022-11-23T01:30:33.1430090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___functorch_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1430230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rdiv___cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1430360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmod___cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1430490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rsub___cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1430620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_abs_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1430750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_add_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1430930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcdiv_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1431070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcmul_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1431210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:33.1431350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmv_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1431480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amax_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1431600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amin_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1431760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:33.1431930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:33.1432110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:33.1432320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:33.1432460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:33.1432600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:33.1432740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asinh_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1432870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan2_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1433000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1433130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_1d_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1433270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_2d_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1433400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_baddbmm_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1433560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1433690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bmm_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1433860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:33.1434000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1434140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1434280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cartesian_prod_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1434410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdist_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1434550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdouble_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:33.1434680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chalf_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:33.1434840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:33.1435020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T01:30:33.1435180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chunk_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1435310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1435450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_max_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1435590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_column_stack_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1435730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_combinations_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1435860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_complex_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:33.1435990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1436120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_physical_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1436270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1436430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_contiguous_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1436560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_corrcoef_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1436700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cos_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1436830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cosh_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1436960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cross_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1437090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummax_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:33.1437220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumprod_cpu_float32 XFAIL [ 81%] 2022-11-23T01:30:33.1437350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1437480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1437610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diff_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1437750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:33.1437880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dot_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1438010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:33.1438160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1438290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dstack_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1438430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_einsum_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1438590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1438750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1438900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1439030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erf_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1439160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp2_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1439320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_as_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1439460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1439590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expm1_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1439750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1439880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1440020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1440150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1440290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftshift_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1440450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1440580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1440720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:33.1440850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1440980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft2_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1441110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1441250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1441370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fill_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1441510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flatten_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1441630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flip_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1441770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flipud_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1441890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:33.1442030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_power_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1442160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1442330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1442450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frac_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1442580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frexp_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1442750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1442880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gather_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1443040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1443170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gradient_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1443330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1443500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1443670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1443830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1444000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1444130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hypot_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:33.1444290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T01:30:33.1444430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_add_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1444590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_copy_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1444720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_fill_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1444850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_inner_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1445010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1445180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1445330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1445500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:30:33.1445660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:30:33.1445790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kron_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1445930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kthvalue_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1446090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1446220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lgamma_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1446360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1446500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1446640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_singular_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1446770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1446910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1447050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1447200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1447330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1447550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1447700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1447840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1447980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1448160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1448290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1448450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1448580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_qr_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1448760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1448900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1449040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1449170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log10_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1449290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log1p_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1449420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1449560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1449690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1449830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1449990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1450150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1450280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1450410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_solve_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1450540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32 XFAIL [ 83%] 2022-11-23T01:30:33.1450680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amax_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1450810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amin_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1450980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T01:30:33.1451120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumsum_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:33.1451250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:33.1451400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1451560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_log_softmax_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1451710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logaddexp_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1451840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_mean_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1451980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_median_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1452110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_norm_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1452250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_scatter_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:33.1452380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_select_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:33.1452520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmin_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1452650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_sum_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1452810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matmul_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1452940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_binary_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1453090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1453220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mean_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1453350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_median_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1453500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1453630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_binary_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1457970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1458160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1458290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mm_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1458420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_movedim_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1458550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_msort_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1458720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:33.1458840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mv_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1458990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1459130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1459270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmedian_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1459400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:33.1459550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:30:33.1459690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_layer_norm_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1459860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:33.1460130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:33.1460290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T01:30:33.1460450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1460600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1460750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1460890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1461030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:33.1461220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1461360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1461510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1461670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1461820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1461970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1462120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:33.1462280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1462430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1462580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:33.1462720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1462870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1463050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:33.1463220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:33.1463380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1463530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1463670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_glu_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1463820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1463960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1464130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1464280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1464420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1464570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1464720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1464870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1465030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1465200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1465360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1465500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1465650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1465790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1465940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1466080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1466240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1466380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1466520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1466670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1466810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1466950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pdist_cpu_float32 XFAIL [ 85%] 2022-11-23T01:30:33.1467100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1467250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1467390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_selu_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1467540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1467690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1467840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1467980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1468160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1468310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1468460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1468600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1468740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_inf_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:33.1468870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:33.1469030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T01:30:33.1469230Z 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.) [ 86%] 2022-11-23T01:30:33.1469420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1469560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1469710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1469840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ravel_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1469980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reciprocal_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1470120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_remainder_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1470250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1470380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1470540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1470670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rot90_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1470810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1470950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_3_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1471090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1471220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsqrt_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1471350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1471490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:33.1471630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:33.1471770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL [ 86%] 2022-11-23T01:30:33.1471900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1472030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_scatter_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1472240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1472370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1472510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sign_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1472680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1472850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1472980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1473120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1473260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1473450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1473610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1473800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1473980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1474320Z 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) [ 86%] 2022-11-23T01:30:33.1474470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_entr_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1474610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1474790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1474920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1475190Z 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) [ 86%] 2022-11-23T01:30:33.1475370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1475540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1475690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:33.1475870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T01:30:33.1476150Z 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) [ 86%] 2022-11-23T01:30:33.1476470Z 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) [ 86%] 2022-11-23T01:30:33.1476750Z 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) [ 86%] 2022-11-23T01:30:33.1476890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_xlog1py_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1477060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1477200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_list_args_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1477330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sqrt_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1477460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_squeeze_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1477590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stack_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1477740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1477880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sub_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1478000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1478130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_lowrank_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:33.1478260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tan_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1478400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensor_split_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:33.1478530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) [ 87%] 2022-11-23T01:30:33.1478670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_sparse_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:33.1478800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trace_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1478940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triangular_solve_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1479070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triu_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1479200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_true_divide_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1479330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unbind_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1479460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:33.1479600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unsqueeze_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1479730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1479860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_mean_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1479990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vdot_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:33.1480120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1480250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_copy_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1480370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1480500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vstack_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1480650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_where_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1480810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1480960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1481080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hsplit_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1481200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hypot_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1481350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1481470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:33.1481600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_functorch_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1481720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 XFAIL [ 87%] 2022-11-23T01:30:33.1481860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_select_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1481980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_inner_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1482130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1482290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1482440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1482580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 87%] 2022-11-23T01:30:33.1482740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 87%] 2022-11-23T01:30:33.1482860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kron_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1483000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T01:30:33.1483120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lerp_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:33.1483240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lgamma_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1483370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cond_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1483500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cross_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1483620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1483740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eig_cpu_float32 XFAIL [ 88%] 2022-11-23T01:30:33.1483860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvalsh_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1483980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1484140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1484310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1484460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1484600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1484720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1484880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_norm_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1485020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_power_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1485200Z 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) [ 88%] 2022-11-23T01:30:33.1485320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_ex_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1485460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_triangular_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1485600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) [ 88%] 2022-11-23T01:30:33.1485720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1485880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1486030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log1p_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1486150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log2_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1486270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1486390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1486510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp2_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1486630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1486790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1486940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1487090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1487210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logit_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1487350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1487480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1487590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mT_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1487750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T01:30:33.1487880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumsum_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1488010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_log_softmax_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1488140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logaddexp_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1488270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logsumexp_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1488390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_mean_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1488510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_select_cpu_float32 XFAIL [ 88%] 2022-11-23T01:30:33.1488640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmax_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1488760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_std_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1488880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matmul_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1489020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_binary_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1489160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_no_dim_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1489280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_maximum_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:33.1489400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mean_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1489520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_median_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1489650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1489790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1489910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_binary_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mode_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nan_to_num_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmedian_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1490970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:33.1491080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_cpu_float32 XFAIL [ 89%] 2022-11-23T01:30:33.1491430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_dropout_backward_cpu_float32 [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1491700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1491970Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1492220Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1492470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1492730Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1493000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1497290Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1497580Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1497830Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1498090Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1498450Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1498690Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1498940Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1499190Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1499440Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1499680Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1499930Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1500180Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1500430Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1500680Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1500950Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1501200Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1501450Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1501700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1501970Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1502220Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1502470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1502720Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1502960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1503210Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1503460Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1503710Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1503960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1504200Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1504490Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1504740Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1504990Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1505240Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1505480Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1505770Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1506010Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1506260Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1506510Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1506760Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1507010Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1507260Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1507500Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1507750Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1508020Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1508270Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1508510Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1508750Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1509000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1509270Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1509510Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1509760Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1510000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1510250Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1510490Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1510740Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1510990Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1511230Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1511470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1511750Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1511990Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1512240Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1512490Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1512760Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1513000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1513250Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1513490Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1513740Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1513980Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1514230Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1514470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1514720Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1514960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1515230Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1515470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1515720Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1515960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1516210Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1516470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1516720Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1516970Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1517210Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1517450Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1517700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1517940Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1518190Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1518430Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1518720Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1518960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1519210Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1519450Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1519700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1519980Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1520220Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1520470Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1520720Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1520960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1521200Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1521450Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1521690Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1521940Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1522180Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1522450Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1522700Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1522950Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1523190Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1523460Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1523710Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1523950Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1524190Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1524440Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1524680Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1524930Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1525180Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1525420Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1525660Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1525930Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1526180Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1526430Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1526670Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1526920Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:30:33.1527000Z PASSED [ 89%] 2022-11-23T01:30:33.1527140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_layer_norm_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1527290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:33.1527450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:33.1527600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:33.1527750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T01:30:33.1527920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T01:30:33.1528070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1528220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1528360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1528490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_batch_norm_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1528640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1528780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1528920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1529070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1529220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1529370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1529530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1529670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1529840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T01:30:33.1529990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T01:30:33.1530150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T01:30:33.1530300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 89%] 2022-11-23T01:30:33.1530430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gelu_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1530570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_grid_sample_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1530710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_group_norm_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1530840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1531010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardsigmoid_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1531140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardswish_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1531280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1531420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1531550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:33.1531690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_instance_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1531830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1531980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1532140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1532270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1532410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1532550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1532690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1532840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1532980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1533110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_normalize_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1533250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1533390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1533520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1533660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1533800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1533930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1534120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_prelu_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1534250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1534400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:30:33.1534540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1534670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1534810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1534950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softshrink_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1535090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1535280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T01:30:33.1535410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_fro_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1535530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_nuc_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1535660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:30:33.1535810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T01:30:33.1535930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pca_lowrank_cpu_float32 XFAIL [ 90%] 2022-11-23T01:30:33.1536050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pinverse_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1536170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polar_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1536310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1536440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1536560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_positive_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1536680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pow_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1536800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_prod_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1536910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1537030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 XFAIL [ 90%] 2022-11-23T01:30:33.1537150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rad2deg_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1537300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T01:30:33.1537460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T01:30:33.1537580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reciprocal_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1537700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_remainder_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1537820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:33.1537950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_interleave_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1538070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1538240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1538370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_neg_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1538490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1538620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_0_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1538750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_3_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1538880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_neg_3_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsqrt_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsub_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_add_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amax_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amin_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_mean_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1539890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_sum_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1540050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1540180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1540310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1540430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sgn_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1540610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1540720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sigmoid_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1540890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1541060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1541170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sin_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1541290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinh_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1541410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1541530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1541690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1541850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1541980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_erfcx_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1546240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1546400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i0e_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1546630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1e_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1546970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:30:33.1547100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1547270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1547440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1547560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1547680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtri_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:33.1547850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1548050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1548320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:30:33.1548580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:30:33.1548840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:30:33.1549090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:30:33.1549270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T01:30:33.1549420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:33.1549540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1549670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_list_args_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1549790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1549920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_square_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1550030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_squeeze_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1550150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sub_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1550270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1550390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_to_size_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1550510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1550630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_lowrank_cpu_float32 XFAIL [ 92%] 2022-11-23T01:30:33.1550740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_t_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1550850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 XFAIL [ 92%] 2022-11-23T01:30:33.1550970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensor_split_cpu_float32 XFAIL [ 92%] 2022-11-23T01:30:33.1551120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensordot_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1551240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tile_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1551360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_topk_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1551470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trace_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1551590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapezoid_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1551700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tril_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1551820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triu_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1551940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_true_divide_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trunc_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unbind_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unflatten_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_copy_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_mean_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1552930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_complex_cpu_float32 XFAIL [ 92%] 2022-11-23T01:30:33.1553040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_copy_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1553160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vsplit_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1553280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vstack_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1553400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_where_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1553510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zero__cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1553660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T01:30:33.1553780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_H_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1553900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___radd___cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rdiv___cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmul___cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rsub___cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp__softmax_backward_data_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acosh_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcmul_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1554870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:33.1555000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_decomposed_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1555120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmv_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1555250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addr_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1555440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1555570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amax_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1555690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amin_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1555810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_angle_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1555960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1556110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1556260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1556420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1556600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1556740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32 XFAIL [ 93%] 2022-11-23T01:30:33.1556860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1557000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:30:33.1557130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:30:33.1557250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_baddbmm_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1557380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_block_diag_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1557500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bmm_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1557640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_tensors_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1557790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1557940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1558110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T01:30:33.1558240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cartesian_prod_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1558360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdouble_cpu_float32 XFAIL [ 93%] 2022-11-23T01:30:33.1558490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ceil_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1558610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cfloat_cpu_float32 XFAIL [ 93%] 2022-11-23T01:30:33.1558730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chalf_cpu_float32 XFAIL [ 93%] 2022-11-23T01:30:33.1558850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1558980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_solve_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chunk_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_min_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_physical_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1559980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cosh_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cross_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumsum_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_deg2rad_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagflat_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_copy_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1560990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:33.1561120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_scatter_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1561240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_digamma_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1561360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dist_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1561500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_floor_rounding_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1561630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1561760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_trunc_rounding_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1561890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dot_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1562030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1562160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dstack_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1562310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1562460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1562580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erf_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1562690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfc_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1562810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfinv_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1562930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp2_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expm1_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft2_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftn_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftshift_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft2_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1563940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfftn_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft2_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftn_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft2_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fill_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flipud_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1564950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1565070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frac_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1565220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1565370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1565490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gather_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1565640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1565790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1565970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 94%] 2022-11-23T01:30:33.1566110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1566260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1566380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hypot_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1566510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1566630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1566760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_functorch_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:33.1566890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 XFAIL [ 94%] 2022-11-23T01:30:33.1567040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T01:30:33.1567200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:30:33.1567360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:30:33.1567480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ldexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1567620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1567740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lerp_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1567890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cond_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1568020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cross_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1568140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1568270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1568420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32 XFAIL [ 95%] 2022-11-23T01:30:33.1568580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1568740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1568900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1569050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1569180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1569310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1569440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_power_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1569570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1569720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1569900Z 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) [ 95%] 2022-11-23T01:30:33.1570030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1570160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1570290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1570430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1570550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1570680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vander_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1570830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1570960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log2_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1571080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1571220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1571350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1571470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1571600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logdet_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1571760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1571910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1572100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1572250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1572380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1572500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1572620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mH_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1572740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mT_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1572900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T01:30:33.1573030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1573150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1573340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1573460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_mean_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1573590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_median_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:33.1573720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_normalize_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1573840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1573970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1574090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmax_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1574220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_sum_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1574340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matmul_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1574480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1574610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1574730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1574870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1575010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1575130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_minimum_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1575250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mm_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1575380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_movedim_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1575500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_msort_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1575620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mul_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1575770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:33.1575910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1576040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1576200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1576320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nan_to_num_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1576450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1576570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmedian_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1576700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:33.1576820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1576980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:33.1577140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:33.1577290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T01:30:33.1577460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1577610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1577750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1577890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1578040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 96%] 2022-11-23T01:30:33.1578180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1578310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_celu_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1581740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1581890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1582040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1582190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1582340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1582490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1582660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1582820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1582970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1583110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1583250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:33.1583390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:33.1583530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T01:30:33.1583750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1583930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T01:30:33.1584100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T01:30:33.1584260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T01:30:33.1584390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1584570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T01:30:33.1584710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1584850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1585010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1585140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1585290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1585430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1585580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1585720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1585870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1586000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1586140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1586280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1586420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1586550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:33.1586690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:33.1586840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1586970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1587100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1587280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T01:30:33.1587480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T01:30:33.1587630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1587760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_normalize_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1587930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1588070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1588210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1588340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1588480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1588620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1588750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1588890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1589040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_unfold_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1589200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 97%] 2022-11-23T01:30:33.1589320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_fro_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1589440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_inf_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1589560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_cpu_float32 XFAIL [ 97%] 2022-11-23T01:30:33.1589760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 97%] 2022-11-23T01:30:33.1589900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:33.1590030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ormqr_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T01:30:33.1590150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_outer_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1590270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polar_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1590410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1590550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1590670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_positive_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1590790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 XFAIL [ 98%] 2022-11-23T01:30:33.1590910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_qr_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1591070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1591220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1591380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1591500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ravel_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1591620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_real_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1591750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reciprocal_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1591870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1592030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1592170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_interleave_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1592290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1592450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1592580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_conj_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1592700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_neg_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1592820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_roll_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1592940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rot90_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1593060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1593230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_0_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1593360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1593490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1593620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1593800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 98%] 2022-11-23T01:30:33.1593930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1594050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sgn_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1594210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1594380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1594550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1594710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1594880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1595000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinc_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1595130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_with_dtype_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1595250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sort_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1595410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1595570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1595870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-11-23T01:30:33.1596130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-11-23T01:30:33.1596340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1596510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T01:30:33.1596640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i0e_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1596760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:33.1596930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1597190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:30:33.1597360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1597530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1597720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1597890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1598160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:30:33.1598420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:30:33.1598690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:30:33.1598860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1599020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1599150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_list_args_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1599280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1599400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1599530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1599650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_to_size_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1599780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_symeig_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1599900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_t_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1600020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tanh_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1600140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensor_split_cpu_float32 XFAIL [ 99%] 2022-11-23T01:30:33.1600260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_cpu_float32 XFAIL [ 99%] 2022-11-23T01:30:33.1600380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32 XFAIL [ 99%] 2022-11-23T01:30:33.1600500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_topk_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1600620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trace_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1600770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_transpose_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1600900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapezoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapz_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triangular_solve_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triu_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_true_divide_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trunc_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_copy_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1601940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1602100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1602230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsqueeze_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1602350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1602470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1602590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1602710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1602840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_copy_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1602960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1603080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vsplit_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1603200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vstack_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1603320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zero__cpu_float32 PASSED [ 99%] 2022-11-23T01:30:33.1603470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T01:30:33.1603620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [100%] 2022-11-23T01:30:33.1603630Z 2022-11-23T01:30:33.1603720Z =============================== warnings summary =============================== 2022-11-23T01:30:33.1603900Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:30:33.1604220Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:30:33.1604290Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:30:33.1604290Z 2022-11-23T01:30:33.1604470Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:30:33.1604730Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-37ca66fcfc32555e.xml - 2022-11-23T01:30:33.1604840Z = 3453 passed, 988 skipped, 14 deselected, 183 xfailed, 1 warning in 536.48s (0:08:56) = 2022-11-23T01:30:33.1604970Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:30:33.1605000Z 2022-11-23T01:30:33.1606210Z ##[endgroup] 2022-11-23T01:30:33.1606470Z FINISHED PRINTING LOG FILE of functorch/test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_ops_7u_2lwws) 2022-11-23T01:30:33.1606470Z 2022-11-23T01:30:33.1744290Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:30:33.174265] 2022-11-23T01:30:36.9087990Z 2022-11-23T01:30:36.9088320Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T01:30:36.9088950Z ##[group]PRINTING LOG FILE of functorch/test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_ops_1m20a9ur) 2022-11-23T01:30:36.9089470Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-b1c739fa5d732f4a.xml 2022-11-23T01:30:36.9089750Z ============================= test session starts ============================== 2022-11-23T01:30:36.9090210Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:30:36.9090440Z cachedir: .pytest_cache 2022-11-23T01:30:36.9090760Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:30:36.9091100Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:30:36.9091450Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:30:36.9091700Z collecting ... collected 9104 items / 9076 deselected / 28 selected 2022-11-23T01:30:36.9094210Z Running 28 items in this shard: test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_ex_cpu_float32 2022-11-23T01:30:36.9096520Z 2022-11-23T01:30:36.9096650Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:36.9096910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_ex_cpu_float32 PASSED [ 7%] 2022-11-23T01:30:36.9097170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:36.9097420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_ex_cpu_float32 PASSED [ 14%] 2022-11-23T01:30:36.9097690Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:36.9098030Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:36.9098300Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:36.9098560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_ex_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:36.9098820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:36.9099080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:36.9099340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:36.9099600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_ex_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:36.9099870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:36.9100160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float64 PASSED [ 50%] 2022-11-23T01:30:36.9100450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:36.9100750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 57%] 2022-11-23T01:30:36.9101040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32 PASSED [ 60%] 2022-11-23T01:30:36.9101350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:36.9101640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:36.9101920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_ex_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:36.9102190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:36.9102460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 78%] 2022-11-23T01:30:36.9102730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:36.9103040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:36.9103310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:36.9103570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:36.9103840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:36.9104120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-11-23T01:30:36.9104300Z 2022-11-23T01:30:36.9104400Z =============================== warnings summary =============================== 2022-11-23T01:30:36.9104720Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:30:36.9105190Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:30:36.9105480Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:30:36.9105580Z 2022-11-23T01:30:36.9105740Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:30:36.9106140Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-b1c739fa5d732f4a.xml - 2022-11-23T01:30:36.9106450Z ================ 28 passed, 9076 deselected, 1 warning in 1.86s ================ 2022-11-23T01:30:36.9106700Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:30:36.9106890Z 2022-11-23T01:30:36.9107060Z ##[endgroup] 2022-11-23T01:30:36.9107380Z FINISHED PRINTING LOG FILE of functorch/test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_ops_1m20a9ur) 2022-11-23T01:30:36.9107580Z 2022-11-23T01:30:36.9107720Z Running functorch/test_vmap ... [2022-11-23 01:30:36.909723] 2022-11-23T01:30:36.9108140Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'functorch/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:30:36.909988] 2022-11-23T01:31:17.3329630Z 2022-11-23T01:31:17.3330050Z Expand the folded group to see the log file of functorch/test_vmap 2022-11-23T01:31:17.3330600Z ##[group]PRINTING LOG FILE of functorch/test_vmap (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_vmap_no_i6xvx) 2022-11-23T01:31:17.3330910Z 2022-11-23T01:31:17.3330980Z Running tests... 2022-11-23T01:31:17.3331520Z ---------------------------------------------------------------------- 2022-11-23T01:31:17.3331830Z Test results will be stored in test-reports/python-unittest/functorch.test_vmap 2022-11-23T01:31:17.3332690Z test_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_vmap.py:3934: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3333290Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-11-23T01:31:17.3333470Z ok (0.002s) 2022-11-23T01:31:17.3333690Z test_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3334000Z test_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3334280Z test_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3341250Z test_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3341570Z test_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3341900Z test_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3342190Z test_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3342470Z test_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3342970Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3343360Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3343740Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3344130Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3344490Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3344850Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3345400Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3345760Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3346130Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3346480Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3346830Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3347180Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3347520Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3347870Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3348220Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3349230Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3349610Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3349970Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3350330Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3350680Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3351030Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3351480Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3351820Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3352160Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3352500Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3352830Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3353160Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3353500Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3353930Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3354280Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3354620Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3354960Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3355300Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3355640Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3355980Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3356310Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3356650Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3357000Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3357340Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3357680Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3358040Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3358400Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3358740Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3359140Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3359480Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3359810Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3360180Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3360510Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3360840Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3361170Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3361570Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3361910Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3362230Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3362570Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3362840Z test_chunk_vmap_in_dim_0_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3363080Z test_chunk_vmap_in_dim_0_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3363320Z test_chunk_vmap_in_dim_0_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3363540Z test_chunk_vmap_in_dim_1_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3363770Z test_chunk_vmap_in_dim_1_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3363990Z test_chunk_vmap_in_dim_1_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3364220Z test_chunk_vmap_in_dim_2_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3364440Z test_chunk_vmap_in_dim_2_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3364660Z test_chunk_vmap_in_dim_2_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3364910Z test_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3370710Z test_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3371020Z test_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3371300Z test_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3371560Z test_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3371810Z test_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3372080Z test_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3372330Z test_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3372590Z test_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3372950Z test_factory_ops_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3373230Z test_factory_ops_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3373500Z test_factory_ops_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3373770Z test_factory_ops_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3374040Z test_factory_ops_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3374300Z test_factory_ops_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3374580Z test_feature_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3374880Z test_feature_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3375210Z test_feature_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3375490Z test_feature_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3375780Z test_feature_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3376060Z test_feature_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3376330Z test_feature_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3376620Z test_feature_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3376890Z test_feature_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3377180Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3377470Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3377760Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3378040Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3378310Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3378590Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3378870Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3379150Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3379430Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3379700Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3379980Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3380250Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3380520Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3380880Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3381150Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3381430Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3381710Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3381980Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3382220Z test_jacfwd_with_random_cpu (__main__.TestRandomnessCPU) ... ok (0.087s) 2022-11-23T01:31:17.3382470Z test_like_functions_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3382750Z test_like_functions_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3383030Z test_like_functions_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3383380Z test_like_functions_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3383650Z test_like_functions_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3383920Z test_like_functions_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3384190Z test_like_functions_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3384450Z test_like_functions_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3384720Z test_like_functions_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3385020Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3385360Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3385680Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3386000Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3386330Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3386650Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3386980Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3387300Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3387620Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3387940Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3388260Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3388570Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3388970Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3389290Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3389640Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3389940Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3390260Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3390570Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3390920Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3391280Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3391600Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3391920Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3392240Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3392570Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3392890Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3393210Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3393520Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3393830Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3394150Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3394460Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3394780Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3395090Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3395420Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3395730Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3396040Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3396350Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3396800Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3397160Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3397510Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3397860Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3398200Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3398550Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3399740Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_vmap.py:4337: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:31:17.3400470Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-11-23T01:31:17.3400620Z ok (0.003s) 2022-11-23T01:31:17.3400870Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3401210Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3401560Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3401900Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3402240Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3402580Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3402920Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3403250Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3403590Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3403920Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3404260Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3404690Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3405030Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3405370Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3405700Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3406040Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3406370Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3406760Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3407090Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3407420Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3407760Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3408100Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3408450Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3412800Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3413170Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3413520Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3413860Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3414200Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3414540Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3414880Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3415220Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3415550Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3415890Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3416350Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3416690Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3417020Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3417360Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3417690Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3418020Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3418400Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3418730Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3419070Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3419400Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3419730Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3420070Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3420400Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3420730Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T01:31:17.3421050Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T01:31:17.3421370Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-11-23T01:31:17.3421690Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3422000Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3422310Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3422610Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3422910Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3423220Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3423520Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3423870Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3424180Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T01:31:17.3424500Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3424810Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3425110Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3425420Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3425720Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3426060Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3426360Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3426680Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3427000Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3427310Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T01:31:17.3427630Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3427940Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3428250Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3428560Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3428870Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3429180Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3429490Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3429810Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3430120Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3430420Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3430730Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3431040Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3431340Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3431700Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3432010Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T01:31:17.3432300Z test_randperm_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3432570Z test_randperm_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3432840Z test_randperm_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T01:31:17.3433100Z test_randperm_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T01:31:17.3433360Z test_randperm_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3433620Z test_randperm_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-11-23T01:31:17.3433920Z test_unsupported_random_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-11-23T01:31:17.3434190Z test_fails_with_autograd_function_transform_grad_and_value_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T01:31:17.3434470Z test_fails_with_autograd_function_transform_grad_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T01:31:17.3434750Z test_fails_with_autograd_function_transform_jacfwd_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T01:31:17.3435030Z test_fails_with_autograd_function_transform_jacrev_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T01:31:17.3435300Z test_fails_with_autograd_function_transform_jvp_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T01:31:17.3435580Z test_fails_with_autograd_function_transform_vjp_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T01:31:17.3435850Z test_fails_with_autograd_function_transform_vmap_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T01:31:17.3436090Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T01:31:17.3436380Z 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-11-23T01:31:17.3436680Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3436920Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.011s) 2022-11-23T01:31:17.3437120Z test_constant_function (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3437340Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T01:31:17.3437570Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3438490Z test_fallback_atan2 (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3439020Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3439170Z ok (0.024s) 2022-11-23T01:31:17.3439340Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3439560Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: (0.000s) 2022-11-23T01:31:17.3439780Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T01:31:17.3440020Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.001s) 2022-11-23T01:31:17.3440360Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3441140Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3441660Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3441810Z ok (0.013s) 2022-11-23T01:31:17.3441970Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3442170Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T01:31:17.3442370Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3442600Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.001s) 2022-11-23T01:31:17.3442910Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3443130Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3443910Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3444420Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3444570Z expected failure (0.004s) 2022-11-23T01:31:17.3444760Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.020s) 2022-11-23T01:31:17.3444980Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.009s) 2022-11-23T01:31:17.3445210Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3445420Z test_item_throws (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T01:31:17.3445620Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3445820Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3446020Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3446210Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3446410Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3446620Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3446820Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3447030Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T01:31:17.3447240Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3447450Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3447650Z test_nn_module (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3447850Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3448060Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3448260Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3448450Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3452060Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T01:31:17.3452290Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3452620Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3452840Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T01:31:17.3453060Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3453270Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3453490Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3453700Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3453900Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3454100Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3454320Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3454530Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3454730Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3455000Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:31:17.3455190Z test_single_input (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T01:31:17.3455390Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T01:31:17.3455630Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.000s) 2022-11-23T01:31:17.3455890Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:31:17.3456120Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T01:31:17.3456350Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3456580Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3456800Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T01:31:17.3457020Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3457240Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3457470Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T01:31:17.3457700Z test_inplace_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3457930Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3458150Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3458360Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3458590Z test_log_softmax_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3458810Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3459030Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3459250Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3459460Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3459670Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T01:31:17.3459890Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3460110Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3460330Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3460550Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3460770Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3460990Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3461200Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T01:31:17.3461820Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/test_vmap.py:3032: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:31:17.3462270Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T01:31:17.3462500Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:31:17.3462640Z should be replaced with 2022-11-23T01:31:17.3462850Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:31:17.3463000Z and 2022-11-23T01:31:17.3463130Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:31:17.3463280Z should be replaced with 2022-11-23T01:31:17.3463610Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2909.) 2022-11-23T01:31:17.3463880Z return torch.symeig(x, eigenvectors=True)[0] 2022-11-23T01:31:17.3464030Z ok (0.002s) 2022-11-23T01:31:17.3464270Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3464500Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3464730Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3464980Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:31:17.3465240Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3465490Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-11-23T01:31:17.3465730Z test_where_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T01:31:17.3465930Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3466130Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3466340Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3466550Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3466760Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3466970Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3467180Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3467390Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3467590Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3467800Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3468010Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3468210Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3468420Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3468620Z test_as_strided (__main__.TestVmapOperators) ... ok (0.029s) 2022-11-23T01:31:17.3468820Z test_bmm (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T01:31:17.3469010Z test_cat (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3469190Z test_chunk (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T01:31:17.3469410Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3469660Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3469900Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3470150Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3470510Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3470770Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3471020Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3471260Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3471500Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3471740Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3471980Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3472220Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3472460Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3472700Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3473040Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3473280Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3473520Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3473760Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3473970Z test_clamp (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:31:17.3474180Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3474410Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3474630Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3474850Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3475050Z test_clone (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T01:31:17.3475250Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T01:31:17.3475440Z test_conj (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3475630Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3475830Z test_contiguous (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3476020Z test_conv2d (__main__.TestVmapOperators) ... ok (0.097s) 2022-11-23T01:31:17.3476210Z test_copy_ (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T01:31:17.3476410Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3476610Z test_diagonal (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3476800Z test_dot (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T01:31:17.3476990Z test_expand_as (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3477200Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T01:31:17.3477400Z test_imag (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3477590Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3477780Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T01:31:17.3477990Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3478190Z test_mean (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3478380Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3478560Z test_mm (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T01:31:17.3478750Z test_mode_key (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3478940Z test_movedim (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T01:31:17.3479220Z test_mv (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T01:31:17.3483660Z test_narrow (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3483870Z test_new_empty (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3484070Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:31:17.3484270Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3484460Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3484660Z test_one_hot (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3484840Z test_real (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3485030Z test_repeat (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3485220Z test_reshape (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3485420Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3485620Z test_result_type (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3486030Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3486220Z test_select (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3486430Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3486620Z test_slice (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3486810Z test_slogdet (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3486990Z test_split (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T01:31:17.3487180Z test_squeeze (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T01:31:17.3487360Z test_stack (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3487550Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3487730Z test_sum (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3487920Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3488100Z test_t (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3488290Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.044s) 2022-11-23T01:31:17.3488480Z test_to (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3488660Z test_trace (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3488850Z test_transpose (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3489050Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3489260Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3489480Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3489690Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3489900Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3490110Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3490320Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3490530Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3490750Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3490960Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3491170Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3491380Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3491600Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3491810Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3492020Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3492300Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3492520Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3492730Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3492950Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3493170Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3493380Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3493590Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3493800Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3494010Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3494220Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3494430Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3494730Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3494940Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3495150Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3495360Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3495550Z test_unbind (__main__.TestVmapOperators) ... ok (0.051s) 2022-11-23T01:31:17.3495740Z test_unfold (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:31:17.3495930Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3496130Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3496320Z test_view (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T01:31:17.3496500Z test_view_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T01:31:17.3496700Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.055s) 2022-11-23T01:31:17.3496910Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:31:17.3497130Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.001s) 2022-11-23T01:31:17.3497350Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T01:31:17.3497570Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:31:17.3497790Z test_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T01:31:17.3498080Z test_batch_norm_training_False_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3498390Z test_batch_norm_training_False_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3498700Z test_batch_norm_training_False_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3499000Z test_batch_norm_training_False_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3499300Z test_batch_norm_training_True_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3499600Z test_batch_norm_training_True_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3499900Z test_batch_norm_training_True_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3500200Z test_batch_norm_training_True_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3500470Z test_conv_double_backward_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T01:31:17.3500800Z test_fill__Tensor_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3501030Z test_flatten_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3501260Z test_foo_like_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3501480Z test_group_norm_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3501710Z test_index_put_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3501940Z test_inplace_on_view_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3502160Z test_isinf_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3502380Z test_isnan_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3503310Z test_linalg_eigh_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3503950Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3504600Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3505000Z return op(*args, **kwargs) 2022-11-23T01:31:17.3505130Z ok (0.007s) 2022-11-23T01:31:17.3505300Z test_linalg_svd_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.150s) 2022-11-23T01:31:17.3505540Z test_namedtuple_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3505790Z test_nested_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3506050Z test_op_has_batch_rule_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3506300Z test_op_has_batch_rule_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3506570Z test_op_has_batch_rule___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:31:17.3506850Z test_op_has_batch_rule___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T01:31:17.3507120Z test_op_has_batch_rule___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3507380Z test_op_has_batch_rule___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3507640Z test_op_has_batch_rule___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3507900Z test_op_has_batch_rule___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3508150Z test_op_has_batch_rule___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3508810Z test_op_has_batch_rule___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:31:17.3509280Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:31:17.3509450Z expected failure (0.006s) 2022-11-23T01:31:17.3509650Z test_op_has_batch_rule___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3510070Z test_op_has_batch_rule__softmax_backward_data_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3510390Z test_op_has_batch_rule_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3510650Z test_op_has_batch_rule_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3510900Z test_op_has_batch_rule_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3511160Z test_op_has_batch_rule_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T01:31:17.3511410Z test_op_has_batch_rule_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3511680Z test_op_has_batch_rule_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3511940Z test_op_has_batch_rule_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3512190Z test_op_has_batch_rule_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3512620Z test_op_has_batch_rule_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3512890Z test_op_has_batch_rule_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3513140Z test_op_has_batch_rule_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3513410Z test_op_has_batch_rule_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3513690Z test_op_has_batch_rule_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3518250Z test_op_has_batch_rule_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-11-23T01:31:17.3518570Z test_op_has_batch_rule_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-11-23T01:31:17.3519540Z test_op_has_batch_rule_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:31:17.3520170Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3520330Z ok (0.054s) 2022-11-23T01:31:17.3520520Z test_op_has_batch_rule_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3520790Z test_op_has_batch_rule_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3521060Z test_op_has_batch_rule_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3521330Z test_op_has_batch_rule_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3521580Z test_op_has_batch_rule_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3521840Z test_op_has_batch_rule_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T01:31:17.3522110Z test_op_has_batch_rule_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3522430Z test_op_has_batch_rule_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3522720Z test_op_has_batch_rule_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:31:17.3523170Z test_op_has_batch_rule_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3523430Z test_op_has_batch_rule_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3523680Z test_op_has_batch_rule_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3523930Z test_op_has_batch_rule_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3524180Z test_op_has_batch_rule_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3524440Z test_op_has_batch_rule_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T01:31:17.3524700Z test_op_has_batch_rule_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T01:31:17.3524950Z test_op_has_batch_rule_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T01:31:17.3525210Z test_op_has_batch_rule_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3525590Z test_op_has_batch_rule_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:31:17.3525870Z test_op_has_batch_rule_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3526160Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3526430Z test_op_has_batch_rule_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3526690Z test_op_has_batch_rule_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3526960Z test_op_has_batch_rule_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3527240Z test_op_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3527540Z test_op_has_batch_rule_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3527830Z test_op_has_batch_rule_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3528110Z test_op_has_batch_rule_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3528380Z test_op_has_batch_rule_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3528660Z test_op_has_batch_rule_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3528940Z test_op_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3529230Z test_op_has_batch_rule_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3529490Z test_op_has_batch_rule_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.249s) 2022-11-23T01:31:17.3529740Z test_op_has_batch_rule_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.245s) 2022-11-23T01:31:17.3530010Z test_op_has_batch_rule_cdouble_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3530280Z test_op_has_batch_rule_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3530540Z test_op_has_batch_rule_cfloat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3531320Z test_op_has_batch_rule_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:31:17.3531790Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T01:31:17.3531950Z expected failure (0.005s) 2022-11-23T01:31:17.3532160Z test_op_has_batch_rule_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3532460Z test_op_has_batch_rule_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3533030Z test_op_has_batch_rule_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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-11-23T01:31:17.3533370Z L = torch.cholesky(A) 2022-11-23T01:31:17.3533510Z should be replaced with 2022-11-23T01:31:17.3533650Z L = torch.linalg.cholesky(A) 2022-11-23T01:31:17.3533870Z and 2022-11-23T01:31:17.3533990Z U = torch.cholesky(A, upper=True) 2022-11-23T01:31:17.3534130Z should be replaced with 2022-11-23T01:31:17.3534270Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T01:31:17.3534580Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:1729.) 2022-11-23T01:31:17.3534910Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3535070Z ok (0.010s) 2022-11-23T01:31:17.3535270Z test_op_has_batch_rule_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3535540Z test_op_has_batch_rule_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3535800Z test_op_has_batch_rule_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3536060Z test_op_has_batch_rule_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3536330Z test_op_has_batch_rule_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3536620Z test_op_has_batch_rule_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3536880Z test_op_has_batch_rule_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3537150Z test_op_has_batch_rule_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3537430Z test_op_has_batch_rule_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3537700Z test_op_has_batch_rule_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.032s) 2022-11-23T01:31:17.3537970Z test_op_has_batch_rule_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3538240Z test_op_has_batch_rule_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3538510Z test_op_has_batch_rule_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T01:31:17.3538780Z test_op_has_batch_rule_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3539060Z test_op_has_batch_rule_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3539330Z test_op_has_batch_rule_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3539590Z test_op_has_batch_rule_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3539840Z test_op_has_batch_rule_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3540180Z test_op_has_batch_rule_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3540450Z test_op_has_batch_rule_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-11-23T01:31:17.3540720Z test_op_has_batch_rule_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3540980Z test_op_has_batch_rule_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3541240Z test_op_has_batch_rule_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3541490Z test_op_has_batch_rule_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3541750Z test_op_has_batch_rule_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3542020Z test_op_has_batch_rule_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3542290Z test_op_has_batch_rule_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3542610Z test_op_has_batch_rule_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3542870Z test_op_has_batch_rule_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T01:31:17.3543140Z test_op_has_batch_rule_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3543420Z test_op_has_batch_rule_diagonal_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-11-23T01:31:17.3543680Z test_op_has_batch_rule_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T01:31:17.3543950Z test_op_has_batch_rule_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.3544210Z test_op_has_batch_rule_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.089s) 2022-11-23T01:31:17.3544460Z test_op_has_batch_rule_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3544720Z test_op_has_batch_rule_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-11-23T01:31:17.3544980Z test_op_has_batch_rule_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T01:31:17.3545250Z test_op_has_batch_rule_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3545530Z test_op_has_batch_rule_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3545790Z test_op_has_batch_rule_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3546050Z test_op_has_batch_rule_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3546340Z test_op_has_batch_rule_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3546620Z test_op_has_batch_rule_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3546880Z test_op_has_batch_rule_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T01:31:17.3547130Z test_op_has_batch_rule_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3547400Z test_op_has_batch_rule_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3547670Z test_op_has_batch_rule_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3547920Z test_op_has_batch_rule_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3548190Z test_op_has_batch_rule_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3548560Z test_op_has_batch_rule_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3548930Z test_op_has_batch_rule_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3549190Z test_op_has_batch_rule_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3549440Z test_op_has_batch_rule_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3549690Z test_op_has_batch_rule_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3549950Z test_op_has_batch_rule_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3550210Z test_op_has_batch_rule_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3550460Z test_op_has_batch_rule_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3550730Z test_op_has_batch_rule_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3551140Z test_op_has_batch_rule_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3551390Z test_op_has_batch_rule_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3551650Z test_op_has_batch_rule_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3551910Z test_op_has_batch_rule_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3552170Z test_op_has_batch_rule_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3556870Z test_op_has_batch_rule_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3557130Z test_op_has_batch_rule_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3557390Z test_op_has_batch_rule_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3557650Z test_op_has_batch_rule_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3557900Z test_op_has_batch_rule_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3558200Z test_op_has_batch_rule_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3558470Z test_op_has_batch_rule_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3558740Z test_op_has_batch_rule_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3559010Z test_op_has_batch_rule_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3559280Z test_op_has_batch_rule_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3559540Z test_op_has_batch_rule_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3559800Z test_op_has_batch_rule_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3560060Z test_op_has_batch_rule_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3560320Z test_op_has_batch_rule_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3560570Z test_op_has_batch_rule_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3560820Z test_op_has_batch_rule_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3561080Z test_op_has_batch_rule_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3561500Z test_op_has_batch_rule_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3561760Z test_op_has_batch_rule_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3562020Z test_op_has_batch_rule_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3562280Z test_op_has_batch_rule_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3562570Z test_op_has_batch_rule_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3562850Z test_op_has_batch_rule_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3563110Z test_op_has_batch_rule_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3563370Z test_op_has_batch_rule_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3563620Z test_op_has_batch_rule_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3563970Z test_op_has_batch_rule_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3564220Z test_op_has_batch_rule_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3564460Z test_op_has_batch_rule_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3564710Z test_op_has_batch_rule_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3564980Z test_op_has_batch_rule_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3565250Z test_op_has_batch_rule_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3565510Z test_op_has_batch_rule_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.145s) 2022-11-23T01:31:17.3565760Z test_op_has_batch_rule_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3566020Z test_op_has_batch_rule_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T01:31:17.3566270Z test_op_has_batch_rule_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.142s) 2022-11-23T01:31:17.3566540Z test_op_has_batch_rule_grid_sampler_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3566800Z test_op_has_batch_rule_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3567070Z test_op_has_batch_rule_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3567360Z test_op_has_batch_rule_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3567630Z test_op_has_batch_rule_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3567910Z test_op_has_batch_rule_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3568190Z test_op_has_batch_rule_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3568470Z test_op_has_batch_rule_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3568740Z test_op_has_batch_rule_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3569000Z test_op_has_batch_rule_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T01:31:17.3569250Z test_op_has_batch_rule_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3569500Z test_op_has_batch_rule_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3569860Z test_op_has_batch_rule_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T01:31:17.3570130Z test_op_has_batch_rule_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T01:31:17.3570390Z test_op_has_batch_rule_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3570650Z test_op_has_batch_rule_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3570930Z test_op_has_batch_rule_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3571210Z test_op_has_batch_rule_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:31:17.3571490Z test_op_has_batch_rule_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.109s) 2022-11-23T01:31:17.3572210Z test_op_has_batch_rule_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:29: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1070.) 2022-11-23T01:31:17.3572790Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3572960Z expected failure (0.005s) 2022-11-23T01:31:17.3573170Z test_op_has_batch_rule_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3573430Z test_op_has_batch_rule_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3573700Z test_op_has_batch_rule_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3573980Z test_op_has_batch_rule_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3574270Z test_op_has_batch_rule_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-11-23T01:31:17.3574540Z test_op_has_batch_rule_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3574810Z test_op_has_batch_rule_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3575070Z test_op_has_batch_rule_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3575320Z test_op_has_batch_rule_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3575580Z test_op_has_batch_rule_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3575840Z test_op_has_batch_rule_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3576090Z test_op_has_batch_rule_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3576390Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:17.3576710Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:17.3577030Z test_op_has_batch_rule_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:17.3577350Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:17.3577650Z test_op_has_batch_rule_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:17.3577930Z test_op_has_batch_rule_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3578180Z test_op_has_batch_rule_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T01:31:17.3578510Z test_op_has_batch_rule_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3578770Z test_op_has_batch_rule_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3579030Z test_op_has_batch_rule_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3579280Z test_op_has_batch_rule_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3579540Z test_op_has_batch_rule_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3579820Z test_op_has_batch_rule_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3580080Z test_op_has_batch_rule_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3580350Z test_op_has_batch_rule_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-11-23T01:31:17.3580610Z test_op_has_batch_rule_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3580930Z test_op_has_batch_rule_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T01:31:17.3581190Z test_op_has_batch_rule_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3581470Z test_op_has_batch_rule_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3581740Z test_op_has_batch_rule_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3582010Z test_op_has_batch_rule_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3582290Z test_op_has_batch_rule_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.3582570Z test_op_has_batch_rule_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3582830Z test_op_has_batch_rule_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3583110Z test_op_has_batch_rule_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3583400Z test_op_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3583680Z test_op_has_batch_rule_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3583950Z test_op_has_batch_rule_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.093s) 2022-11-23T01:31:17.3584230Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-11-23T01:31:17.3584510Z test_op_has_batch_rule_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3584800Z test_op_has_batch_rule_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3585080Z test_op_has_batch_rule_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3585350Z test_op_has_batch_rule_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.184s) 2022-11-23T01:31:17.3585620Z test_op_has_batch_rule_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T01:31:17.3585890Z test_op_has_batch_rule_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T01:31:17.3586170Z test_op_has_batch_rule_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T01:31:17.3586550Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3586840Z test_op_has_batch_rule_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3587110Z test_op_has_batch_rule_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T01:31:17.3587390Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T01:31:17.3587670Z test_op_has_batch_rule_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3587940Z test_op_has_batch_rule_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3588270Z 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.003s) 2022-11-23T01:31:17.3588580Z test_op_has_batch_rule_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T01:31:17.3588980Z test_op_has_batch_rule_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3589240Z test_op_has_batch_rule_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3589510Z test_op_has_batch_rule_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T01:31:17.3589780Z test_op_has_batch_rule_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.117s) 2022-11-23T01:31:17.3590050Z test_op_has_batch_rule_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.159s) 2022-11-23T01:31:17.3590310Z test_op_has_batch_rule_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.3594660Z test_op_has_batch_rule_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3595050Z test_op_has_batch_rule_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3595350Z test_op_has_batch_rule_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3595640Z test_op_has_batch_rule_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3595950Z test_op_has_batch_rule_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-11-23T01:31:17.3596220Z test_op_has_batch_rule_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3596490Z test_op_has_batch_rule_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3596740Z test_op_has_batch_rule_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3597000Z test_op_has_batch_rule_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3597250Z test_op_has_batch_rule_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3597510Z test_op_has_batch_rule_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3597780Z test_op_has_batch_rule_log_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3598050Z test_op_has_batch_rule_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3598320Z test_op_has_batch_rule_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3598580Z test_op_has_batch_rule_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3598840Z test_op_has_batch_rule_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3599220Z test_op_has_batch_rule_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3599490Z test_op_has_batch_rule_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3599750Z test_op_has_batch_rule_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3600010Z test_op_has_batch_rule_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3600270Z test_op_has_batch_rule_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3600540Z test_op_has_batch_rule_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3600810Z test_op_has_batch_rule_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T01:31:17.3601080Z test_op_has_batch_rule_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3601360Z test_op_has_batch_rule_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3601690Z test_op_has_batch_rule_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3602370Z test_op_has_batch_rule_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:1727: 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-11-23T01:31:17.3602770Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T01:31:17.3602920Z should be replaced with 2022-11-23T01:31:17.3603090Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T01:31:17.3603230Z and 2022-11-23T01:31:17.3603380Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T01:31:17.3603540Z should be replaced with 2022-11-23T01:31:17.3603810Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2028.) 2022-11-23T01:31:17.3604110Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T01:31:17.3604270Z ok (0.027s) 2022-11-23T01:31:17.3604710Z test_op_has_batch_rule_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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-11-23T01:31:17.3605080Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T01:31:17.3605250Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T01:31:17.3605390Z should be replaced with 2022-11-23T01:31:17.3605650Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2182.) 2022-11-23T01:31:17.3605920Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3606090Z expected failure (0.005s) 2022-11-23T01:31:17.3606310Z test_op_has_batch_rule_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3606580Z test_op_has_batch_rule_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3606830Z test_op_has_batch_rule_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3607090Z test_op_has_batch_rule_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T01:31:17.3607350Z test_op_has_batch_rule_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-11-23T01:31:17.3607620Z test_op_has_batch_rule_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T01:31:17.3607970Z test_op_has_batch_rule_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T01:31:17.3608250Z test_op_has_batch_rule_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3608520Z test_op_has_batch_rule_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3608790Z test_op_has_batch_rule_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.048s) 2022-11-23T01:31:17.3609090Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3609370Z test_op_has_batch_rule_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3609650Z test_op_has_batch_rule_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3609920Z test_op_has_batch_rule_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-11-23T01:31:17.3610240Z test_op_has_batch_rule_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-11-23T01:31:17.3610510Z test_op_has_batch_rule_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3610770Z test_op_has_batch_rule_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.267s) 2022-11-23T01:31:17.3611030Z test_op_has_batch_rule_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T01:31:17.3611300Z test_op_has_batch_rule_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T01:31:17.3611580Z test_op_has_batch_rule_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3611870Z test_op_has_batch_rule_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-11-23T01:31:17.3612150Z test_op_has_batch_rule_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3612410Z test_op_has_batch_rule_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3612670Z test_op_has_batch_rule_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.186s) 2022-11-23T01:31:17.3612930Z test_op_has_batch_rule_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-11-23T01:31:17.3613180Z test_op_has_batch_rule_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.184s) 2022-11-23T01:31:17.3613440Z test_op_has_batch_rule_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T01:31:17.3613710Z test_op_has_batch_rule_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3613980Z test_op_has_batch_rule_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3614270Z test_op_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (1.133s) 2022-11-23T01:31:17.3614560Z test_op_has_batch_rule_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3614830Z test_op_has_batch_rule_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3615100Z test_op_has_batch_rule_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3615350Z test_op_has_batch_rule_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T01:31:17.3615600Z test_op_has_batch_rule_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3615870Z test_op_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T01:31:17.3616240Z test_op_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T01:31:17.3616520Z test_op_has_batch_rule_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3616790Z test_op_has_batch_rule_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3617060Z test_op_has_batch_rule_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3617330Z test_op_has_batch_rule_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3617580Z test_op_has_batch_rule_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3617830Z test_op_has_batch_rule_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3618080Z test_op_has_batch_rule_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-11-23T01:31:17.3618340Z test_op_has_batch_rule_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3618680Z test_op_has_batch_rule_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-11-23T01:31:17.3618950Z test_op_has_batch_rule_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.200s) 2022-11-23T01:31:17.3619220Z test_op_has_batch_rule_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3619480Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.3619760Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3620030Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3620300Z test_op_has_batch_rule_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3620580Z test_op_has_batch_rule_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3620850Z test_op_has_batch_rule_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3621120Z test_op_has_batch_rule_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3621400Z test_op_has_batch_rule_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3621670Z test_op_has_batch_rule_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-11-23T01:31:17.3621940Z test_op_has_batch_rule_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.071s) 2022-11-23T01:31:17.3622220Z test_op_has_batch_rule_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:31:17.3622530Z test_op_has_batch_rule_native_dropout_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3622820Z test_op_has_batch_rule_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-11-23T01:31:17.3623080Z test_op_has_batch_rule_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3623330Z test_op_has_batch_rule_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3623580Z test_op_has_batch_rule_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3623860Z test_op_has_batch_rule_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3624140Z test_op_has_batch_rule_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3624520Z test_op_has_batch_rule_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3624790Z test_op_has_batch_rule_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3625050Z test_op_has_batch_rule_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3625350Z test_op_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3625660Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3625950Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3626250Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3626540Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3626970Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3627270Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3627570Z test_op_has_batch_rule_nn_functional_alpha_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:31:17.3627890Z test_op_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T01:31:17.3632390Z test_op_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-11-23T01:31:17.3632670Z test_op_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.077s) 2022-11-23T01:31:17.3632960Z test_op_has_batch_rule_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.093s) 2022-11-23T01:31:17.3633250Z test_op_has_batch_rule_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3633580Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3633890Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T01:31:17.3634180Z test_op_has_batch_rule_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3634460Z test_op_has_batch_rule_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.074s) 2022-11-23T01:31:17.3635300Z test_op_has_batch_rule_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Convolution.cpp:996.) 2022-11-23T01:31:17.3635780Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3635940Z ok (0.256s) 2022-11-23T01:31:17.3636150Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3636460Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3636770Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3637250Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3637580Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3637880Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3638200Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3638510Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3638830Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3639140Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3639430Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T01:31:17.3639860Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-11-23T01:31:17.3640140Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.127s) 2022-11-23T01:31:17.3640430Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3640730Z test_op_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3641020Z test_op_has_batch_rule_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T01:31:17.3641310Z test_op_has_batch_rule_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3642290Z test_op_has_batch_rule_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:31:17.3642990Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:31:17.3643190Z expected failure (0.014s) 2022-11-23T01:31:17.3643420Z test_op_has_batch_rule_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:31:17.3643720Z test_op_has_batch_rule_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:31:17.3644010Z test_op_has_batch_rule_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3644300Z test_op_has_batch_rule_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3644610Z test_op_has_batch_rule_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.043s) 2022-11-23T01:31:17.3644900Z test_op_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3645230Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3645630Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T01:31:17.3645960Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3646270Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3646580Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.037s) 2022-11-23T01:31:17.3646870Z test_op_has_batch_rule_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.3647140Z test_op_has_batch_rule_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3647420Z test_op_has_batch_rule_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T01:31:17.3647790Z test_op_has_batch_rule_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T01:31:17.3648070Z test_op_has_batch_rule_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3648350Z test_op_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3648640Z test_op_has_batch_rule_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3648980Z test_op_has_batch_rule_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3649270Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3649570Z test_op_has_batch_rule_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-11-23T01:31:17.3649870Z test_op_has_batch_rule_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3650160Z test_op_has_batch_rule_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3650450Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3650750Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3651040Z test_op_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3651340Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3651630Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3651930Z test_op_has_batch_rule_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3652630Z test_op_has_batch_rule_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:31:17.3653080Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.3653210Z ok (0.020s) 2022-11-23T01:31:17.3653410Z test_op_has_batch_rule_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T01:31:17.3653740Z test_op_has_batch_rule_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3654020Z test_op_has_batch_rule_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T01:31:17.3654310Z test_op_has_batch_rule_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3654590Z test_op_has_batch_rule_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3654890Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3655200Z test_op_has_batch_rule_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.141s) 2022-11-23T01:31:17.3655490Z test_op_has_batch_rule_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (1.110s) 2022-11-23T01:31:17.3655780Z test_op_has_batch_rule_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.033s) 2022-11-23T01:31:17.3656160Z test_op_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3656470Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3656770Z test_op_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3657070Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3657380Z test_op_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3657680Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3657970Z test_op_has_batch_rule_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3658250Z test_op_has_batch_rule_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3658530Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3658830Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3659150Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3659460Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3659750Z test_op_has_batch_rule_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-11-23T01:31:17.3660030Z test_op_has_batch_rule_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3660320Z test_op_has_batch_rule_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3660600Z test_op_has_batch_rule_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T01:31:17.3660880Z test_op_has_batch_rule_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3661170Z test_op_has_batch_rule_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3661550Z test_op_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3661880Z test_op_has_batch_rule_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3662170Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3662460Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3662740Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.101s) 2022-11-23T01:31:17.3663020Z test_op_has_batch_rule_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T01:31:17.3663300Z test_op_has_batch_rule_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3663570Z test_op_has_batch_rule_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3663860Z test_op_has_batch_rule_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3664220Z test_op_has_batch_rule_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3664490Z test_op_has_batch_rule_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3664630Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3664780Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:31:17.3664920Z test_op_has_batch_rule_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3665060Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3665190Z test_op_has_batch_rule_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3665330Z test_op_has_batch_rule_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3665460Z test_op_has_batch_rule_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3665590Z test_op_has_batch_rule_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3665720Z test_op_has_batch_rule_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3665880Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.116s) 2022-11-23T01:31:17.3666030Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.174s) 2022-11-23T01:31:17.3666170Z test_op_has_batch_rule_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.372s) 2022-11-23T01:31:17.3666650Z test_op_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:31:17.3666800Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:31:17.3666840Z ok (0.005s) 2022-11-23T01:31:17.3667340Z test_op_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:31:17.3667480Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:31:17.3667530Z ok (0.008s) 2022-11-23T01:31:17.3667670Z test_op_has_batch_rule_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3667790Z test_op_has_batch_rule_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T01:31:17.3667910Z test_op_has_batch_rule_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3668030Z test_op_has_batch_rule_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3668150Z test_op_has_batch_rule_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3668280Z test_op_has_batch_rule_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:31:17.3668470Z test_op_has_batch_rule_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:31:17.3668600Z test_op_has_batch_rule_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3668730Z test_op_has_batch_rule_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3668890Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3669020Z test_op_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.677s) 2022-11-23T01:31:17.3669160Z test_op_has_batch_rule_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.043s) 2022-11-23T01:31:17.3669280Z test_op_has_batch_rule_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3669420Z test_op_has_batch_rule_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:31:17.3669540Z test_op_has_batch_rule_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3669660Z test_op_has_batch_rule_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3669780Z test_op_has_batch_rule_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3669920Z test_op_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3674390Z test_op_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3674610Z test_op_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3674750Z test_op_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3674880Z test_op_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3675000Z test_op_has_batch_rule_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3675120Z test_op_has_batch_rule_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3675240Z test_op_has_batch_rule_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T01:31:17.3675370Z test_op_has_batch_rule_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3675900Z test_op_has_batch_rule_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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-11-23T01:31:17.3676070Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:31:17.3676130Z Q, R = torch.qr(A, some) 2022-11-23T01:31:17.3676190Z should be replaced with 2022-11-23T01:31:17.3676440Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2458.) 2022-11-23T01:31:17.3676540Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3676590Z ok (0.025s) 2022-11-23T01:31:17.3676720Z test_op_has_batch_rule_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3676850Z test_op_has_batch_rule_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3676990Z test_op_has_batch_rule_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3677130Z test_op_has_batch_rule_randint_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.002s) 2022-11-23T01:31:17.3677330Z test_op_has_batch_rule_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3677480Z test_op_has_batch_rule_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.002s) 2022-11-23T01:31:17.3677620Z test_op_has_batch_rule_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3677750Z test_op_has_batch_rule_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3677870Z test_op_has_batch_rule_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3678000Z test_op_has_batch_rule_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3678120Z test_op_has_batch_rule_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3678260Z test_op_has_batch_rule_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:31:17.3678390Z test_op_has_batch_rule_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T01:31:17.3678520Z test_op_has_batch_rule_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3678650Z test_op_has_batch_rule_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3678770Z test_op_has_batch_rule_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3678910Z test_op_has_batch_rule_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3679040Z test_op_has_batch_rule_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3679170Z test_op_has_batch_rule_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3679310Z test_op_has_batch_rule_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3679420Z test_op_has_batch_rule_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T01:31:17.3679550Z test_op_has_batch_rule_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T01:31:17.3679670Z test_op_has_batch_rule_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3679800Z test_op_has_batch_rule_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3679930Z test_op_has_batch_rule_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3680120Z test_op_has_batch_rule_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3680240Z test_op_has_batch_rule_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3680360Z test_op_has_batch_rule_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3680510Z test_op_has_batch_rule_scalar_tensor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3680630Z test_op_has_batch_rule_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.245s) 2022-11-23T01:31:17.3680750Z test_op_has_batch_rule_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.274s) 2022-11-23T01:31:17.3681240Z test_op_has_batch_rule_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:29: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:31:17.3681380Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3681440Z expected failure (0.005s) 2022-11-23T01:31:17.3681590Z test_op_has_batch_rule_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3681730Z test_op_has_batch_rule_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3681880Z test_op_has_batch_rule_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3682020Z test_op_has_batch_rule_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3682710Z test_op_has_batch_rule_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-11-23T01:31:17.3682810Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3683380Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-11-23T01:31:17.3683490Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3684090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BucketizationUtils.h:47.) 2022-11-23T01:31:17.3684180Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3684220Z ok (0.183s) 2022-11-23T01:31:17.3684370Z test_op_has_batch_rule_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3684600Z test_op_has_batch_rule_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3684730Z test_op_has_batch_rule_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3684870Z test_op_has_batch_rule_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3684990Z test_op_has_batch_rule_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3685120Z test_op_has_batch_rule_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3685270Z test_op_has_batch_rule_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3685630Z test_op_has_batch_rule_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T01:31:17.3685750Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:31:17.3685890Z ok (0.007s) 2022-11-23T01:31:17.3686020Z test_op_has_batch_rule_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3686160Z test_op_has_batch_rule_signal_windows_cosine_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3686310Z test_op_has_batch_rule_signal_windows_exponential_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3686450Z test_op_has_batch_rule_signal_windows_gaussian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3686600Z test_op_has_batch_rule_signal_windows_kaiser_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3686720Z test_op_has_batch_rule_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3686840Z test_op_has_batch_rule_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3686950Z test_op_has_batch_rule_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3687070Z test_op_has_batch_rule_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3687190Z test_op_has_batch_rule_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3687320Z test_op_has_batch_rule_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3687440Z test_op_has_batch_rule_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3687570Z test_op_has_batch_rule_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3687690Z test_op_has_batch_rule_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T01:31:17.3687860Z test_op_has_batch_rule_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T01:31:17.3688000Z test_op_has_batch_rule_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3688140Z test_op_has_batch_rule_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3688280Z test_op_has_batch_rule_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3688410Z test_op_has_batch_rule_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3688550Z test_op_has_batch_rule_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3688760Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3688910Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3689170Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:17.3689430Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:17.3689550Z test_op_has_batch_rule_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3689680Z test_op_has_batch_rule_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3689840Z test_op_has_batch_rule_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3690030Z test_op_has_batch_rule_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3690160Z test_op_has_batch_rule_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3690290Z test_op_has_batch_rule_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3690410Z test_op_has_batch_rule_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3690560Z test_op_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3690820Z test_op_has_batch_rule_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:17.3690960Z test_op_has_batch_rule_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3691110Z test_op_has_batch_rule_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3691260Z test_op_has_batch_rule_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3691400Z test_op_has_batch_rule_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3691540Z test_op_has_batch_rule_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3691670Z test_op_has_batch_rule_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3691800Z test_op_has_batch_rule_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3691950Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3692100Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3692250Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3692510Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:17.3692770Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:17.3693100Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:17.3693370Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:17.3693520Z test_op_has_batch_rule_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3693650Z test_op_has_batch_rule_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3693780Z test_op_has_batch_rule_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3693900Z test_op_has_batch_rule_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3694030Z test_op_has_batch_rule_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3694220Z test_op_has_batch_rule_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3694340Z test_op_has_batch_rule_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3694460Z test_op_has_batch_rule_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3694580Z test_op_has_batch_rule_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3694690Z test_op_has_batch_rule_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3694810Z test_op_has_batch_rule_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3694930Z test_op_has_batch_rule_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3695070Z test_op_has_batch_rule_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3695180Z test_op_has_batch_rule_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3695300Z test_op_has_batch_rule_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3695430Z test_op_has_batch_rule_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T01:31:17.3695540Z test_op_has_batch_rule_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.162s) 2022-11-23T01:31:17.3695680Z test_op_has_batch_rule_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:31:17.3695800Z test_op_has_batch_rule_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3695910Z test_op_has_batch_rule_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3696040Z test_op_has_batch_rule_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3696180Z test_op_has_batch_rule_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.030s) 2022-11-23T01:31:17.3696290Z test_op_has_batch_rule_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3696650Z test_op_has_batch_rule_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:1958: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-11-23T01:31:17.3696760Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-11-23T01:31:17.3696810Z ok (0.004s) 2022-11-23T01:31:17.3696940Z test_op_has_batch_rule_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3697110Z test_op_has_batch_rule_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3697230Z test_op_has_batch_rule_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T01:31:17.3697360Z test_op_has_batch_rule_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:31:17.3697500Z test_op_has_batch_rule_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3697610Z test_op_has_batch_rule_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3697740Z test_op_has_batch_rule_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3697870Z test_op_has_batch_rule_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3697990Z test_op_has_batch_rule_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3698110Z test_op_has_batch_rule_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3698560Z test_op_has_batch_rule_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/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-11-23T01:31:17.3698690Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:31:17.3698760Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:31:17.3698810Z should be replaced with 2022-11-23T01:31:17.3698990Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2224.) 2022-11-23T01:31:17.3699090Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T01:31:17.3699130Z ok (0.017s) 2022-11-23T01:31:17.3699260Z test_op_has_batch_rule_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3699390Z test_op_has_batch_rule_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3699520Z test_op_has_batch_rule_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T01:31:17.3699640Z test_op_has_batch_rule_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3699760Z test_op_has_batch_rule_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T01:31:17.3699880Z test_op_has_batch_rule_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3700010Z test_op_has_batch_rule_unfold_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3700130Z test_op_has_batch_rule_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3700260Z test_op_has_batch_rule_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:31:17.3700410Z test_op_has_batch_rule_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3700540Z test_op_has_batch_rule_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3700660Z test_op_has_batch_rule_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3700780Z test_op_has_batch_rule_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3700900Z test_op_has_batch_rule_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3701030Z test_op_has_batch_rule_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3701220Z test_op_has_batch_rule_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3701350Z test_op_has_batch_rule_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3701470Z test_op_has_batch_rule_view_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T01:31:17.3701590Z test_op_has_batch_rule_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3701710Z test_op_has_batch_rule_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3701830Z test_op_has_batch_rule_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-11-23T01:31:17.3701940Z test_op_has_batch_rule_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3702060Z test_op_has_batch_rule_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3702180Z test_op_has_batch_rule_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3702380Z test_op_has_batch_rule_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3702510Z test_op_has_batch_rule_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3702610Z test_slogdet_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3702730Z test_torch_return_types_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3702850Z test_vmap_exhaustive_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3702960Z test_vmap_exhaustive_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3703100Z test_vmap_exhaustive___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:31:17.3703230Z test_vmap_exhaustive___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T01:31:17.3703360Z test_vmap_exhaustive___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3703470Z test_vmap_exhaustive___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3703600Z test_vmap_exhaustive___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3703710Z test_vmap_exhaustive___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3703830Z test_vmap_exhaustive___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3704600Z test_vmap_exhaustive___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3704710Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:31:17.3704760Z expected failure (0.005s) 2022-11-23T01:31:17.3704880Z test_vmap_exhaustive___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3705020Z test_vmap_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.3705740Z test_vmap_exhaustive_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3705830Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3706340Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3706400Z return op(*args, **kwargs) 2022-11-23T01:31:17.3706440Z ok (0.002s) 2022-11-23T01:31:17.3707100Z test_vmap_exhaustive_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3707260Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3707760Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3707820Z return op(*args, **kwargs) 2022-11-23T01:31:17.3707860Z ok (0.005s) 2022-11-23T01:31:17.3708520Z test_vmap_exhaustive_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3708600Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3709110Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3709160Z return op(*args, **kwargs) 2022-11-23T01:31:17.3709210Z ok (0.005s) 2022-11-23T01:31:17.3709330Z test_vmap_exhaustive_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-11-23T01:31:17.3709980Z test_vmap_exhaustive_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3710060Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3710620Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3710680Z return op(*args, **kwargs) 2022-11-23T01:31:17.3710720Z ok (0.033s) 2022-11-23T01:31:17.3711410Z test_vmap_exhaustive_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3711490Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3711990Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3712110Z return op(*args, **kwargs) 2022-11-23T01:31:17.3712150Z ok (0.066s) 2022-11-23T01:31:17.3712800Z test_vmap_exhaustive_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3712880Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3713360Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3713420Z return op(*args, **kwargs) 2022-11-23T01:31:17.3713470Z ok (0.066s) 2022-11-23T01:31:17.3718490Z test_vmap_exhaustive_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3718600Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3719190Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3719250Z return op(*args, **kwargs) 2022-11-23T01:31:17.3719290Z ok (0.015s) 2022-11-23T01:31:17.3719430Z test_vmap_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3720160Z test_vmap_exhaustive_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3720250Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3720750Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3720800Z return op(*args, **kwargs) 2022-11-23T01:31:17.3720850Z ok (0.029s) 2022-11-23T01:31:17.3721500Z test_vmap_exhaustive_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3721620Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3722120Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3722170Z return op(*args, **kwargs) 2022-11-23T01:31:17.3722220Z ok (0.032s) 2022-11-23T01:31:17.3722870Z test_vmap_exhaustive_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3722940Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3723430Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3723490Z return op(*args, **kwargs) 2022-11-23T01:31:17.3724040Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3724120Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3724620Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3724680Z return op(*args, **kwargs) 2022-11-23T01:31:17.3724720Z ok (0.006s) 2022-11-23T01:31:17.3724930Z test_vmap_exhaustive_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3725050Z test_vmap_exhaustive_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T01:31:17.3725170Z test_vmap_exhaustive_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T01:31:17.3725300Z test_vmap_exhaustive_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T01:31:17.3725420Z test_vmap_exhaustive_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3726070Z test_vmap_exhaustive_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3726150Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3726710Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3726770Z return op(*args, **kwargs) 2022-11-23T01:31:17.3726810Z ok (0.006s) 2022-11-23T01:31:17.3726940Z test_vmap_exhaustive_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3727060Z test_vmap_exhaustive_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3727180Z test_vmap_exhaustive_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3727310Z test_vmap_exhaustive_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3727970Z test_vmap_exhaustive_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3728050Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3728550Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3728620Z return op(*args, **kwargs) 2022-11-23T01:31:17.3728660Z ok (0.003s) 2022-11-23T01:31:17.3729360Z test_vmap_exhaustive_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3729440Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3730010Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3730080Z return op(*args, **kwargs) 2022-11-23T01:31:17.3730140Z expected failure (0.002s) 2022-11-23T01:31:17.3730860Z test_vmap_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:10711: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3730980Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-11-23T01:31:17.3731020Z ok (0.036s) 2022-11-23T01:31:17.3731780Z test_vmap_exhaustive_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3731860Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3732350Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3732410Z return op(*args, **kwargs) 2022-11-23T01:31:17.3732460Z ok (0.002s) 2022-11-23T01:31:17.3733110Z test_vmap_exhaustive_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3733190Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3733690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3733750Z return op(*args, **kwargs) 2022-11-23T01:31:17.3733800Z ok (0.002s) 2022-11-23T01:31:17.3734440Z test_vmap_exhaustive_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3734520Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3735080Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3735150Z return op(*args, **kwargs) 2022-11-23T01:31:17.3735710Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3735790Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3736280Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3736390Z return op(*args, **kwargs) 2022-11-23T01:31:17.3736430Z ok (0.046s) 2022-11-23T01:31:17.3737080Z test_vmap_exhaustive_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3737160Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3737650Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3737710Z return op(*args, **kwargs) 2022-11-23T01:31:17.3737750Z ok (0.002s) 2022-11-23T01:31:17.3738400Z test_vmap_exhaustive_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3738480Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3738970Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3739030Z return op(*args, **kwargs) 2022-11-23T01:31:17.3739070Z ok (0.002s) 2022-11-23T01:31:17.3739200Z test_vmap_exhaustive_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3739320Z test_vmap_exhaustive_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3739440Z test_vmap_exhaustive_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3740150Z test_vmap_exhaustive_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3740240Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3740740Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3740800Z return op(*args, **kwargs) 2022-11-23T01:31:17.3740840Z ok (0.035s) 2022-11-23T01:31:17.3741020Z test_vmap_exhaustive_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:31:17.3741160Z test_vmap_exhaustive_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3741310Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3741430Z test_vmap_exhaustive_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3741550Z test_vmap_exhaustive_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3741680Z test_vmap_exhaustive_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3741820Z test_vmap_exhaustive_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3741970Z test_vmap_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3742100Z test_vmap_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3742230Z test_vmap_exhaustive_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3742910Z test_vmap_exhaustive_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3742990Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3743490Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3743550Z return op(*args, **kwargs) 2022-11-23T01:31:17.3743590Z ok (0.022s) 2022-11-23T01:31:17.3743720Z test_vmap_exhaustive_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3743870Z test_vmap_exhaustive_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3744000Z test_vmap_exhaustive_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3744200Z test_vmap_exhaustive_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.247s) 2022-11-23T01:31:17.3744330Z test_vmap_exhaustive_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.243s) 2022-11-23T01:31:17.3744470Z test_vmap_exhaustive_cdouble_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3744590Z test_vmap_exhaustive_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3744720Z test_vmap_exhaustive_cfloat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3745420Z test_vmap_exhaustive_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:14387: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3745630Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T01:31:17.3745680Z ok (0.003s) 2022-11-23T01:31:17.3745810Z test_vmap_exhaustive_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3745950Z test_vmap_exhaustive_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3746080Z test_vmap_exhaustive_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3746210Z test_vmap_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3746340Z test_vmap_exhaustive_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3746450Z test_vmap_exhaustive_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3747140Z test_vmap_exhaustive_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3747230Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3747730Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3747790Z return op(*args, **kwargs) 2022-11-23T01:31:17.3748350Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3748420Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3749090Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3749150Z return op(*args, **kwargs) 2022-11-23T01:31:17.3749200Z ok (0.060s) 2022-11-23T01:31:17.3749340Z test_vmap_exhaustive_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3749470Z test_vmap_exhaustive_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3749590Z test_vmap_exhaustive_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3749730Z test_vmap_exhaustive_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3749860Z test_vmap_exhaustive_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3750590Z test_vmap_exhaustive_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3750690Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.3751240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3751330Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3751830Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3751890Z return op(*args, **kwargs) 2022-11-23T01:31:17.3751930Z ok (0.053s) 2022-11-23T01:31:17.3752050Z test_vmap_exhaustive_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3752720Z test_vmap_exhaustive_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3752800Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3753300Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3753360Z return op(*args, **kwargs) 2022-11-23T01:31:17.3753400Z ok (0.002s) 2022-11-23T01:31:17.3753530Z test_vmap_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T01:31:17.3753650Z test_vmap_exhaustive_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3754380Z test_vmap_exhaustive_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3754470Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3754980Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3755040Z return op(*args, **kwargs) 2022-11-23T01:31:17.3755590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3755730Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3756230Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3756280Z return op(*args, **kwargs) 2022-11-23T01:31:17.3756330Z ok (0.024s) 2022-11-23T01:31:17.3756460Z test_vmap_exhaustive_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3756580Z test_vmap_exhaustive_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3756700Z test_vmap_exhaustive_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3757360Z test_vmap_exhaustive_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3757440Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3757940Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3757990Z return op(*args, **kwargs) 2022-11-23T01:31:17.3758040Z ok (0.009s) 2022-11-23T01:31:17.3758150Z test_vmap_exhaustive_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-11-23T01:31:17.3758290Z test_vmap_exhaustive_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3758410Z test_vmap_exhaustive_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3758570Z test_vmap_exhaustive_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3759290Z test_vmap_exhaustive_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3759370Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3759860Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3759920Z return op(*args, **kwargs) 2022-11-23T01:31:17.3760030Z ok (0.009s) 2022-11-23T01:31:17.3760690Z test_vmap_exhaustive_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3760770Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3761260Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3761320Z return op(*args, **kwargs) 2022-11-23T01:31:17.3761370Z ok (0.004s) 2022-11-23T01:31:17.3761500Z test_vmap_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3761620Z test_vmap_exhaustive_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3761740Z test_vmap_exhaustive_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3761870Z test_vmap_exhaustive_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-11-23T01:31:17.3762530Z test_vmap_exhaustive_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3762600Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3763100Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3763150Z return op(*args, **kwargs) 2022-11-23T01:31:17.3763200Z ok (0.003s) 2022-11-23T01:31:17.3763330Z test_vmap_exhaustive_diagonal_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-11-23T01:31:17.3763510Z test_vmap_exhaustive_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T01:31:17.3763660Z test_vmap_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3763780Z test_vmap_exhaustive_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.086s) 2022-11-23T01:31:17.3763900Z test_vmap_exhaustive_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3764010Z test_vmap_exhaustive_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T01:31:17.3764710Z test_vmap_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3764900Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3765410Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3765470Z return op(*args, **kwargs) 2022-11-23T01:31:17.3765510Z ok (0.049s) 2022-11-23T01:31:17.3765640Z test_vmap_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-11-23T01:31:17.3765770Z test_vmap_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-11-23T01:31:17.3765890Z test_vmap_exhaustive_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3766030Z test_vmap_exhaustive_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3766170Z test_vmap_exhaustive_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3766290Z test_vmap_exhaustive_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3766410Z test_vmap_exhaustive_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-11-23T01:31:17.3766530Z test_vmap_exhaustive_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3766660Z test_vmap_exhaustive_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3766790Z test_vmap_exhaustive_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3766910Z test_vmap_exhaustive_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3767040Z test_vmap_exhaustive_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3767160Z test_vmap_exhaustive_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3767280Z test_vmap_exhaustive_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3767400Z test_vmap_exhaustive_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3767510Z test_vmap_exhaustive_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3767630Z test_vmap_exhaustive_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3767750Z test_vmap_exhaustive_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3767960Z test_vmap_exhaustive_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3768080Z test_vmap_exhaustive_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3768220Z test_vmap_exhaustive_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3768340Z test_vmap_exhaustive_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3768460Z test_vmap_exhaustive_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3768580Z test_vmap_exhaustive_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3768700Z test_vmap_exhaustive_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3768830Z test_vmap_exhaustive_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3773320Z test_vmap_exhaustive_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3773660Z test_vmap_exhaustive_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3773780Z test_vmap_exhaustive_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3773900Z test_vmap_exhaustive_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3774020Z test_vmap_exhaustive_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3774150Z test_vmap_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3774970Z test_vmap_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3775060Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3775560Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3775620Z return op(*args, **kwargs) 2022-11-23T01:31:17.3775670Z ok (0.004s) 2022-11-23T01:31:17.3775790Z test_vmap_exhaustive_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3776440Z test_vmap_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3776530Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3777030Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3777170Z return op(*args, **kwargs) 2022-11-23T01:31:17.3777220Z ok (0.005s) 2022-11-23T01:31:17.3777350Z test_vmap_exhaustive_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3777470Z test_vmap_exhaustive_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3777590Z test_vmap_exhaustive_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3777710Z test_vmap_exhaustive_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3777830Z test_vmap_exhaustive_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3777960Z test_vmap_exhaustive_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3778070Z test_vmap_exhaustive_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3778200Z test_vmap_exhaustive_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3778410Z test_vmap_exhaustive_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3778530Z test_vmap_exhaustive_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3778650Z test_vmap_exhaustive_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3778780Z test_vmap_exhaustive_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3778920Z test_vmap_exhaustive_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3779050Z test_vmap_exhaustive_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3779170Z test_vmap_exhaustive_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3779870Z test_vmap_exhaustive_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3779960Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3780480Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3780540Z return op(*args, **kwargs) 2022-11-23T01:31:17.3780590Z ok (0.024s) 2022-11-23T01:31:17.3780710Z test_vmap_exhaustive_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3780820Z test_vmap_exhaustive_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3781510Z test_vmap_exhaustive_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3781590Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3782160Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3782220Z return op(*args, **kwargs) 2022-11-23T01:31:17.3782270Z ok (0.024s) 2022-11-23T01:31:17.3782400Z test_vmap_exhaustive_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3782520Z test_vmap_exhaustive_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3782650Z test_vmap_exhaustive_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3782780Z test_vmap_exhaustive_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3782900Z test_vmap_exhaustive_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.143s) 2022-11-23T01:31:17.3783060Z test_vmap_exhaustive_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3783180Z test_vmap_exhaustive_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3783310Z test_vmap_exhaustive_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.140s) 2022-11-23T01:31:17.3783440Z test_vmap_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3783550Z test_vmap_exhaustive_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3783680Z test_vmap_exhaustive_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3783830Z test_vmap_exhaustive_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3784530Z test_vmap_exhaustive_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3784610Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3785110Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3785180Z return op(*args, **kwargs) 2022-11-23T01:31:17.3785220Z ok (0.024s) 2022-11-23T01:31:17.3785870Z test_vmap_exhaustive_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3785950Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3786520Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3786590Z return op(*args, **kwargs) 2022-11-23T01:31:17.3786630Z ok (0.043s) 2022-11-23T01:31:17.3787310Z test_vmap_exhaustive_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3787390Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3787890Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3788040Z return op(*args, **kwargs) 2022-11-23T01:31:17.3788610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3788680Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3789200Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3789250Z return op(*args, **kwargs) 2022-11-23T01:31:17.3789300Z ok (0.200s) 2022-11-23T01:31:17.3789440Z test_vmap_exhaustive_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3789560Z test_vmap_exhaustive_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3789680Z test_vmap_exhaustive_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-11-23T01:31:17.3790330Z test_vmap_exhaustive_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3790410Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3790910Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3790970Z return op(*args, **kwargs) 2022-11-23T01:31:17.3791010Z ok (0.024s) 2022-11-23T01:31:17.3791120Z test_vmap_exhaustive_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3791850Z test_vmap_exhaustive_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3791930Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3792430Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3792490Z return op(*args, **kwargs) 2022-11-23T01:31:17.3792530Z ok (0.031s) 2022-11-23T01:31:17.3793250Z test_vmap_exhaustive_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3793330Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3793820Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3793880Z return op(*args, **kwargs) 2022-11-23T01:31:17.3793920Z ok (0.031s) 2022-11-23T01:31:17.3794570Z test_vmap_exhaustive_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3794650Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3795140Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3795200Z return op(*args, **kwargs) 2022-11-23T01:31:17.3795240Z ok (0.093s) 2022-11-23T01:31:17.3795900Z test_vmap_exhaustive_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3795980Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3796550Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3796610Z return op(*args, **kwargs) 2022-11-23T01:31:17.3796650Z ok (0.029s) 2022-11-23T01:31:17.3797310Z test_vmap_exhaustive_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3797390Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3797900Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3798020Z return op(*args, **kwargs) 2022-11-23T01:31:17.3798580Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3798650Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3799160Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3799220Z return op(*args, **kwargs) 2022-11-23T01:31:17.3799260Z ok (0.013s) 2022-11-23T01:31:17.3799400Z test_vmap_exhaustive_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:31:17.3799530Z test_vmap_exhaustive_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.107s) 2022-11-23T01:31:17.3800200Z test_vmap_exhaustive_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3800280Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3800770Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3800830Z return op(*args, **kwargs) 2022-11-23T01:31:17.3801440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3801520Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3802020Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3802080Z return op(*args, **kwargs) 2022-11-23T01:31:17.3802120Z ok (0.346s) 2022-11-23T01:31:17.3802250Z test_vmap_exhaustive_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3802370Z test_vmap_exhaustive_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3802560Z test_vmap_exhaustive_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3802710Z test_vmap_exhaustive_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3803390Z test_vmap_exhaustive_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3803450Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.3803990Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3804070Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3804560Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3804620Z return op(*args, **kwargs) 2022-11-23T01:31:17.3804670Z ok (0.049s) 2022-11-23T01:31:17.3804790Z test_vmap_exhaustive_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3805460Z test_vmap_exhaustive_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3805540Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3806130Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3806190Z return op(*args, **kwargs) 2022-11-23T01:31:17.3806230Z ok (0.003s) 2022-11-23T01:31:17.3806350Z test_vmap_exhaustive_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3806470Z test_vmap_exhaustive_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3806600Z test_vmap_exhaustive_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3806720Z test_vmap_exhaustive_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3806840Z test_vmap_exhaustive_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3807000Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:17.3807240Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:17.3807390Z test_vmap_exhaustive_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:17.3807550Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:17.3807700Z test_vmap_exhaustive_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:17.3807810Z test_vmap_exhaustive_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3807930Z test_vmap_exhaustive_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T01:31:17.3808620Z test_vmap_exhaustive_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3808710Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3809200Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3809250Z return op(*args, **kwargs) 2022-11-23T01:31:17.3809290Z ok (0.024s) 2022-11-23T01:31:17.3809410Z test_vmap_exhaustive_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3810070Z test_vmap_exhaustive_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3810150Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3810690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3810760Z return op(*args, **kwargs) 2022-11-23T01:31:17.3811310Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3811380Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3811880Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3812010Z return op(*args, **kwargs) 2022-11-23T01:31:17.3812050Z ok (0.052s) 2022-11-23T01:31:17.3812180Z test_vmap_exhaustive_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3812310Z test_vmap_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3812440Z test_vmap_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3812570Z test_vmap_exhaustive_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3812690Z test_vmap_exhaustive_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-11-23T01:31:17.3812810Z test_vmap_exhaustive_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3812950Z test_vmap_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T01:31:17.3813070Z test_vmap_exhaustive_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3813210Z test_vmap_exhaustive_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.3813340Z test_vmap_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3813460Z test_vmap_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3813600Z test_vmap_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3813720Z test_vmap_exhaustive_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3813850Z test_vmap_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3814540Z test_vmap_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3814620Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3815190Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3815250Z return op(*args, **kwargs) 2022-11-23T01:31:17.3815290Z ok (0.004s) 2022-11-23T01:31:17.3815430Z test_vmap_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3816100Z test_vmap_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3816180Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3816690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3816790Z return op(*args, **kwargs) 2022-11-23T01:31:17.3816840Z ok (0.030s) 2022-11-23T01:31:17.3816960Z test_vmap_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.091s) 2022-11-23T01:31:17.3817100Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T01:31:17.3817750Z test_vmap_exhaustive_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3817840Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3818330Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3818380Z return op(*args, **kwargs) 2022-11-23T01:31:17.3818430Z ok (0.021s) 2022-11-23T01:31:17.3819100Z test_vmap_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3819180Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3819680Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3819740Z return op(*args, **kwargs) 2022-11-23T01:31:17.3819780Z ok (0.012s) 2022-11-23T01:31:17.3819970Z test_vmap_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3820100Z test_vmap_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.182s) 2022-11-23T01:31:17.3820240Z test_vmap_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T01:31:17.3820370Z test_vmap_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3820500Z test_vmap_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T01:31:17.3820640Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3820770Z test_vmap_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3820900Z test_vmap_exhaustive_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T01:31:17.3821080Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T01:31:17.3821200Z test_vmap_exhaustive_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3821340Z test_vmap_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3821520Z 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-11-23T01:31:17.3821650Z test_vmap_exhaustive_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3821770Z test_vmap_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3821900Z test_vmap_exhaustive_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3822030Z test_vmap_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3822170Z test_vmap_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.114s) 2022-11-23T01:31:17.3822290Z test_vmap_exhaustive_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.157s) 2022-11-23T01:31:17.3822420Z test_vmap_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3822540Z test_vmap_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3823230Z test_vmap_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3823310Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3823850Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3828010Z return op(*args, **kwargs) 2022-11-23T01:31:17.3828080Z ok (0.006s) 2022-11-23T01:31:17.3828990Z test_vmap_exhaustive_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3829080Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3829590Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3829650Z return op(*args, **kwargs) 2022-11-23T01:31:17.3829700Z ok (0.005s) 2022-11-23T01:31:17.3830380Z test_vmap_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3830570Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3831080Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3831140Z return op(*args, **kwargs) 2022-11-23T01:31:17.3831180Z ok (0.037s) 2022-11-23T01:31:17.3831310Z test_vmap_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.066s) 2022-11-23T01:31:17.3831450Z test_vmap_exhaustive_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3831570Z test_vmap_exhaustive_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3831690Z test_vmap_exhaustive_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3831810Z test_vmap_exhaustive_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3831930Z test_vmap_exhaustive_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3832060Z test_vmap_exhaustive_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3832190Z test_vmap_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3832320Z test_vmap_exhaustive_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3832450Z test_vmap_exhaustive_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3832580Z test_vmap_exhaustive_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3832690Z test_vmap_exhaustive_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3832820Z test_vmap_exhaustive_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3832940Z test_vmap_exhaustive_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3833060Z test_vmap_exhaustive_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3833230Z test_vmap_exhaustive_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3833350Z test_vmap_exhaustive_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3833500Z test_vmap_exhaustive_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3833620Z test_vmap_exhaustive_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.3833750Z test_vmap_exhaustive_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3833900Z test_vmap_exhaustive_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3834010Z test_vmap_exhaustive_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3834130Z test_vmap_exhaustive_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T01:31:17.3834830Z test_vmap_exhaustive_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3834960Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3835460Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3835520Z return op(*args, **kwargs) 2022-11-23T01:31:17.3835570Z ok (0.051s) 2022-11-23T01:31:17.3836230Z test_vmap_exhaustive_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3836310Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3836800Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3836870Z return op(*args, **kwargs) 2022-11-23T01:31:17.3836920Z ok (0.039s) 2022-11-23T01:31:17.3837030Z test_vmap_exhaustive_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3837150Z test_vmap_exhaustive_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3837270Z test_vmap_exhaustive_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T01:31:17.3837390Z test_vmap_exhaustive_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T01:31:17.3837520Z test_vmap_exhaustive_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T01:31:17.3837650Z test_vmap_exhaustive_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T01:31:17.3837850Z test_vmap_exhaustive_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3837980Z test_vmap_exhaustive_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3838690Z test_vmap_exhaustive_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3838750Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.3839320Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3839460Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3839980Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3840030Z return op(*args, **kwargs) 2022-11-23T01:31:17.3840590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3840680Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3841180Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3841240Z return op(*args, **kwargs) 2022-11-23T01:31:17.3841280Z ok (0.077s) 2022-11-23T01:31:17.3841430Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3841560Z test_vmap_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3841700Z test_vmap_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3841830Z test_vmap_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-11-23T01:31:17.3841950Z test_vmap_exhaustive_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T01:31:17.3842070Z test_vmap_exhaustive_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3842200Z test_vmap_exhaustive_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.263s) 2022-11-23T01:31:17.3842320Z test_vmap_exhaustive_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3842530Z test_vmap_exhaustive_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T01:31:17.3843220Z test_vmap_exhaustive_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3843300Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3843800Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3843930Z return op(*args, **kwargs) 2022-11-23T01:31:17.3844490Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3844570Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3845070Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3845130Z return op(*args, **kwargs) 2022-11-23T01:31:17.3845180Z ok (0.031s) 2022-11-23T01:31:17.3845320Z test_vmap_exhaustive_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.029s) 2022-11-23T01:31:17.3845450Z test_vmap_exhaustive_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3845580Z test_vmap_exhaustive_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3845700Z test_vmap_exhaustive_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.184s) 2022-11-23T01:31:17.3845820Z test_vmap_exhaustive_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T01:31:17.3845940Z test_vmap_exhaustive_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.182s) 2022-11-23T01:31:17.3846060Z test_vmap_exhaustive_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T01:31:17.3846720Z test_vmap_exhaustive_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3846800Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3847410Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3847480Z return op(*args, **kwargs) 2022-11-23T01:31:17.3847520Z ok (0.008s) 2022-11-23T01:31:17.3847640Z test_vmap_exhaustive_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3847790Z test_vmap_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (1.102s) 2022-11-23T01:31:17.3847930Z test_vmap_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3848070Z test_vmap_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3848190Z test_vmap_exhaustive_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3848310Z test_vmap_exhaustive_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T01:31:17.3848430Z test_vmap_exhaustive_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3848660Z test_vmap_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T01:31:17.3848800Z test_vmap_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T01:31:17.3848960Z test_vmap_exhaustive_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3849090Z test_vmap_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3849220Z test_vmap_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3849340Z test_vmap_exhaustive_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3849470Z test_vmap_exhaustive_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3849580Z test_vmap_exhaustive_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3849710Z test_vmap_exhaustive_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-11-23T01:31:17.3849820Z test_vmap_exhaustive_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3849940Z test_vmap_exhaustive_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-11-23T01:31:17.3850080Z test_vmap_exhaustive_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.198s) 2022-11-23T01:31:17.3850190Z test_vmap_exhaustive_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3850320Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3850460Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3850590Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3850710Z test_vmap_exhaustive_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3851400Z test_vmap_exhaustive_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3851490Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3852060Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3852120Z return op(*args, **kwargs) 2022-11-23T01:31:17.3852170Z ok (0.017s) 2022-11-23T01:31:17.3852290Z test_vmap_exhaustive_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3852970Z test_vmap_exhaustive_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3853140Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3853670Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3853720Z return op(*args, **kwargs) 2022-11-23T01:31:17.3854270Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3854350Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3854850Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3854910Z return op(*args, **kwargs) 2022-11-23T01:31:17.3854950Z ok (0.064s) 2022-11-23T01:31:17.3855600Z test_vmap_exhaustive_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3855680Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3856170Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3856230Z return op(*args, **kwargs) 2022-11-23T01:31:17.3856270Z ok (0.015s) 2022-11-23T01:31:17.3856400Z test_vmap_exhaustive_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-11-23T01:31:17.3856580Z test_vmap_exhaustive_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.069s) 2022-11-23T01:31:17.3856730Z test_vmap_exhaustive_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:31:17.3857070Z test_vmap_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3857330Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3857580Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3857890Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3858130Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3858360Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3858600Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3858840Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3859070Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3859310Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3859550Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3859780Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3860010Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3860290Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3860530Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3860770Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3861000Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3861270Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3861500Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3861740Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3861970Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3862210Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3862440Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3862670Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3862910Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3863140Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3863380Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3863670Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3863910Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3864140Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3864370Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3864610Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3864960Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3865190Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3865430Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3865670Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3865910Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3866140Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3866370Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3866610Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3866840Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3867120Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3867360Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3867590Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3867830Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3868060Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3868340Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3868570Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3868810Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3869040Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3869280Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3869510Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3869740Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3869970Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3870210Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3870440Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3870730Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3870970Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3871200Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3871430Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3871710Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3871950Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3872180Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3872420Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3872650Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3872880Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3873110Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3873340Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3873580Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3873810Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3874080Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3874320Z [W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T01:31:17.3874360Z ok (0.010s) 2022-11-23T01:31:17.3874490Z test_vmap_exhaustive_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.088s) 2022-11-23T01:31:17.3874610Z test_vmap_exhaustive_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.3875330Z test_vmap_exhaustive_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3875470Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3875970Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3876030Z return op(*args, **kwargs) 2022-11-23T01:31:17.3876070Z ok (0.012s) 2022-11-23T01:31:17.3876190Z test_vmap_exhaustive_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3876340Z test_vmap_exhaustive_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.3876460Z test_vmap_exhaustive_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3876590Z test_vmap_exhaustive_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3876710Z test_vmap_exhaustive_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3881690Z test_vmap_exhaustive_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3881810Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3882400Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3882460Z return op(*args, **kwargs) 2022-11-23T01:31:17.3882500Z ok (0.024s) 2022-11-23T01:31:17.3883420Z test_vmap_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:7988: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3883480Z return op(*args, **kwargs) 2022-11-23T01:31:17.3883540Z expected failure (0.011s) 2022-11-23T01:31:17.3883690Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3883830Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3883960Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3884100Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3884250Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3884390Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.3884640Z test_vmap_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:31:17.3884770Z test_vmap_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T01:31:17.3884910Z test_vmap_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.066s) 2022-11-23T01:31:17.3885040Z test_vmap_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.075s) 2022-11-23T01:31:17.3885170Z test_vmap_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.091s) 2022-11-23T01:31:17.3885860Z test_vmap_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3885940Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3886440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3886500Z return op(*args, **kwargs) 2022-11-23T01:31:17.3886540Z ok (0.168s) 2022-11-23T01:31:17.3886690Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3886840Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T01:31:17.3886970Z test_vmap_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3887100Z test_vmap_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-11-23T01:31:17.3887240Z test_vmap_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.254s) 2022-11-23T01:31:17.3887380Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3887600Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3887760Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3887900Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3888050Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3888200Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3888350Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3888500Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3888660Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3888870Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3889020Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T01:31:17.3889150Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T01:31:17.3889290Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.130s) 2022-11-23T01:31:17.3889430Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.3889570Z test_vmap_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3889710Z test_vmap_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3890400Z test_vmap_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2632: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3890460Z return torch.ctc_loss( 2022-11-23T01:31:17.3890500Z ok (0.128s) 2022-11-23T01:31:17.3890650Z test_vmap_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:31:17.3890800Z test_vmap_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:31:17.3890940Z test_vmap_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:31:17.3891070Z test_vmap_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3891780Z test_vmap_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2394: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3891840Z ret, _, _, _ = torch.embedding_bag( 2022-11-23T01:31:17.3892480Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2108: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3892590Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-11-23T01:31:17.3892660Z expected failure (0.015s) 2022-11-23T01:31:17.3892800Z test_vmap_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.042s) 2022-11-23T01:31:17.3892950Z test_vmap_exhaustive_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3893110Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3893340Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T01:31:17.3893500Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:31:17.3893650Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:31:17.3894330Z test_vmap_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2837: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3894390Z if torch.any(var < 0): 2022-11-23T01:31:17.3894450Z expected failure (0.035s) 2022-11-23T01:31:17.3894580Z test_vmap_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T01:31:17.3894710Z test_vmap_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T01:31:17.3894840Z test_vmap_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T01:31:17.3894980Z test_vmap_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T01:31:17.3895110Z test_vmap_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3895250Z test_vmap_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3895390Z test_vmap_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3895520Z test_vmap_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3895660Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.3896430Z test_vmap_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3234: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3896570Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-11-23T01:31:17.3896610Z ok (0.040s) 2022-11-23T01:31:17.3896760Z test_vmap_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3896900Z test_vmap_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3897050Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3897190Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3897330Z test_vmap_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3897480Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3897660Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3898330Z test_vmap_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2932: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3898440Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-11-23T01:31:17.3898900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2920: 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-11-23T01:31:17.3898950Z warnings.warn( 2022-11-23T01:31:17.3899000Z ok (0.016s) 2022-11-23T01:31:17.3899130Z test_vmap_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T01:31:17.3899270Z test_vmap_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3899400Z test_vmap_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3899530Z test_vmap_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3899680Z test_vmap_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3899810Z test_vmap_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3900510Z test_vmap_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3335: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3900630Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-11-23T01:31:17.3900670Z ok (0.050s) 2022-11-23T01:31:17.3901450Z test_vmap_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3901570Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T01:31:17.3901620Z ok (0.769s) 2022-11-23T01:31:17.3901750Z test_vmap_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (1.120s) 2022-11-23T01:31:17.3902460Z test_vmap_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3902670Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T01:31:17.3903250Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3903360Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T01:31:17.3903410Z ok (0.455s) 2022-11-23T01:31:17.3904080Z test_vmap_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3904270Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-11-23T01:31:17.3904310Z ok (0.209s) 2022-11-23T01:31:17.3904460Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T01:31:17.3905140Z test_vmap_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3905240Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-11-23T01:31:17.3905280Z ok (0.442s) 2022-11-23T01:31:17.3905430Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T01:31:17.3906180Z test_vmap_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3906290Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-11-23T01:31:17.3906340Z ok (0.156s) 2022-11-23T01:31:17.3906480Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T01:31:17.3906620Z test_vmap_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3906750Z test_vmap_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3906890Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3907580Z test_vmap_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3534: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3907750Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-11-23T01:31:17.3907790Z ok (0.005s) 2022-11-23T01:31:17.3908500Z test_vmap_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3393: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3908600Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-11-23T01:31:17.3908650Z ok (0.003s) 2022-11-23T01:31:17.3908790Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3908920Z test_vmap_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T01:31:17.3909060Z test_vmap_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3909200Z test_vmap_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3909340Z test_vmap_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T01:31:17.3909480Z test_vmap_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3909620Z test_vmap_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3909760Z test_vmap_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.3910500Z test_vmap_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3910590Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3911100Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3911160Z return op(*args, **kwargs) 2022-11-23T01:31:17.3911210Z ok (0.004s) 2022-11-23T01:31:17.3911340Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3911480Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3911620Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.099s) 2022-11-23T01:31:17.3911820Z test_vmap_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T01:31:17.3911960Z test_vmap_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3912090Z test_vmap_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3912230Z test_vmap_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3912360Z test_vmap_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3912490Z test_vmap_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3913180Z test_vmap_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3204: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3913320Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-11-23T01:31:17.3913360Z ok (0.008s) 2022-11-23T01:31:17.3914050Z test_vmap_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3415: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3914160Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-11-23T01:31:17.3914200Z ok (0.030s) 2022-11-23T01:31:17.3914330Z test_vmap_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3914470Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3914600Z test_vmap_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3914740Z test_vmap_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.3914940Z test_vmap_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3915070Z test_vmap_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3915210Z test_vmap_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3915920Z test_vmap_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4559: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3916050Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-11-23T01:31:17.3916090Z ok (0.249s) 2022-11-23T01:31:17.3916310Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.172s) 2022-11-23T01:31:17.3916440Z test_vmap_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.368s) 2022-11-23T01:31:17.3916580Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3916720Z test_vmap_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3916860Z test_vmap_exhaustive_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.3916980Z test_vmap_exhaustive_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3917100Z test_vmap_exhaustive_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3917220Z test_vmap_exhaustive_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3917340Z test_vmap_exhaustive_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3917470Z test_vmap_exhaustive_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3917610Z test_vmap_exhaustive_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3917750Z test_vmap_exhaustive_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3917870Z test_vmap_exhaustive_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3918030Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3918170Z test_vmap_exhaustive_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.676s) 2022-11-23T01:31:17.3918840Z test_vmap_exhaustive_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3918910Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.3919530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3919620Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3920150Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3920200Z return op(*args, **kwargs) 2022-11-23T01:31:17.3920250Z ok (0.334s) 2022-11-23T01:31:17.3920370Z test_vmap_exhaustive_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3920510Z test_vmap_exhaustive_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.3920630Z test_vmap_exhaustive_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3920810Z test_vmap_exhaustive_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3920930Z test_vmap_exhaustive_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3921620Z test_vmap_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3921690Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3922200Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3922260Z return op(*args, **kwargs) 2022-11-23T01:31:17.3922300Z ok (0.009s) 2022-11-23T01:31:17.3922440Z test_vmap_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3922570Z test_vmap_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3922700Z test_vmap_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3922840Z test_vmap_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.3922960Z test_vmap_exhaustive_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3923640Z test_vmap_exhaustive_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3923730Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3924300Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3924360Z return op(*args, **kwargs) 2022-11-23T01:31:17.3924410Z ok (0.023s) 2022-11-23T01:31:17.3924530Z test_vmap_exhaustive_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.3925200Z test_vmap_exhaustive_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3925280Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3925770Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3925900Z return op(*args, **kwargs) 2022-11-23T01:31:17.3926440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3926520Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3927010Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3927070Z return op(*args, **kwargs) 2022-11-23T01:31:17.3927110Z ok (0.227s) 2022-11-23T01:31:17.3927230Z test_vmap_exhaustive_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.3927910Z test_vmap_exhaustive_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3927990Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3928490Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3928550Z return op(*args, **kwargs) 2022-11-23T01:31:17.3929150Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3929230Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3929720Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3933930Z return op(*args, **kwargs) 2022-11-23T01:31:17.3934020Z ok (0.062s) 2022-11-23T01:31:17.3934160Z test_vmap_exhaustive_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3934290Z test_vmap_exhaustive_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:31:17.3934440Z test_vmap_exhaustive_randint_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.000s) 2022-11-23T01:31:17.3934700Z test_vmap_exhaustive_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:31:17.3934850Z test_vmap_exhaustive_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.000s) 2022-11-23T01:31:17.3934990Z test_vmap_exhaustive_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:31:17.3935110Z test_vmap_exhaustive_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3935230Z test_vmap_exhaustive_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3935350Z test_vmap_exhaustive_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3936090Z test_vmap_exhaustive_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3936170Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3936690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3936740Z return op(*args, **kwargs) 2022-11-23T01:31:17.3936790Z ok (0.024s) 2022-11-23T01:31:17.3937460Z test_vmap_exhaustive_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3937530Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.3938130Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3938210Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3938710Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3938770Z return op(*args, **kwargs) 2022-11-23T01:31:17.3939320Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3939460Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3939980Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3940430Z return op(*args, **kwargs) 2022-11-23T01:31:17.3940560Z ok (0.013s) 2022-11-23T01:31:17.3940760Z test_vmap_exhaustive_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.3941050Z test_vmap_exhaustive_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3941340Z test_vmap_exhaustive_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3941610Z test_vmap_exhaustive_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.3941900Z test_vmap_exhaustive_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:31:17.3942780Z test_vmap_exhaustive_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:15201: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3943350Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-11-23T01:31:17.3944030Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3944490Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3945110Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3945520Z return op(*args, **kwargs) 2022-11-23T01:31:17.3945660Z expected failure (0.005s) 2022-11-23T01:31:17.3945950Z test_vmap_exhaustive_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3946240Z test_vmap_exhaustive_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3946500Z test_vmap_exhaustive_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T01:31:17.3946800Z test_vmap_exhaustive_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T01:31:17.3947070Z test_vmap_exhaustive_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3947350Z test_vmap_exhaustive_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3947640Z test_vmap_exhaustive_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3947920Z test_vmap_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3948210Z test_vmap_exhaustive_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3948530Z test_vmap_exhaustive_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.3948820Z test_vmap_exhaustive_scalar_tensor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.3949700Z test_vmap_exhaustive_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3950250Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3950880Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3951320Z return op(*args, **kwargs) 2022-11-23T01:31:17.3951450Z ok (0.297s) 2022-11-23T01:31:17.3952190Z test_vmap_exhaustive_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3952730Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3953340Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3953760Z return op(*args, **kwargs) 2022-11-23T01:31:17.3954430Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3954980Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3955630Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3956040Z return op(*args, **kwargs) 2022-11-23T01:31:17.3956690Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3957160Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3957830Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3958240Z return op(*args, **kwargs) 2022-11-23T01:31:17.3958900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3959370Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3960000Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3960420Z return op(*args, **kwargs) 2022-11-23T01:31:17.3960550Z ok (0.454s) 2022-11-23T01:31:17.3961340Z test_vmap_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3961910Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3962540Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3962950Z return op(*args, **kwargs) 2022-11-23T01:31:17.3963650Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3964120Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3964760Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3965180Z return op(*args, **kwargs) 2022-11-23T01:31:17.3965300Z ok (0.224s) 2022-11-23T01:31:17.3965530Z test_vmap_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.224s) 2022-11-23T01:31:17.3965830Z test_vmap_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.232s) 2022-11-23T01:31:17.3966160Z test_vmap_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.224s) 2022-11-23T01:31:17.3966510Z test_vmap_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.223s) 2022-11-23T01:31:17.3966800Z test_vmap_exhaustive_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.179s) 2022-11-23T01:31:17.3967670Z test_vmap_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3968230Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3968860Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3969280Z return op(*args, **kwargs) 2022-11-23T01:31:17.3969410Z ok (0.043s) 2022-11-23T01:31:17.3969620Z test_vmap_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-11-23T01:31:17.3969900Z test_vmap_exhaustive_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.3970180Z test_vmap_exhaustive_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3975190Z test_vmap_exhaustive_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3975460Z test_vmap_exhaustive_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:31:17.3975760Z test_vmap_exhaustive_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3976050Z test_vmap_exhaustive_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.3976310Z test_vmap_exhaustive_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3976600Z test_vmap_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.3976910Z test_vmap_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.3977220Z test_vmap_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.3977620Z test_vmap_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.3977910Z test_vmap_exhaustive_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3978160Z test_vmap_exhaustive_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3978420Z test_vmap_exhaustive_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.3978670Z test_vmap_exhaustive_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.3978920Z test_vmap_exhaustive_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.3979210Z test_vmap_exhaustive_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.3979470Z test_vmap_exhaustive_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3979740Z test_vmap_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.3980080Z test_vmap_exhaustive_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T01:31:17.3980380Z test_vmap_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:31:17.3981360Z test_vmap_exhaustive_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3981880Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3982490Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3982900Z return op(*args, **kwargs) 2022-11-23T01:31:17.3983020Z ok (0.002s) 2022-11-23T01:31:17.3983780Z test_vmap_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3984310Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3984920Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3985320Z return op(*args, **kwargs) 2022-11-23T01:31:17.3985440Z ok (0.002s) 2022-11-23T01:31:17.3986280Z test_vmap_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3986800Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3987410Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3987810Z return op(*args, **kwargs) 2022-11-23T01:31:17.3987930Z ok (0.002s) 2022-11-23T01:31:17.3988660Z test_vmap_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3989280Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3989880Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3990280Z return op(*args, **kwargs) 2022-11-23T01:31:17.3990400Z ok (0.002s) 2022-11-23T01:31:17.3991130Z test_vmap_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3991630Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3992230Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3992630Z return op(*args, **kwargs) 2022-11-23T01:31:17.3992750Z ok (0.002s) 2022-11-23T01:31:17.3993530Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3994080Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3994760Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3995210Z return op(*args, **kwargs) 2022-11-23T01:31:17.3995340Z ok (0.009s) 2022-11-23T01:31:17.3996140Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3996700Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.3997330Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.3997790Z return op(*args, **kwargs) 2022-11-23T01:31:17.3997910Z ok (0.009s) 2022-11-23T01:31:17.3998240Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:17.3998680Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:17.3999000Z test_vmap_exhaustive_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.3999270Z test_vmap_exhaustive_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.4000130Z test_vmap_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4000680Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4001300Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4001710Z return op(*args, **kwargs) 2022-11-23T01:31:17.4001830Z ok (0.009s) 2022-11-23T01:31:17.4002610Z test_vmap_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4003150Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4003840Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4004260Z return op(*args, **kwargs) 2022-11-23T01:31:17.4004380Z ok (0.009s) 2022-11-23T01:31:17.4004580Z test_vmap_exhaustive_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.4004840Z test_vmap_exhaustive_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.4005100Z test_vmap_exhaustive_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.4005980Z test_vmap_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4006600Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4007230Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4007640Z return op(*args, **kwargs) 2022-11-23T01:31:17.4007770Z ok (0.009s) 2022-11-23T01:31:17.4008090Z test_vmap_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:17.4009000Z test_vmap_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4009550Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4010170Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4010570Z return op(*args, **kwargs) 2022-11-23T01:31:17.4010700Z ok (0.002s) 2022-11-23T01:31:17.4011460Z test_vmap_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4012010Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4012660Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4013070Z return op(*args, **kwargs) 2022-11-23T01:31:17.4013200Z ok (0.002s) 2022-11-23T01:31:17.4013960Z test_vmap_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4014560Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4015190Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4015590Z return op(*args, **kwargs) 2022-11-23T01:31:17.4015720Z ok (0.002s) 2022-11-23T01:31:17.4016470Z test_vmap_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4017000Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4017600Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4018020Z return op(*args, **kwargs) 2022-11-23T01:31:17.4018140Z ok (0.002s) 2022-11-23T01:31:17.4018890Z test_vmap_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4019410Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4020020Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4020430Z return op(*args, **kwargs) 2022-11-23T01:31:17.4020560Z ok (0.002s) 2022-11-23T01:31:17.4022240Z test_vmap_exhaustive_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.4022730Z test_vmap_exhaustive_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.4023020Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.4024070Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4024690Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4025530Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4025950Z return op(*args, **kwargs) 2022-11-23T01:31:17.4026080Z ok (0.002s) 2022-11-23T01:31:17.4026860Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4027400Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4028020Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4028430Z return op(*args, **kwargs) 2022-11-23T01:31:17.4028550Z ok (0.002s) 2022-11-23T01:31:17.4028890Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:17.4029350Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:17.4029800Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:17.4030240Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:17.4031220Z test_vmap_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4031780Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4032430Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4032860Z return op(*args, **kwargs) 2022-11-23T01:31:17.4032990Z ok (0.002s) 2022-11-23T01:31:17.4033190Z test_vmap_exhaustive_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.4033480Z test_vmap_exhaustive_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.4033750Z test_vmap_exhaustive_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.4034080Z test_vmap_exhaustive_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.4034360Z test_vmap_exhaustive_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T01:31:17.4034630Z test_vmap_exhaustive_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.4035470Z test_vmap_exhaustive_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4035990Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4036610Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4037020Z return op(*args, **kwargs) 2022-11-23T01:31:17.4037150Z ok (0.003s) 2022-11-23T01:31:17.4037340Z test_vmap_exhaustive_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4037610Z test_vmap_exhaustive_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.4037870Z test_vmap_exhaustive_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.4044470Z test_vmap_exhaustive_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.4045360Z test_vmap_exhaustive_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:641: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4045980Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T01:31:17.4046600Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. 2022-11-23T01:31:17.4047100Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/SpectralOps.cpp:861.) 2022-11-23T01:31:17.4047480Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T01:31:17.4047660Z ok (0.009s) 2022-11-23T01:31:17.4048420Z test_vmap_exhaustive_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4048970Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4049660Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4050080Z return op(*args, **kwargs) 2022-11-23T01:31:17.4050210Z ok (0.063s) 2022-11-23T01:31:17.4050410Z test_vmap_exhaustive_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.4050670Z test_vmap_exhaustive_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.4050940Z test_vmap_exhaustive_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.159s) 2022-11-23T01:31:17.4051220Z test_vmap_exhaustive_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:31:17.4051490Z test_vmap_exhaustive_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4051750Z test_vmap_exhaustive_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T01:31:17.4052030Z test_vmap_exhaustive_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.4052850Z test_vmap_exhaustive_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4053370Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4053990Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4054390Z return op(*args, **kwargs) 2022-11-23T01:31:17.4054520Z ok (0.034s) 2022-11-23T01:31:17.4054710Z test_vmap_exhaustive_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.4054970Z test_vmap_exhaustive_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T01:31:17.4055250Z test_vmap_exhaustive_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.4055590Z test_vmap_exhaustive_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.4055860Z test_vmap_exhaustive_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T01:31:17.4056120Z test_vmap_exhaustive_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:17.4057010Z test_vmap_exhaustive_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:15456: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4057540Z op=lambda x, *args: x.to_sparse(*args), 2022-11-23T01:31:17.4057690Z expected failure (0.006s) 2022-11-23T01:31:17.4057900Z test_vmap_exhaustive_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.4058250Z test_vmap_exhaustive_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4058530Z test_vmap_exhaustive_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T01:31:17.4058800Z test_vmap_exhaustive_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.4059070Z test_vmap_exhaustive_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.4059350Z test_vmap_exhaustive_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.4059630Z test_vmap_exhaustive_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4059910Z test_vmap_exhaustive_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4060190Z test_vmap_exhaustive_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T01:31:17.4061020Z test_vmap_exhaustive_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4061550Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4062170Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4062580Z return op(*args, **kwargs) 2022-11-23T01:31:17.4062710Z ok (0.002s) 2022-11-23T01:31:17.4062900Z test_vmap_exhaustive_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.4063170Z test_vmap_exhaustive_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4063440Z test_vmap_exhaustive_unfold_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.4063710Z test_vmap_exhaustive_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.4063980Z test_vmap_exhaustive_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:31:17.4064270Z test_vmap_exhaustive_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.4064650Z test_vmap_exhaustive_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.4064920Z test_vmap_exhaustive_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T01:31:17.4065170Z test_vmap_exhaustive_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.4065430Z test_vmap_exhaustive_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.4066220Z test_vmap_exhaustive_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4066710Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4067390Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4067780Z return op(*args, **kwargs) 2022-11-23T01:31:17.4067910Z ok (0.002s) 2022-11-23T01:31:17.4068120Z test_vmap_exhaustive_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:31:17.4068390Z test_vmap_exhaustive_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.4068650Z test_vmap_exhaustive_view_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T01:31:17.4068900Z test_vmap_exhaustive_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T01:31:17.4069160Z test_vmap_exhaustive_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T01:31:17.4069410Z test_vmap_exhaustive_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-11-23T01:31:17.4069660Z test_vmap_exhaustive_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.4070460Z test_vmap_exhaustive_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4071010Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T01:31:17.4071610Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/functorch/common_utils.py:264: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4072000Z return op(*args, **kwargs) 2022-11-23T01:31:17.4072130Z ok (0.030s) 2022-11-23T01:31:17.4072310Z test_vmap_exhaustive_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.4072580Z test_vmap_exhaustive_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4072850Z test_vmap_exhaustive_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T01:31:17.4073170Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.4073470Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.4073770Z test_vmap_linalg_failure_1D_input_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.4074060Z test_vmap_linalg_failure_1D_input_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T01:31:17.4074350Z test_vmap_linalg_failure_1D_input_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T01:31:17.4074640Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T01:31:17.4074930Z test_vmap_linalg_failure_1D_input_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4075780Z test_vmap_linalg_failure_1D_input_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4076370Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.4076500Z ok (0.008s) 2022-11-23T01:31:17.4076700Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4076990Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.4077280Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T01:31:17.4077570Z test_vmap_linalg_failure_1D_input_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T01:31:17.4077850Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4078710Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4079240Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.4079370Z ok (0.009s) 2022-11-23T01:31:17.4079580Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4079880Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:17.4080170Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T01:31:17.4080460Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T01:31:17.4081350Z test_vmap_linalg_failure_1D_input_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4081860Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.4081990Z ok (0.029s) 2022-11-23T01:31:17.4082770Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-11-23T01:31:17.4083310Z return self.op(*args, **kwargs) 2022-11-23T01:31:17.4083440Z ok (0.035s) 2022-11-23T01:31:17.4083650Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T01:31:17.4083980Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.119s) 2022-11-23T01:31:17.4084280Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:17.4084580Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T01:31:17.4084870Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T01:31:17.4085160Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4085460Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:17.4085760Z test_vmap_linalg_failure_1D_input_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4086090Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4086400Z test_vmap_linalg_failure_1D_input_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T01:31:17.4086710Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T01:31:17.4087070Z 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.001s) 2022-11-23T01:31:17.4087410Z test_vmap_linalg_failure_1D_input_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T01:31:17.4095640Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T01:31:17.4095950Z test_vmap_linalg_failure_1D_input_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T01:31:17.4096250Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T01:31:17.4096550Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.133s) 2022-11-23T01:31:17.4096840Z test_vmap_linalg_failure_1D_input_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.302s) 2022-11-23T01:31:17.4097140Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T01:31:17.4097440Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.4097820Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-11-23T01:31:17.4098140Z test_vmap_linalg_failure_1D_input_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4098460Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4098780Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:31:17.4099080Z test_vmap_multi_dot_failure_1D_input_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T01:31:17.4099220Z 2022-11-23T01:31:17.4099410Z ---------------------------------------------------------------------- 2022-11-23T01:31:17.4099600Z Ran 1843 tests in 38.933s 2022-11-23T01:31:17.4099690Z 2022-11-23T01:31:17.4099760Z OK (skipped=57, expected failures=232) 2022-11-23T01:31:17.4099860Z 2022-11-23T01:31:17.4100010Z Generating XML reports... 2022-11-23T01:31:17.4100320Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestRandomnessCPU-20221123013038.xml 2022-11-23T01:31:17.4100730Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestTransformFailureCPU-20221123013038.xml 2022-11-23T01:31:17.4101110Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapAPI-20221123013038.xml 2022-11-23T01:31:17.4101500Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapBatchedGradientCPU-20221123013038.xml 2022-11-23T01:31:17.4101880Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperators-20221123013038.xml 2022-11-23T01:31:17.4102270Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperatorsOpInfoCPU-20221123013038.xml 2022-11-23T01:31:17.4102460Z 2022-11-23T01:31:17.4102700Z ##[endgroup] 2022-11-23T01:31:17.4103020Z FINISHED PRINTING LOG FILE of functorch/test_vmap (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/functorch-test_vmap_no_i6xvx) 2022-11-23T01:31:17.4103210Z 2022-11-23T01:31:17.5060160Z Prepare all required actions 2022-11-23T01:31:17.5060430Z Getting action download info 2022-11-23T01:31:17.6492180Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:31:17.8754010Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T01:31:17.8754260Z with: 2022-11-23T01:31:17.8754640Z github-token: *** 2022-11-23T01:31:17.8754750Z env: 2022-11-23T01:31:17.8754860Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:17.8755010Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:17.8755160Z TEST_CONFIG: functorch 2022-11-23T01:31:17.8755280Z SHARD_NUMBER: 1 2022-11-23T01:31:17.8755400Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:17.8755510Z PR_BODY: 2022-11-23T01:31:17.8755630Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:17.8755780Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:17.8755990Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:17.8756240Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:17.8756500Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:17.8756740Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:17.8756910Z ##[endgroup] 2022-11-23T01:31:17.8775880Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:31:17.8776050Z with: 2022-11-23T01:31:17.8776160Z shell: bash 2022-11-23T01:31:17.8776300Z timeout_minutes: 10 2022-11-23T01:31:17.8776430Z max_attempts: 5 2022-11-23T01:31:17.8776560Z retry_wait_seconds: 30 2022-11-23T01:31:17.8776840Z 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 "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:31:17.8777130Z polling_interval_seconds: 1 2022-11-23T01:31:17.8777290Z warning_on_retry: true 2022-11-23T01:31:17.8777430Z continue_on_error: false 2022-11-23T01:31:17.8777560Z env: 2022-11-23T01:31:17.8777680Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:17.8777840Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:17.8777990Z TEST_CONFIG: functorch 2022-11-23T01:31:17.8778180Z SHARD_NUMBER: 1 2022-11-23T01:31:17.8778310Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:17.8778440Z PR_BODY: 2022-11-23T01:31:17.8778560Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:17.8778720Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:17.8778910Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:17.8779160Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:17.8779530Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:17.8779790Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:17.8780160Z GITHUB_TOKEN: *** 2022-11-23T01:31:17.8780290Z ##[endgroup] 2022-11-23T01:31:17.9376480Z + python3 -m pip install requests==2.26.0 2022-11-23T01:31:18.2469710Z Requirement already satisfied: requests==2.26.0 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (2.26.0) 2022-11-23T01:31:18.2536400Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2022.5.18.1) 2022-11-23T01:31:18.2541430Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (3.3) 2022-11-23T01:31:18.2546460Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (1.26.9) 2022-11-23T01:31:18.2552610Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2.0.4) 2022-11-23T01:31:18.3178680Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-0ca02be45215be624 2022-11-23T01:31:23.0617060Z + GHA_WORKFLOW_JOB_ID=9655211516 2022-11-23T01:31:23.0620080Z + echo job-id=9655211516 2022-11-23T01:31:23.9522640Z Command completed after 1 attempt(s). 2022-11-23T01:31:23.9673660Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T01:31:23.9674360Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T01:31:23.9717680Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:31:23.9718200Z env: 2022-11-23T01:31:23.9718700Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:23.9719260Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:23.9719870Z TEST_CONFIG: functorch 2022-11-23T01:31:23.9720360Z SHARD_NUMBER: 1 2022-11-23T01:31:23.9720850Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:23.9721310Z PR_BODY: 2022-11-23T01:31:23.9721770Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:23.9722350Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:23.9723070Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:23.9723990Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:23.9725040Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:23.9726030Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:23.9726740Z MONITOR_SCRIPT_PID: 18736 2022-11-23T01:31:23.9727240Z ##[endgroup] 2022-11-23T01:31:24.2601080Z Prepare all required actions 2022-11-23T01:31:24.2601310Z Getting action download info 2022-11-23T01:31:24.4229860Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T01:31:24.6992510Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T01:31:24.9004340Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T01:31:24.9004530Z with: 2022-11-23T01:31:24.9004650Z use-gha: true 2022-11-23T01:31:24.9004810Z file-suffix: test-functorch-1-1-macos-m1-12_9655211516 2022-11-23T01:31:24.9004960Z env: 2022-11-23T01:31:24.9005080Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:24.9005230Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:24.9005380Z TEST_CONFIG: functorch 2022-11-23T01:31:24.9005500Z SHARD_NUMBER: 1 2022-11-23T01:31:24.9005620Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:24.9005740Z PR_BODY: 2022-11-23T01:31:24.9005890Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:24.9006040Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:24.9006240Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:24.9006600Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:24.9006870Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:24.9007130Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:24.9007300Z ##[endgroup] 2022-11-23T01:31:24.9047040Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:31:24.9047180Z with: 2022-11-23T01:31:24.9047370Z name: test-jsons-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip 2022-11-23T01:31:24.9047570Z retention-days: 14 2022-11-23T01:31:24.9047710Z if-no-files-found: warn 2022-11-23T01:31:24.9047840Z path: test/**/*.json 2022-11-23T01:31:24.9047960Z env: 2022-11-23T01:31:24.9048080Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:24.9048230Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:24.9048380Z TEST_CONFIG: functorch 2022-11-23T01:31:24.9048500Z SHARD_NUMBER: 1 2022-11-23T01:31:24.9048620Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:24.9048740Z PR_BODY: 2022-11-23T01:31:24.9048870Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:24.9049020Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:24.9049210Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:24.9049450Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:24.9049720Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:24.9049970Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:24.9050150Z ##[endgroup] 2022-11-23T01:31:25.0108310Z With the provided path, there will be 5 files uploaded 2022-11-23T01:31:25.0110170Z Starting artifact upload 2022-11-23T01:31:25.0110780Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-11-23T01:31:25.0111150Z Artifact name is valid! 2022-11-23T01:31:25.0545770Z Container for artifact "test-jsons-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip" successfully created. Starting upload of file(s) 2022-11-23T01:31:25.2518630Z Total size of all the files uploaded is 38420 bytes 2022-11-23T01:31:25.2519320Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:31:25.2852240Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:31:25.2852710Z 2022-11-23T01:31:25.2853000Z The raw size of all the files that were specified for upload is 363633 bytes 2022-11-23T01:31:25.2854920Z The size of all the files that were uploaded is 38420 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:31:25.2855490Z 2022-11-23T01:31:25.2856520Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-11-23T01:31:25.2857150Z 2022-11-23T01:31:25.2857810Z Artifact test-jsons-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip has been successfully uploaded! 2022-11-23T01:31:25.2996450Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:31:25.2997040Z with: 2022-11-23T01:31:25.2997630Z name: test-reports-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip 2022-11-23T01:31:25.2998280Z retention-days: 14 2022-11-23T01:31:25.2998840Z if-no-files-found: ignore 2022-11-23T01:31:25.2999340Z path: test/**/*.xml test/**/*.csv 2022-11-23T01:31:25.2999720Z env: 2022-11-23T01:31:25.3000100Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:25.3000580Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:25.3001160Z TEST_CONFIG: functorch 2022-11-23T01:31:25.3001880Z SHARD_NUMBER: 1 2022-11-23T01:31:25.3002260Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:25.3002610Z PR_BODY: 2022-11-23T01:31:25.3003120Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:25.3003570Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:25.3004190Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:25.3004990Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:25.3005850Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:25.3006610Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:25.3007170Z ##[endgroup] 2022-11-23T01:31:25.4394900Z With the provided path, there will be 37 files uploaded 2022-11-23T01:31:25.4407360Z Starting artifact upload 2022-11-23T01:31:25.4408010Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-11-23T01:31:25.4408370Z Artifact name is valid! 2022-11-23T01:31:25.8114600Z Container for artifact "test-reports-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip" successfully created. Starting upload of file(s) 2022-11-23T01:31:27.8514180Z Total size of all the files uploaded is 172088 bytes 2022-11-23T01:31:27.8515530Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:31:27.8914530Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:31:27.8915330Z 2022-11-23T01:31:27.8915950Z The raw size of all the files that were specified for upload is 2802719 bytes 2022-11-23T01:31:27.8917630Z The size of all the files that were uploaded is 172088 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:31:27.8918690Z 2022-11-23T01:31:27.8921440Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-11-23T01:31:27.8922800Z 2022-11-23T01:31:27.8924250Z Artifact test-reports-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip has been successfully uploaded! 2022-11-23T01:31:27.9120720Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:31:27.9121160Z with: 2022-11-23T01:31:27.9121710Z name: usage-log-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip 2022-11-23T01:31:27.9122310Z retention-days: 14 2022-11-23T01:31:27.9122720Z if-no-files-found: ignore 2022-11-23T01:31:27.9123130Z path: usage_log.txt 2022-11-23T01:31:27.9123480Z env: 2022-11-23T01:31:27.9123850Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:27.9124820Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:27.9125290Z TEST_CONFIG: functorch 2022-11-23T01:31:27.9125740Z SHARD_NUMBER: 1 2022-11-23T01:31:27.9126130Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:27.9126490Z PR_BODY: 2022-11-23T01:31:27.9126920Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:27.9127350Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:27.9127900Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:27.9128600Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:27.9129760Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:27.9130630Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:27.9131220Z ##[endgroup] 2022-11-23T01:31:28.0071180Z With the provided path, there will be 1 file uploaded 2022-11-23T01:31:28.0073160Z Starting artifact upload 2022-11-23T01:31:28.0073790Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-11-23T01:31:28.0074420Z Artifact name is valid! 2022-11-23T01:31:28.0482510Z Container for artifact "usage-log-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip" successfully created. Starting upload of file(s) 2022-11-23T01:31:28.8712120Z Total size of all the files uploaded is 42338 bytes 2022-11-23T01:31:28.8712990Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:31:28.9050080Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:31:28.9050770Z 2022-11-23T01:31:28.9051800Z The raw size of all the files that were specified for upload is 2610508 bytes 2022-11-23T01:31:28.9052910Z The size of all the files that were uploaded is 42338 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:31:28.9053770Z 2022-11-23T01:31:28.9055240Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-11-23T01:31:28.9056100Z 2022-11-23T01:31:28.9057690Z Artifact usage-log-runattempt1-test-functorch-1-1-macos-m1-12_9655211516.zip has been successfully uploaded! 2022-11-23T01:31:28.9176850Z ##[group]Run set -x 2022-11-23T01:31:28.9177380Z set -x 2022-11-23T01:31:28.9177980Z ${CONDA_RUN} python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:31:28.9255410Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:31:28.9255820Z env: 2022-11-23T01:31:28.9256170Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:31:28.9256590Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:31:28.9257020Z TEST_CONFIG: functorch 2022-11-23T01:31:28.9257380Z SHARD_NUMBER: 1 2022-11-23T01:31:28.9257730Z NUM_TEST_SHARDS: 1 2022-11-23T01:31:28.9258070Z PR_BODY: 2022-11-23T01:31:28.9258430Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:31:28.9258870Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:31:28.9259400Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:28.9260180Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:31:28.9260940Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:31:28.9261650Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:31:28.9262200Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:31:28.9262590Z BRANCH: master 2022-11-23T01:31:28.9262940Z PR_NUMBER: 2022-11-23T01:31:28.9263340Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:31:28.9263730Z TAG: 2022-11-23T01:31:28.9264160Z WORKFLOW_ID: 3528293554 2022-11-23T01:31:28.9265350Z GITHUB_TOKEN: *** 2022-11-23T01:31:28.9265870Z AWS_ACCESS_KEY_ID: *** 2022-11-23T01:31:28.9266420Z AWS_SECRET_ACCESS_KEY: *** 2022-11-23T01:31:28.9266840Z GHA_WORKFLOW_JOB_ID: 9655211516 2022-11-23T01:31:28.9267220Z ##[endgroup] 2022-11-23T01:31:29.2061840Z + conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:31:29.2062230Z + local cmd=run 2022-11-23T01:31:29.2062380Z + case "$cmd" in 2022-11-23T01:31:29.2062760Z + __conda_exe run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:31:29.2064850Z + __add_sys_prefix_to_path 2022-11-23T01:31:29.2065460Z + '[' -n '' ']' 2022-11-23T01:31:29.2068270Z ++ dirname /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2022-11-23T01:31:29.2077410Z + SYSP=/Users/ec2-user/runner/_work/_temp/miniconda/bin 2022-11-23T01:31:29.2079970Z ++ dirname /Users/ec2-user/runner/_work/_temp/miniconda/bin 2022-11-23T01:31:29.2092910Z + SYSP=/Users/ec2-user/runner/_work/_temp/miniconda 2022-11-23T01:31:29.2093370Z + '[' -n '' ']' 2022-11-23T01:31:29.2093880Z + PATH=/Users/ec2-user/runner/_work/_temp/miniconda/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/Users/ec2-user/runner/_work/_temp/miniconda/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/bin:/opt/homebrew/sbin 2022-11-23T01:31:29.2094250Z + export PATH 2022-11-23T01:31:29.2094670Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:31:38.8910580Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T01:31:38.8910900Z 2022-11-23T01:31:38.8911290Z ----- Historic stats comparison result ------ 2022-11-23T01:31:38.8911400Z 2022-11-23T01:31:38.8911520Z job: macos-12-py3-arm64 2022-11-23T01:31:38.8911760Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:31:38.8911890Z 2022-11-23T01:31:38.8912010Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T01:31:38.8912390Z 2022-11-23T01:31:38.8912510Z : (master) 2022-11-23T01:31:38.8913130Z | 2022-11-23T01:31:38.8913360Z * 1cfd3858ac (HEAD) total time 1511.56s 2022-11-23T01:31:38.8914880Z * 26322544b8 (base) 3 reports, total time 2075.38s ± 559.11s 2022-11-23T01:31:38.8915200Z * 7f4b4d2827 3 reports, total time 2076.40s ± 568.72s 2022-11-23T01:31:38.8915450Z * b50699f247 3 reports, total time 2085.99s ± 561.85s 2022-11-23T01:31:38.8915790Z * 8bf8e4d71e 3 reports, total time 2082.82s ± 561.76s 2022-11-23T01:31:38.8916030Z * ce856cee7e 3 reports, total time 2085.24s ± 559.20s 2022-11-23T01:31:38.8916270Z * 391b593ca2 3 reports, total time 2081.37s ± 562.69s 2022-11-23T01:31:38.8916520Z * 5bba783d21 3 reports, total time 2081.89s ± 564.13s 2022-11-23T01:31:38.8916800Z * ea920a1115 3 reports, total time 2076.36s ± 559.32s 2022-11-23T01:31:38.8917050Z * 74e62a1fef 3 reports, total time 2090.08s ± 571.84s 2022-11-23T01:31:38.8926750Z * 00b7d8ef23 3 reports, total time 2334.11s ± 718.79s 2022-11-23T01:31:38.8926940Z | 2022-11-23T01:31:38.8927070Z : 2022-11-23T01:31:38.8927130Z 2022-11-23T01:31:38.8927230Z Removed (across 535 suites) 0 tests, totaling 0.00s 2022-11-23T01:31:38.8927440Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T01:31:38.8927660Z Added (across 34 suites) 12624 tests, totaling +1511.56s 2022-11-23T01:31:38.9525540Z Post job cleanup. 2022-11-23T01:31:39.0772890Z Post job cleanup. 2022-11-23T01:31:39.1751210Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388, not saving cache. 2022-11-23T01:31:39.1800200Z Post job cleanup. 2022-11-23T01:31:39.2767820Z Cache hit occurred on the primary key miniconda-macOS-ARM64-3.9-20221123d, not saving cache. 2022-11-23T01:31:39.2815750Z Post job cleanup. 2022-11-23T01:31:39.2846370Z Post job cleanup. 2022-11-23T01:31:39.3671110Z [command]/usr/bin/git version 2022-11-23T01:31:39.3729670Z git version 2.32.1 (Apple Git-133) 2022-11-23T01:31:39.3747930Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/df34d212-870d-418b-9ae2-914dd0496788/.gitconfig' 2022-11-23T01:31:39.3754260Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/df34d212-870d-418b-9ae2-914dd0496788' before making global git config changes 2022-11-23T01:31:39.3754640Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:31:39.3757340Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:31:39.3810880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:31:39.3856880Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:31:39.4249180Z Entering 'android/libs/fbjni' 2022-11-23T01:31:39.4307160Z Entering 'third_party/FP16' 2022-11-23T01:31:39.4364060Z Entering 'third_party/FXdiv' 2022-11-23T01:31:39.4421140Z Entering 'third_party/NNPACK' 2022-11-23T01:31:39.4478130Z Entering 'third_party/QNNPACK' 2022-11-23T01:31:39.4534460Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:31:39.4590820Z Entering 'third_party/XNNPACK' 2022-11-23T01:31:39.4651880Z Entering 'third_party/benchmark' 2022-11-23T01:31:39.4710220Z Entering 'third_party/cpuinfo' 2022-11-23T01:31:39.4767070Z Entering 'third_party/cub' 2022-11-23T01:31:39.4822960Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:31:39.4882080Z Entering 'third_party/cutlass' 2022-11-23T01:31:39.4941400Z Entering 'third_party/eigen' 2022-11-23T01:31:39.4999390Z Entering 'third_party/fbgemm' 2022-11-23T01:31:39.5055500Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:31:39.5116430Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:31:39.5173540Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:31:39.5231490Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:31:39.5290070Z Entering 'third_party/flatbuffers' 2022-11-23T01:31:39.5347750Z Entering 'third_party/fmt' 2022-11-23T01:31:39.5404750Z Entering 'third_party/foxi' 2022-11-23T01:31:39.5461080Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:31:39.5517860Z Entering 'third_party/gloo' 2022-11-23T01:31:39.5574210Z Entering 'third_party/googletest' 2022-11-23T01:31:39.5630720Z Entering 'third_party/ideep' 2022-11-23T01:31:39.5685920Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:31:39.5743540Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:31:39.5803870Z Entering 'third_party/ios-cmake' 2022-11-23T01:31:39.5860040Z Entering 'third_party/ittapi' 2022-11-23T01:31:39.5916430Z Entering 'third_party/kineto' 2022-11-23T01:31:39.5971870Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:31:39.6031200Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:31:39.6089240Z Entering 'third_party/nccl/nccl' 2022-11-23T01:31:39.6145460Z Entering 'third_party/neon2sse' 2022-11-23T01:31:39.6202870Z Entering 'third_party/nlohmann' 2022-11-23T01:31:39.6260750Z Entering 'third_party/onnx' 2022-11-23T01:31:39.6320340Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:31:39.6376950Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:31:39.6434510Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:31:39.6489960Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:31:39.6547690Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:31:39.6604290Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:31:39.6659140Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:31:39.6719950Z Entering 'third_party/pocketfft' 2022-11-23T01:31:39.6776470Z Entering 'third_party/protobuf' 2022-11-23T01:31:39.6832980Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:31:39.6890550Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:31:39.6949020Z Entering 'third_party/psimd' 2022-11-23T01:31:39.7005480Z Entering 'third_party/pthreadpool' 2022-11-23T01:31:39.7061280Z Entering 'third_party/pybind11' 2022-11-23T01:31:39.7117150Z Entering 'third_party/python-enum' 2022-11-23T01:31:39.7172480Z Entering 'third_party/python-peachpy' 2022-11-23T01:31:39.7228190Z Entering 'third_party/python-six' 2022-11-23T01:31:39.7284450Z Entering 'third_party/sleef' 2022-11-23T01:31:39.7340730Z Entering 'third_party/tbb' 2022-11-23T01:31:39.7397660Z Entering 'third_party/tensorpipe' 2022-11-23T01:31:39.7453360Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:31:39.7509260Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:31:39.7565700Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:31:39.7622640Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:31:39.7678290Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:31:39.7737820Z Entering 'third_party/zstd' 2022-11-23T01:31:39.7804050Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:31:39.7849700Z http.https://github.com/.extraheader 2022-11-23T01:31:39.7854810Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:31:39.7905430Z [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-11-23T01:31:39.8285920Z Entering 'android/libs/fbjni' 2022-11-23T01:31:39.8320750Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8371750Z Entering 'third_party/FP16' 2022-11-23T01:31:39.8406700Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8450760Z Entering 'third_party/FXdiv' 2022-11-23T01:31:39.8486280Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8529810Z Entering 'third_party/NNPACK' 2022-11-23T01:31:39.8564670Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8607940Z Entering 'third_party/QNNPACK' 2022-11-23T01:31:39.8642290Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8685540Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:31:39.8719850Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8763470Z Entering 'third_party/XNNPACK' 2022-11-23T01:31:39.8798420Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8845420Z Entering 'third_party/benchmark' 2022-11-23T01:31:39.8880670Z http.https://github.com/.extraheader 2022-11-23T01:31:39.8924050Z Entering 'third_party/cpuinfo' 2022-11-23T01:31:39.8958840Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9001790Z Entering 'third_party/cub' 2022-11-23T01:31:39.9036410Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9079570Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:31:39.9114330Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9159470Z Entering 'third_party/cutlass' 2022-11-23T01:31:39.9194470Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9241160Z Entering 'third_party/eigen' 2022-11-23T01:31:39.9276640Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9320840Z Entering 'third_party/fbgemm' 2022-11-23T01:31:39.9355220Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9398350Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:31:39.9433030Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9476400Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:31:39.9511520Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9555050Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:31:39.9589980Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9631570Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:31:39.9665090Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9709720Z Entering 'third_party/flatbuffers' 2022-11-23T01:31:39.9745680Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9789550Z Entering 'third_party/fmt' 2022-11-23T01:31:39.9823950Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9866870Z Entering 'third_party/foxi' 2022-11-23T01:31:39.9901400Z http.https://github.com/.extraheader 2022-11-23T01:31:39.9944300Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:31:39.9978730Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0022020Z Entering 'third_party/gloo' 2022-11-23T01:31:40.0056950Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0100050Z Entering 'third_party/googletest' 2022-11-23T01:31:40.0135090Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0178280Z Entering 'third_party/ideep' 2022-11-23T01:31:40.0213190Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0254940Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:31:40.0289970Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0333280Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:31:40.0367990Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0415410Z Entering 'third_party/ios-cmake' 2022-11-23T01:31:40.0450700Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0493840Z Entering 'third_party/ittapi' 2022-11-23T01:31:40.0528440Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0571550Z Entering 'third_party/kineto' 2022-11-23T01:31:40.0606190Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0649540Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:31:40.0684400Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0728410Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:31:40.0763680Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0808100Z Entering 'third_party/nccl/nccl' 2022-11-23T01:31:40.0843640Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0887150Z Entering 'third_party/neon2sse' 2022-11-23T01:31:40.0921610Z http.https://github.com/.extraheader 2022-11-23T01:31:40.0970890Z Entering 'third_party/nlohmann' 2022-11-23T01:31:40.1006650Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1051800Z Entering 'third_party/onnx' 2022-11-23T01:31:40.1087070Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1134250Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:31:40.1169540Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1213830Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:31:40.1249820Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1295670Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:31:40.1331310Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1373600Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:31:40.1408700Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1453060Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:31:40.1487790Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1531950Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:31:40.1567380Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1610050Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:31:40.1644760Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1692250Z Entering 'third_party/pocketfft' 2022-11-23T01:31:40.1727660Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1770900Z Entering 'third_party/protobuf' 2022-11-23T01:31:40.1805940Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1850110Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:31:40.1885090Z http.https://github.com/.extraheader 2022-11-23T01:31:40.1928750Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:31:40.1963560Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2008290Z Entering 'third_party/psimd' 2022-11-23T01:31:40.2043940Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2087420Z Entering 'third_party/pthreadpool' 2022-11-23T01:31:40.2122000Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2164450Z Entering 'third_party/pybind11' 2022-11-23T01:31:40.2199050Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2242370Z Entering 'third_party/python-enum' 2022-11-23T01:31:40.2277240Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2319410Z Entering 'third_party/python-peachpy' 2022-11-23T01:31:40.2353840Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2396710Z Entering 'third_party/python-six' 2022-11-23T01:31:40.2431440Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2474720Z Entering 'third_party/sleef' 2022-11-23T01:31:40.2509240Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2552390Z Entering 'third_party/tbb' 2022-11-23T01:31:40.2586680Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2630380Z Entering 'third_party/tensorpipe' 2022-11-23T01:31:40.2664680Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2707060Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:31:40.2741550Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2784780Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:31:40.2818980Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2862420Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:31:40.2897600Z http.https://github.com/.extraheader 2022-11-23T01:31:40.2941280Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:31:40.2976000Z http.https://github.com/.extraheader 2022-11-23T01:31:40.3018280Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:31:40.3052930Z http.https://github.com/.extraheader 2022-11-23T01:31:40.3098720Z Entering 'third_party/zstd' 2022-11-23T01:31:40.3134350Z http.https://github.com/.extraheader 2022-11-23T01:31:40.3314300Z Cleaning up orphan processes 2022-11-23T01:31:40.3643290Z Terminate orphan process: pid (18843) (python3.9)