2022-11-23T01:14:53.3812449Z Requested labels: windows.4xlarge 2022-11-23T01:14:53.3812521Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:14:53.3812542Z Waiting for a runner to pick up this job... 2022-11-23T01:15:20.7511518Z Job is about to start running on the runner: i-0722127b95fc4626e (organization) 2022-11-23T01:15:24.5076266Z Current runner version: '2.299.1' 2022-11-23T01:15:24.5083460Z Runner name: 'i-0722127b95fc4626e' 2022-11-23T01:15:24.5083844Z Runner group name: 'Default' 2022-11-23T01:15:24.5084449Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:15:24.5086627Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:15:24.5087145Z Actions: write 2022-11-23T01:15:24.5087400Z Checks: write 2022-11-23T01:15:24.5087653Z Contents: write 2022-11-23T01:15:24.5087892Z Deployments: write 2022-11-23T01:15:24.5088159Z Discussions: write 2022-11-23T01:15:24.5088411Z Issues: write 2022-11-23T01:15:24.5088641Z Metadata: read 2022-11-23T01:15:24.5088890Z Packages: write 2022-11-23T01:15:24.5089146Z Pages: write 2022-11-23T01:15:24.5089367Z PullRequests: write 2022-11-23T01:15:24.5089647Z RepositoryProjects: write 2022-11-23T01:15:24.5089951Z SecurityEvents: write 2022-11-23T01:15:24.5090178Z Statuses: write 2022-11-23T01:15:24.5090435Z ##[endgroup] 2022-11-23T01:15:24.5093958Z Secret source: Actions 2022-11-23T01:15:24.5094507Z Prepare workflow directory 2022-11-23T01:15:24.6964348Z Prepare all required actions 2022-11-23T01:15:24.7131139Z Getting action download info 2022-11-23T01:15:24.8874969Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:18:15.7100323Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:18:19.2404324Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:18:20.2060090Z Getting action download info 2022-11-23T01:18:21.1301416Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:18:21.8126284Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:18:21.8128120Z ##[group] Inputs 2022-11-23T01:18:21.8128400Z build-environment: win-vs2019-cpu-py3 2022-11-23T01:18:21.8128687Z cuda-version: cpu 2022-11-23T01:18:21.8129136Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "windows.4xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "windows.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:18:21.8129537Z sync-tag: 2022-11-23T01:18:21.8129802Z ##[endgroup] 2022-11-23T01:18:21.8130290Z Complete job name: win-vs2019-cpu-py3 / test (functorch, 1, 1, windows.4xlarge) 2022-11-23T01:18:21.9477226Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:18:21.9477678Z git config --global core.symlinks true 2022-11-23T01:18:21.9512296Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:21.9512715Z env: 2022-11-23T01:18:21.9512885Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:21.9513080Z ##[endgroup] 2022-11-23T01:18:23.0071518Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:18:23.0071876Z with: 2022-11-23T01:18:23.0072117Z no-sudo: true 2022-11-23T01:18:23.0072301Z submodules: recursive 2022-11-23T01:18:23.0072487Z fetch-depth: 0 2022-11-23T01:18:23.0072640Z env: 2022-11-23T01:18:23.0072810Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:23.0073001Z ##[endgroup] 2022-11-23T01:18:23.0389011Z ##[group]Run retry () { 2022-11-23T01:18:23.0389244Z retry () { 2022-11-23T01:18:23.0389469Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:18:23.0389678Z } 2022-11-23T01:18:23.0389931Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:18:23.0390142Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:18:23.0390360Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:18:23.0390562Z else 2022-11-23T01:18:23.0390799Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:18:23.0390984Z fi 2022-11-23T01:18:23.0391167Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:18:23.0420474Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:23.0420755Z env: 2022-11-23T01:18:23.0420931Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:23.0421115Z NO_SUDO: true 2022-11-23T01:18:23.0421271Z ##[endgroup] 2022-11-23T01:18:23.0704445Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:23.3812808Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:18:23.3813062Z with: 2022-11-23T01:18:23.3813245Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:23.3813452Z fetch-depth: 0 2022-11-23T01:18:23.3813632Z submodules: recursive 2022-11-23T01:18:23.3813822Z quiet-checkout: true 2022-11-23T01:18:23.3814016Z repository: pytorch/pytorch 2022-11-23T01:18:23.3814368Z token: *** 2022-11-23T01:18:23.3814538Z ssh-strict: true 2022-11-23T01:18:23.3814727Z persist-credentials: true 2022-11-23T01:18:23.3814919Z clean: true 2022-11-23T01:18:23.3815079Z lfs: false 2022-11-23T01:18:23.3815316Z set-safe-directory: true 2022-11-23T01:18:23.3815503Z env: 2022-11-23T01:18:23.3815668Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:23.3815838Z ##[endgroup] 2022-11-23T01:18:27.1980665Z Syncing repository: pytorch/pytorch 2022-11-23T01:18:27.1982076Z ##[group]Getting Git version info 2022-11-23T01:18:27.1982371Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:18:27.2038735Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:18:27.2240042Z git version 2.38.1.windows.1 2022-11-23T01:18:27.2278715Z ##[endgroup] 2022-11-23T01:18:27.2294293Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\8768f0fa-8e89-458c-a870-3ebfeb698c11\.gitconfig' 2022-11-23T01:18:27.2351571Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8768f0fa-8e89-458c-a870-3ebfeb698c11' before making global git config changes 2022-11-23T01:18:27.2352046Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:18:27.2359949Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:27.2617498Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:18:27.2626286Z ##[group]Initializing the repository 2022-11-23T01:18:27.2633798Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:27.3960892Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:18:27.4000209Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:18:27.4288715Z ##[endgroup] 2022-11-23T01:18:27.4289122Z ##[group]Disabling automatic garbage collection 2022-11-23T01:18:27.4295935Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:18:27.4538157Z ##[endgroup] 2022-11-23T01:18:27.4538621Z ##[group]Setting up auth 2022-11-23T01:18:27.4548998Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:18:27.4786329Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:18:28.8286979Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:18:28.8522390Z [command]"C:\Program Files\Git\cmd\git.exe" 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:18:29.2595260Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:18:29.2887527Z ##[endgroup] 2022-11-23T01:18:29.2887912Z ##[group]Fetching the repository 2022-11-23T01:18:29.2897800Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:19:38.5626848Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:19:38.5832240Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:19:38.5865405Z ##[endgroup] 2022-11-23T01:19:38.5865780Z ##[group]Determining the checkout info 2022-11-23T01:19:38.5867214Z ##[endgroup] 2022-11-23T01:19:38.5867532Z ##[group]Checking out the ref 2022-11-23T01:19:38.5874895Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:19:55.4212768Z ##[endgroup] 2022-11-23T01:19:55.4213231Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:19:55.4222960Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:19:55.4523488Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:19:55.4762406Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:19:55.4997613Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:19:55.5226410Z ##[endgroup] 2022-11-23T01:19:55.5226809Z ##[group]Fetching submodules 2022-11-23T01:19:55.5233594Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:19:55.9413822Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:19:56.5573693Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:19:56.5574231Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:19:56.5574781Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:19:56.5576552Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:19:56.5578185Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:19:56.5578796Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:19:56.5579368Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:19:56.5580471Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:19:56.5581345Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:19:56.5581940Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:19:56.5582433Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:19:56.5582962Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:19:56.5583414Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:19:56.5583822Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:19:56.5584276Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:19:56.5584715Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:19:56.5585332Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:19:56.5585774Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:19:56.5586236Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:19:56.5586687Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:19:56.5587177Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:19:56.5587607Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:19:56.5588108Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:19:56.5588532Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:19:56.5588946Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:19:56.5589362Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:19:56.5589794Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:19:56.5590211Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:19:56.5590657Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:19:56.5591101Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:19:56.5591560Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:19:56.5592132Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:19:56.5592632Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:19:56.5593425Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:19:56.5767987Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:19:56.5768563Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:19:56.5769057Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:19:56.5769499Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:19:56.5771631Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:19:56.5772074Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:19:56.5811901Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:19:57.0120218Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:19:57.3480503Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:19:57.7093870Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:19:58.1915870Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:19:58.6549372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:20:01.4081028Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:20:09.4258437Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:20:10.0641278Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:20:10.8368722Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:20:12.9069366Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:20:14.7374612Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:20:17.0318063Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:20:22.7401198Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:20:23.8449993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:20:25.8480876Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:20:27.2636155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:20:27.5686866Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:20:28.2630912Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:20:28.7301570Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:20:30.0545948Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:20:30.6550620Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:20:31.0041126Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:20:31.4048878Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:20:34.1702003Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:20:34.7797617Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:20:35.3434502Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:20:43.8632394Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:20:45.5399331Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:20:46.1579273Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:20:46.5295032Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:20:52.7509306Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:20:53.0432794Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:20:53.4133854Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:20:54.6311064Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:20:54.9480504Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:20:55.4387585Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:20:55.9368533Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:20:56.7323825Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:20:59.7743817Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:21:00.5631697Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:21:03.3163709Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:21:03.4868068Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:21:03.6154477Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:21:03.7046116Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:21:04.0244054Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:21:04.3963326Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:21:05.2899032Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:21:16.4388470Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:21:16.6689221Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:21:17.5633206Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:21:17.9794414Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:21:22.2066602Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:21:28.2881131Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:21:30.5731327Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:21:31.1307800Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:21:31.1538482Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:21:31.1538989Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:21:31.1539487Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:21:31.1540872Z 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:21:32.5429001Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:21:34.5392209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:21:36.4761912Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:21:36.8425082Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:21:37.2350167Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:21:38.7335715Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:21:39.3282430Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:21:39.4133767Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:21:40.4074271Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:21:40.7221069Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:21:40.8309112Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:21:41.1690852Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:21:41.4737171Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:21:41.9922255Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:21:42.1093735Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:21:42.1227186Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:21:52.7126686Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:21:55.8485304Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:21:55.8627287Z 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:22:04.4971204Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:22:09.0238589Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:22:09.1557355Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:22:09.3154659Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:22:11.2103047Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:22:11.2265063Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:22:11.2265629Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:22:12.8001308Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:22:14.0369030Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:22:14.3330481Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:22:14.8423651Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:22:15.0576577Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:22:15.1494007Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:22:21.1211871Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:22:38.6290299Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:22:38.6472145Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:22:38.6472807Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:22:39.5937015Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:22:41.3268886Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:22:41.9607348Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:22:43.7018802Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:22:44.2872292Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:22:44.3009522Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:22:46.4933763Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:22:52.6314665Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:22:52.6594462Z 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:22:52.6595099Z 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:22:53.5769830Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:22:55.7240901Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:22:56.2877391Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:22:57.5522207Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:22:57.5663546Z 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:22:57.9674871Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:22:58.0761626Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:22:58.2175201Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:23:12.2404727Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:23:12.2571991Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:12.2572557Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:12.8689768Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:23:14.2971495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:23:14.6663519Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:23:16.4123341Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:23:16.5334366Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:23:16.7919055Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:23:17.9512030Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:23:18.0995692Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:23:18.5446005Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:23:18.6519665Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:23:20.4433942Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:23:26.4618753Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:23:28.6179084Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:23:28.7038236Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:28.7038798Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:28.7039290Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:28.7039795Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:30.2256164Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:23:30.9019832Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:23:33.0022162Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:23:34.2562062Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:23:35.1616364Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:23:35.9971611Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:23:37.0909532Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:23:38.0047047Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:23:38.0185240Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:38.6159000Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:23:39.2284952Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:23:40.8620764Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:23:40.8854162Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:23:41.4906271Z Entering 'android/libs/fbjni' 2022-11-23T01:23:41.5394516Z Entering 'third_party/FP16' 2022-11-23T01:23:41.5863944Z Entering 'third_party/FXdiv' 2022-11-23T01:23:41.6323571Z Entering 'third_party/NNPACK' 2022-11-23T01:23:41.6794213Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:41.7258194Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:41.7726175Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:41.8243660Z Entering 'third_party/benchmark' 2022-11-23T01:23:41.8717083Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:41.9201937Z Entering 'third_party/cub' 2022-11-23T01:23:41.9662842Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:42.0122967Z Entering 'third_party/cutlass' 2022-11-23T01:23:42.0641937Z Entering 'third_party/eigen' 2022-11-23T01:23:42.1621628Z Entering 'third_party/fbgemm' 2022-11-23T01:23:42.2099338Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:42.2573381Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:42.3077817Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:42.3541635Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:42.4024712Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:42.4497438Z Entering 'third_party/fmt' 2022-11-23T01:23:42.4962559Z Entering 'third_party/foxi' 2022-11-23T01:23:42.5434299Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:42.5955439Z Entering 'third_party/gloo' 2022-11-23T01:23:42.6417231Z Entering 'third_party/googletest' 2022-11-23T01:23:42.6882213Z Entering 'third_party/ideep' 2022-11-23T01:23:42.7326564Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:42.7801398Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:42.8352548Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:42.8814348Z Entering 'third_party/ittapi' 2022-11-23T01:23:42.9312089Z Entering 'third_party/kineto' 2022-11-23T01:23:42.9785513Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:43.0281178Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:43.0777642Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:43.1242642Z Entering 'third_party/neon2sse' 2022-11-23T01:23:43.1722660Z Entering 'third_party/nlohmann' 2022-11-23T01:23:43.2192439Z Entering 'third_party/onnx' 2022-11-23T01:23:43.2671828Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:43.3164387Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:43.3659414Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:43.4129442Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:43.4600893Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:43.5099731Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:43.5562832Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:43.6115970Z Entering 'third_party/pocketfft' 2022-11-23T01:23:43.6587788Z Entering 'third_party/protobuf' 2022-11-23T01:23:43.7053490Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:43.7537427Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:43.8016696Z Entering 'third_party/psimd' 2022-11-23T01:23:43.8495960Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:43.8955429Z Entering 'third_party/pybind11' 2022-11-23T01:23:43.9415829Z Entering 'third_party/python-enum' 2022-11-23T01:23:43.9889647Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:44.0352562Z Entering 'third_party/python-six' 2022-11-23T01:23:44.0840476Z Entering 'third_party/sleef' 2022-11-23T01:23:44.1309074Z Entering 'third_party/tbb' 2022-11-23T01:23:44.1777112Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:44.2233597Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:44.2713981Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:44.3203215Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:44.3671832Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:44.4117596Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:44.4628114Z Entering 'third_party/zstd' 2022-11-23T01:23:44.5157899Z ##[endgroup] 2022-11-23T01:23:44.5158958Z ##[group]Persisting credentials for submodules 2022-11-23T01:23:44.5168259Z [command]"C:\Program Files\Git\cmd\git.exe" 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:23:44.9363758Z Entering 'android/libs/fbjni' 2022-11-23T01:23:44.9897309Z Entering 'third_party/FP16' 2022-11-23T01:23:45.0458068Z Entering 'third_party/FXdiv' 2022-11-23T01:23:45.0996658Z Entering 'third_party/NNPACK' 2022-11-23T01:23:45.1551602Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:45.2121385Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:45.2678793Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:45.3245590Z Entering 'third_party/benchmark' 2022-11-23T01:23:45.3792962Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:45.4370624Z Entering 'third_party/cub' 2022-11-23T01:23:45.4907846Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:45.5490257Z Entering 'third_party/cutlass' 2022-11-23T01:23:45.6037213Z Entering 'third_party/eigen' 2022-11-23T01:23:45.6584186Z Entering 'third_party/fbgemm' 2022-11-23T01:23:45.7142455Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:45.7706558Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:45.8287341Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:45.8878600Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:45.9474866Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:46.0023354Z Entering 'third_party/fmt' 2022-11-23T01:23:46.0573304Z Entering 'third_party/foxi' 2022-11-23T01:23:46.1103290Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:46.1638382Z Entering 'third_party/gloo' 2022-11-23T01:23:46.2174556Z Entering 'third_party/googletest' 2022-11-23T01:23:46.2728452Z Entering 'third_party/ideep' 2022-11-23T01:23:46.3269843Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:46.3812408Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:46.4391405Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:46.4942705Z Entering 'third_party/ittapi' 2022-11-23T01:23:46.5486001Z Entering 'third_party/kineto' 2022-11-23T01:23:46.6020393Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:46.6569020Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:46.7136919Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:46.7667968Z Entering 'third_party/neon2sse' 2022-11-23T01:23:46.8201606Z Entering 'third_party/nlohmann' 2022-11-23T01:23:46.8726417Z Entering 'third_party/onnx' 2022-11-23T01:23:46.9287978Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:46.9823789Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:47.0379755Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:47.0902532Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:47.1449171Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:47.1998756Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:47.2542897Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:47.3142541Z Entering 'third_party/pocketfft' 2022-11-23T01:23:47.3696911Z Entering 'third_party/protobuf' 2022-11-23T01:23:47.4243912Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:47.4809645Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:47.5366115Z Entering 'third_party/psimd' 2022-11-23T01:23:47.5925571Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:47.6485416Z Entering 'third_party/pybind11' 2022-11-23T01:23:47.7036229Z Entering 'third_party/python-enum' 2022-11-23T01:23:47.7573166Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:47.8113400Z Entering 'third_party/python-six' 2022-11-23T01:23:47.8658098Z Entering 'third_party/sleef' 2022-11-23T01:23:47.9206518Z Entering 'third_party/tbb' 2022-11-23T01:23:47.9787912Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:48.0307996Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:48.0866389Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:48.1411556Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:48.1996721Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:48.2550892Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:48.3171828Z Entering 'third_party/zstd' 2022-11-23T01:23:48.3799782Z [command]"C:\Program Files\Git\cmd\git.exe" 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:23:48.7928033Z Entering 'android/libs/fbjni' 2022-11-23T01:23:48.8512262Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:23:48.8677369Z Entering 'third_party/FP16' 2022-11-23T01:23:48.9274002Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:23:48.9429844Z Entering 'third_party/FXdiv' 2022-11-23T01:23:49.0027325Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:23:49.0180921Z Entering 'third_party/NNPACK' 2022-11-23T01:23:49.0771598Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:23:49.0937190Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:49.1535600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:23:49.1693937Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:49.2289280Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:23:49.2448479Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:49.3046986Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:23:49.3216537Z Entering 'third_party/benchmark' 2022-11-23T01:23:49.3812399Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:23:49.3966247Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:49.4548786Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:23:49.4713564Z Entering 'third_party/cub' 2022-11-23T01:23:49.5896426Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:23:49.6052666Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:49.6637257Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:23:49.6801540Z Entering 'third_party/cutlass' 2022-11-23T01:23:49.7411940Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:23:49.7577055Z Entering 'third_party/eigen' 2022-11-23T01:23:49.8179102Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:23:49.8345910Z Entering 'third_party/fbgemm' 2022-11-23T01:23:49.8942067Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:23:49.9086262Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:49.9691762Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:23:49.9851058Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:50.0445310Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:23:50.0604726Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:50.1216074Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:50.1375906Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:50.1965574Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:23:50.2142473Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:50.2755818Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:23:50.2919994Z Entering 'third_party/fmt' 2022-11-23T01:23:50.3513547Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:23:50.3672828Z Entering 'third_party/foxi' 2022-11-23T01:23:50.4246155Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:23:50.4400341Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:50.4980560Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:23:50.5137084Z Entering 'third_party/gloo' 2022-11-23T01:23:50.5719834Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:23:50.5879535Z Entering 'third_party/googletest' 2022-11-23T01:23:50.6471542Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:50.6628350Z Entering 'third_party/ideep' 2022-11-23T01:23:50.7238855Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:23:50.7391810Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:50.7971256Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:23:50.8119598Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:50.8723002Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:23:50.8928612Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:50.9538008Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:23:50.9701159Z Entering 'third_party/ittapi' 2022-11-23T01:23:51.0352533Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:23:51.0509647Z Entering 'third_party/kineto' 2022-11-23T01:23:51.1117602Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:23:51.1263546Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:51.1870205Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:23:51.2031291Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:51.2634971Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:23:51.2809182Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:51.3394729Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:23:51.3550466Z Entering 'third_party/neon2sse' 2022-11-23T01:23:51.4140803Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:23:51.4302097Z Entering 'third_party/nlohmann' 2022-11-23T01:23:51.4910553Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:23:51.5065323Z Entering 'third_party/onnx' 2022-11-23T01:23:51.5642187Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:23:51.5798556Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:51.6382726Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:23:51.6571148Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:51.7185822Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:23:51.7361935Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:51.7955226Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:23:51.8103641Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:51.8799526Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:23:51.8953869Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:51.9560751Z file:C:/actions-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:23:51.9725834Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:52.0333417Z file:C:/actions-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:23:52.0487430Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:52.1110862Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:23:52.1324291Z Entering 'third_party/pocketfft' 2022-11-23T01:23:52.1894917Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:23:52.2048175Z Entering 'third_party/protobuf' 2022-11-23T01:23:52.3106690Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:23:52.3259942Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:52.3876277Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:23:52.4050546Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:52.4625063Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:52.4803036Z Entering 'third_party/psimd' 2022-11-23T01:23:52.5417282Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:23:52.5574996Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:52.6157713Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:23:52.6316876Z Entering 'third_party/pybind11' 2022-11-23T01:23:52.6945561Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:23:52.7119304Z Entering 'third_party/python-enum' 2022-11-23T01:23:52.7695723Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:23:52.7849425Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:52.8438405Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:23:52.8594150Z Entering 'third_party/python-six' 2022-11-23T01:23:52.9217461Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:23:52.9386161Z Entering 'third_party/sleef' 2022-11-23T01:23:52.9966452Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:23:53.0121860Z Entering 'third_party/tbb' 2022-11-23T01:23:53.0716202Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:23:53.0878817Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:53.1473409Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:23:53.1619989Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:53.2217318Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:53.2377855Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:53.2966076Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:23:53.3126899Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:53.3746367Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:23:53.3915353Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:53.4504060Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:23:53.4653210Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:53.5249403Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:23:53.5470810Z Entering 'third_party/zstd' 2022-11-23T01:23:53.6067222Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:23:53.9004249Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:23:54.3135255Z Entering 'android/libs/fbjni' 2022-11-23T01:23:54.3614158Z Entering 'third_party/FP16' 2022-11-23T01:23:54.4133486Z Entering 'third_party/FXdiv' 2022-11-23T01:23:54.4631408Z Entering 'third_party/NNPACK' 2022-11-23T01:23:54.5092654Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:54.5557620Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:54.6059803Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:54.6543075Z Entering 'third_party/benchmark' 2022-11-23T01:23:54.7037172Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:54.7500150Z Entering 'third_party/cub' 2022-11-23T01:23:54.7977856Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:54.8448339Z Entering 'third_party/cutlass' 2022-11-23T01:23:54.8930224Z Entering 'third_party/eigen' 2022-11-23T01:23:54.9392024Z Entering 'third_party/fbgemm' 2022-11-23T01:23:54.9845361Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:55.0325244Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:55.0788948Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:55.1264520Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:55.1747897Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:55.2229363Z Entering 'third_party/fmt' 2022-11-23T01:23:55.2726119Z Entering 'third_party/foxi' 2022-11-23T01:23:55.3183174Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:55.3675139Z Entering 'third_party/gloo' 2022-11-23T01:23:55.4152166Z Entering 'third_party/googletest' 2022-11-23T01:23:55.4621512Z Entering 'third_party/ideep' 2022-11-23T01:23:55.5603650Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:55.6172672Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:55.6715222Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:55.7198517Z Entering 'third_party/ittapi' 2022-11-23T01:23:55.7683531Z Entering 'third_party/kineto' 2022-11-23T01:23:55.8129989Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:55.8601628Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:55.9088517Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:55.9555131Z Entering 'third_party/neon2sse' 2022-11-23T01:23:56.0044316Z Entering 'third_party/nlohmann' 2022-11-23T01:23:56.0509594Z Entering 'third_party/onnx' 2022-11-23T01:23:56.0971170Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:56.1452920Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:56.1952739Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:56.2512050Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:56.2979796Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:56.3460603Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:56.3951572Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:56.4677698Z Entering 'third_party/pocketfft' 2022-11-23T01:23:56.5159182Z Entering 'third_party/protobuf' 2022-11-23T01:23:56.5610954Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:56.6089978Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:56.6577930Z Entering 'third_party/psimd' 2022-11-23T01:23:56.7040556Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:56.7496310Z Entering 'third_party/pybind11' 2022-11-23T01:23:56.7954891Z Entering 'third_party/python-enum' 2022-11-23T01:23:56.8419630Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:56.8888212Z Entering 'third_party/python-six' 2022-11-23T01:23:56.9644524Z Entering 'third_party/sleef' 2022-11-23T01:23:57.0112091Z Entering 'third_party/tbb' 2022-11-23T01:23:57.0569347Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:57.1017636Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:57.1513728Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:57.1985465Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:57.2473227Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:57.2941430Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:57.3460346Z Entering 'third_party/zstd' 2022-11-23T01:23:57.4002887Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T01:23:57.8199703Z Entering 'android/libs/fbjni' 2022-11-23T01:23:57.8672935Z Entering 'third_party/FP16' 2022-11-23T01:23:57.9162368Z Entering 'third_party/FXdiv' 2022-11-23T01:23:57.9640327Z Entering 'third_party/NNPACK' 2022-11-23T01:23:58.0129708Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:58.0606050Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:58.1238689Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:58.1745112Z Entering 'third_party/benchmark' 2022-11-23T01:23:58.2203906Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:58.2689911Z Entering 'third_party/cub' 2022-11-23T01:23:58.3145707Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:58.3622601Z Entering 'third_party/cutlass' 2022-11-23T01:23:58.4134154Z Entering 'third_party/eigen' 2022-11-23T01:23:58.4619380Z Entering 'third_party/fbgemm' 2022-11-23T01:23:58.5089670Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:58.5566172Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:58.6038114Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:58.6524101Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:58.7359897Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:58.7842966Z Entering 'third_party/fmt' 2022-11-23T01:23:58.8304370Z Entering 'third_party/foxi' 2022-11-23T01:23:58.8789525Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:58.9268243Z Entering 'third_party/gloo' 2022-11-23T01:23:58.9740379Z Entering 'third_party/googletest' 2022-11-23T01:23:59.0210398Z Entering 'third_party/ideep' 2022-11-23T01:23:59.0678012Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:59.1212382Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:59.1789852Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:59.2286542Z Entering 'third_party/ittapi' 2022-11-23T01:23:59.2806122Z Entering 'third_party/kineto' 2022-11-23T01:23:59.3298550Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:59.4027997Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:59.4647632Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:59.5194754Z Entering 'third_party/neon2sse' 2022-11-23T01:23:59.5728865Z Entering 'third_party/nlohmann' 2022-11-23T01:23:59.6254157Z Entering 'third_party/onnx' 2022-11-23T01:23:59.6803754Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:59.7891428Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:59.8896385Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:59.9386292Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:59.9912737Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:24:00.0531978Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:24:00.1036527Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:24:00.1611294Z Entering 'third_party/pocketfft' 2022-11-23T01:24:00.2110707Z Entering 'third_party/protobuf' 2022-11-23T01:24:00.2602513Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:24:00.3098339Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:24:00.5792737Z Entering 'third_party/psimd' 2022-11-23T01:24:00.6284945Z Entering 'third_party/pthreadpool' 2022-11-23T01:24:00.6791689Z Entering 'third_party/pybind11' 2022-11-23T01:24:00.7303003Z Entering 'third_party/python-enum' 2022-11-23T01:24:00.7808251Z Entering 'third_party/python-peachpy' 2022-11-23T01:24:00.8360770Z Entering 'third_party/python-six' 2022-11-23T01:24:00.8863139Z Entering 'third_party/sleef' 2022-11-23T01:24:00.9366615Z Entering 'third_party/tbb' 2022-11-23T01:24:00.9859408Z Entering 'third_party/tensorpipe' 2022-11-23T01:24:01.0348546Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:24:01.0865089Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:24:01.1365996Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:24:01.1874949Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:24:01.2363340Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:24:01.6058463Z Entering 'third_party/zstd' 2022-11-23T01:24:01.6641931Z ##[endgroup] 2022-11-23T01:24:01.6924466Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:24:01.7154792Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:24:01.8173993Z Prepare all required actions 2022-11-23T01:24:01.8174577Z Getting action download info 2022-11-23T01:24:01.9917922Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:24:02.8961450Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:24:02.8961663Z with: 2022-11-23T01:24:02.8961821Z cuda-version: cpu 2022-11-23T01:24:02.8961991Z env: 2022-11-23T01:24:02.8962162Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:02.8962334Z ##[endgroup] 2022-11-23T01:24:02.9271751Z ##[group]Run set -euo pipefail 2022-11-23T01:24:02.9271991Z set -euo pipefail 2022-11-23T01:24:02.9272201Z function get_ec2_metadata() { 2022-11-23T01:24:02.9272441Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:24:02.9272924Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:24:02.9273234Z  category=$1 2022-11-23T01:24:02.9273513Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:24:02.9273747Z } 2022-11-23T01:24:02.9273938Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:24:02.9274203Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:24:02.9274549Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:24:02.9274792Z echo "system info $(uname -a)" 2022-11-23T01:24:02.9312248Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:24:02.9312613Z env: 2022-11-23T01:24:02.9312862Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:02.9313052Z ##[endgroup] 2022-11-23T01:24:03.2046936Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:24:03.2267099Z instance-id: i-0722127b95fc4626e 2022-11-23T01:24:03.2490142Z instance-type: c5d.4xlarge 2022-11-23T01:24:03.3121159Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T01:24:03.3296368Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:24:03.3297316Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:24:03.3320649Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:03.3320934Z env: 2022-11-23T01:24:03.3321110Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:03.3321301Z ##[endgroup] 2022-11-23T01:24:04.4089159Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:04.5159648Z Finished 2022-11-23T01:24:04.5779235Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:24:04.5779644Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:24:04.5802535Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:04.5802825Z env: 2022-11-23T01:24:04.5803010Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:04.5803187Z ##[endgroup] 2022-11-23T01:24:04.9641789Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:05.0557799Z Finished 2022-11-23T01:24:05.7244249Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:24:05.7244528Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:24:05.7267633Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:05.7267911Z env: 2022-11-23T01:24:05.7268090Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:05.7268317Z VS_VERSION: 16.8.6 2022-11-23T01:24:05.7268504Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:24:05.7268689Z ##[endgroup] 2022-11-23T01:24:06.1071183Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:06.2087302Z Finished 2022-11-23T01:24:06.6916610Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:24:06.7260013Z ##[group]Run actions/setup-python@v4 2022-11-23T01:24:06.7260221Z with: 2022-11-23T01:24:06.7260423Z python-version: 3.x 2022-11-23T01:24:06.7260623Z check-latest: false 2022-11-23T01:24:06.7260801Z cache: pip 2022-11-23T01:24:06.7261154Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:24:06.7261632Z token: *** 2022-11-23T01:24:06.7261817Z update-environment: true 2022-11-23T01:24:06.7261999Z env: 2022-11-23T01:24:06.7262153Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:06.7262339Z ##[endgroup] 2022-11-23T01:24:07.1856649Z Version 3.x was not found in the local cache 2022-11-23T01:24:07.4534380Z Version 3.x is available for downloading 2022-11-23T01:24:07.4534840Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:24:07.7059871Z Extract downloaded archive 2022-11-23T01:24:07.7160764Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\9a5b5d6f-b92b-4aa9-9674-d4d41d58ce6a', 'C:\actions-runner\_work\_temp\4251d5bd-b2ee-4e33-898d-c79f2008cd7e')" 2022-11-23T01:24:08.6921672Z Execute installation script 2022-11-23T01:24:09.2913831Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:09.3848845Z Finished 2022-11-23T01:24:09.4393234Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:24:09.4393429Z 2022-11-23T01:24:09.4407134Z Create Python toolcache folder 2022-11-23T01:24:09.4407935Z 2022-11-23T01:24:09.4436907Z Check if current Python version is installed... 2022-11-23T01:24:09.4437404Z 2022-11-23T01:24:09.4461488Z No Python3.11.* found 2022-11-23T01:24:09.4462641Z 2022-11-23T01:24:09.4467754Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:24:09.4468394Z 2022-11-23T01:24:09.7494290Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:24:09.7494508Z 2022-11-23T01:24:09.7515253Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:24:09.7515696Z 2022-11-23T01:24:09.7702724Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:24:09.7704105Z 2022-11-23T01:24:40.7847213Z Create python3 symlink 2022-11-23T01:24:40.7848030Z 2022-11-23T01:24:40.8327527Z 2022-11-23T01:24:40.8329995Z 2022-11-23T01:24:40.8331092Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:24:40.8331306Z 2022-11-23T01:24:40.8336351Z Mode LastWriteTime Length Name 2022-11-23T01:24:40.8338912Z ---- ------------- ------ ---- 2022-11-23T01:24:40.8343032Z -a---l 11/23/2022 1:24 AM 0 python3.exe 2022-11-23T01:24:40.8350304Z Install and upgrade Pip 2022-11-23T01:24:40.8350470Z 2022-11-23T01:24:42.8096889Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpogdel7c_ 2022-11-23T01:24:42.8120831Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:24:42.8121123Z 2022-11-23T01:24:42.8132487Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:24:43.5743869Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:24:43.6887109Z Collecting pip 2022-11-23T01:24:43.7124620Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:24:43.7563000Z 2022-11-23T01:24:43.7564529Z ---------------------------------------- 2.1/2.1 MB 43.4 MB/s eta 0:00:00 2022-11-23T01:24:43.7566148Z 2022-11-23T01:24:43.8292997Z Installing collected packages: pip 2022-11-23T01:24:43.8293376Z Attempting uninstall: pip 2022-11-23T01:24:43.8323645Z Found existing installation: pip 22.3 2022-11-23T01:24:44.2809506Z Uninstalling pip-22.3: 2022-11-23T01:24:44.3083610Z Successfully uninstalled pip-22.3 2022-11-23T01:24:49.4321587Z Successfully installed pip-22.3.1 2022-11-23T01:24:49.6183463Z Create complete file 2022-11-23T01:24:49.6183642Z 2022-11-23T01:24:49.6195523Z 2022-11-23T01:24:49.6195869Z 2022-11-23T01:24:49.6536053Z Successfully set up CPython (3.11.0) 2022-11-23T01:25:05.4759564Z Received 11658366 of 11658366 (100.0%), 75.6 MBs/sec 2022-11-23T01:25:05.4761401Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:25:05.4801515Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/1df07f2b-a7e4-4154-8b36-6586b22572ab/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:05.7415281Z Cache restored successfully 2022-11-23T01:25:05.7448198Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:25:05.8255682Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:25:05.8256002Z with: 2022-11-23T01:25:05.8256714Z github-secret: *** 2022-11-23T01:25:05.8256931Z activate-with-label: false 2022-11-23T01:25:05.8257129Z label: with-ssh 2022-11-23T01:25:05.8257313Z remove-existing-keys: true 2022-11-23T01:25:05.8257501Z env: 2022-11-23T01:25:05.8257676Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:05.8257938Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:05.8258275Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:05.8258589Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:05.8258910Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:05.8259309Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:05.8259702Z ##[endgroup] 2022-11-23T01:25:06.0230891Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:25:06.0476391Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:25:06.0476772Z python3 -m pip install psutil==5.9.1 2022-11-23T01:25:06.0477084Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:25:06.0477372Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:25:06.0477691Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:25:06.0508253Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:25:06.0508536Z env: 2022-11-23T01:25:06.0508739Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:06.0509002Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:06.0509356Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:06.0509699Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:06.0510062Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:06.0510376Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:06.0510605Z ##[endgroup] 2022-11-23T01:25:06.8169138Z Collecting psutil==5.9.1 2022-11-23T01:25:06.8427408Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:25:06.8616810Z ------------------------------------- 479.1/479.1 kB 29.3 MB/s eta 0:00:00 2022-11-23T01:25:07.0574543Z Installing build dependencies: started 2022-11-23T01:25:10.5283360Z Installing build dependencies: finished with status 'done' 2022-11-23T01:25:10.5298183Z Getting requirements to build wheel: started 2022-11-23T01:25:11.3928008Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:25:11.4035461Z Preparing metadata (pyproject.toml): started 2022-11-23T01:25:12.0820986Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:25:12.1102380Z Building wheels for collected packages: psutil 2022-11-23T01:25:12.1124692Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:25:26.2094318Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:25:26.2240482Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246138 sha256=e943f65e26d78e7f2a132bc8843897398777c185f575609d129b08d2fc127533 2022-11-23T01:25:26.2241836Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:25:26.2307139Z Successfully built psutil 2022-11-23T01:25:26.2803098Z Installing collected packages: psutil 2022-11-23T01:25:26.7094558Z Successfully installed psutil-5.9.1 2022-11-23T01:25:27.5561110Z Collecting pynvml==11.4.1 2022-11-23T01:25:27.5801277Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:25:27.5920516Z ---------------------------------------- 47.0/47.0 kB 2.4 MB/s eta 0:00:00 2022-11-23T01:25:27.6545916Z Installing collected packages: pynvml 2022-11-23T01:25:27.7660105Z Successfully installed pynvml-11.4.1 2022-11-23T01:25:27.8955501Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:25:27.8955818Z with: 2022-11-23T01:25:27.8956013Z name: win-vs2019-cpu-py3 2022-11-23T01:25:27.8956235Z path: C:\3528293562\build-results 2022-11-23T01:25:27.8956454Z s3-bucket: gha-artifacts 2022-11-23T01:25:27.8956642Z region: us-east-1 2022-11-23T01:25:27.8956820Z env: 2022-11-23T01:25:27.8957007Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:27.8957284Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:27.8957640Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:27.8957978Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:27.8958410Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:27.8958726Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:27.8958968Z ##[endgroup] 2022-11-23T01:25:28.9368190Z Found 3 objects with prefix pytorch/pytorch/3528293562/win-vs2019-cpu-py3/ 2022-11-23T01:25:28.9373569Z Starting download (1/3): C:\3528293562\build-results\.ninja_log 2022-11-23T01:25:29.0845051Z Finished download (1/3): C:\3528293562\build-results\.ninja_log 2022-11-23T01:25:29.0846141Z Starting download (2/3): C:\3528293562\build-results\.pytorch-test-times.json 2022-11-23T01:25:29.1282689Z Finished download (2/3): C:\3528293562\build-results\.pytorch-test-times.json 2022-11-23T01:25:29.1285304Z Starting download (3/3): C:\3528293562\build-results\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:25:30.1473373Z Finished download (3/3): C:\3528293562\build-results\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:25:30.1473695Z 2022-11-23T01:25:30.1487076Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:25:30.1495024Z Artifact download has finished successfully 2022-11-23T01:25:30.1768403Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:25:30.1768765Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:25:30.1793280Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:25:30.1793573Z env: 2022-11-23T01:25:30.1793775Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:30.1794066Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.1794426Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:30.1794750Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.1795085Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.1795406Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.1795666Z ##[endgroup] 2022-11-23T01:25:30.6083462Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:25:30.7003659Z Finished 2022-11-23T01:25:30.7437402Z Folder PATH listing 2022-11-23T01:25:30.7437712Z Volume serial number is 0241-89EB 2022-11-23T01:25:30.7437955Z C:\3528293562\BUILD-RESULTS 2022-11-23T01:25:30.7457069Z .ninja_log 2022-11-23T01:25:30.7457341Z .pytorch-test-times.json 2022-11-23T01:25:30.7457748Z win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:25:30.7459294Z 2022-11-23T01:25:30.7459733Z No subfolders exist 2022-11-23T01:25:30.7459923Z 2022-11-23T01:25:30.7794798Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:25:30.7795269Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:25:30.7795525Z  2022-11-23T01:25:30.7795763Z # sanitize the input commit message and PR body here: 2022-11-23T01:25:30.7795994Z # 2022-11-23T01:25:30.7796274Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:25:30.7796742Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:25:30.7797098Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:25:30.7797328Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:25:30.7797577Z  2022-11-23T01:25:30.7797864Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:25:30.7798209Z # wreak havoc internally 2022-11-23T01:25:30.7798466Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:25:30.7798828Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:25:30.7799034Z  2022-11-23T01:25:30.7799236Z .jenkins/pytorch/win-test.sh 2022-11-23T01:25:30.7829248Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:25:30.7829537Z env: 2022-11-23T01:25:30.7829734Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:30.7830017Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.7830370Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:30.7830709Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.7831008Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.7831331Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:30.7831578Z USE_CUDA: 0 2022-11-23T01:25:30.7831772Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:25:30.7831977Z PYTHON_VERSION: 3.8 2022-11-23T01:25:30.7832167Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:25:30.7832390Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:25:30.7832608Z VC_PRODUCT: BuildTools 2022-11-23T01:25:30.7832802Z VC_VERSION: 2022-11-23T01:25:30.7833045Z VS_VERSION: 16.8.6 2022-11-23T01:25:30.7833217Z VC_YEAR: 2019 2022-11-23T01:25:30.7833418Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:25:30.7833655Z PR_NUMBER: 2022-11-23T01:25:30.7833882Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:30.7834101Z CUDA_VERSION: cpu 2022-11-23T01:25:30.7834339Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293562/build-results/ 2022-11-23T01:25:30.7834587Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-11-23T01:25:30.7834880Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:25:30.7835144Z SHARD_NUMBER: 1 2022-11-23T01:25:30.7835334Z NUM_TEST_SHARDS: 1 2022-11-23T01:25:30.7835529Z TEST_CONFIG: functorch 2022-11-23T01:25:30.7835704Z PR_BODY: 2022-11-23T01:25:30.7835893Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:25:30.7836113Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:25:30.7836349Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:25:30.7836561Z ##[endgroup] 2022-11-23T01:25:30.8915046Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:25:30.9505907Z ++ cd .jenkins/pytorch 2022-11-23T01:25:30.9511846Z ++ pwd 2022-11-23T01:25:30.9517298Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:25:30.9517764Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:25:30.9611512Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:25:30.9718498Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:25:30.9725011Z +++ declare -f -t trap_add 2022-11-23T01:25:30.9729362Z ++ set -ex 2022-11-23T01:25:30.9729667Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-11-23T01:25:30.9729979Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:25:30.9819272Z ++ git rev-parse HEAD 2022-11-23T01:25:31.0105882Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:31.0106191Z + export IMAGE_COMMIT_ID 2022-11-23T01:25:31.0106527Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:31.0106924Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:31.0107199Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:25:31.0107548Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:25:31.0107887Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:25:31.0201615Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:25:31.0632130Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:25:31.0632496Z + export TMP_DIR_WIN 2022-11-23T01:25:31.0632963Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:31.0633276Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:31.0724245Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:31.0872174Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:25:31.0872533Z + export PROJECT_DIR_WIN 2022-11-23T01:25:31.0873403Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:25:31.0874024Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:25:31.0962421Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:25:31.1099011Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:25:31.1099396Z + export TEST_DIR_WIN 2022-11-23T01:25:31.1099694Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293562/build-results/ 2022-11-23T01:25:31.1100019Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293562/build-results/ 2022-11-23T01:25:31.1185162Z ++ cygpath -w /c/3528293562/build-results/ 2022-11-23T01:25:31.1322471Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293562\build-results\' 2022-11-23T01:25:31.1322788Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:25:31.1323093Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:25:31.1657073Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:25:31.1657492Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:25:31.1919189Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:25:31.2290823Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:25:31.2293331Z + '[' -n '' ']' 2022-11-23T01:25:31.2293974Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:25:31.2294410Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:25:31.2294746Z + [[ functorch = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:25:31.2295058Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-11-23T01:25:31.2296604Z + run_tests 2022-11-23T01:25:31.2297014Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:25:31.2297393Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:25:31.2298114Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:25:31.8628250Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2022-11-23T01:25:31.8628680Z 2022-11-23T01:25:31.8659245Z + echo true 2022-11-23T01:25:31.8660066Z true 2022-11-23T01:25:31.8660265Z + break 2022-11-23T01:25:31.8660592Z + [[ functorch == *functorch* ]] 2022-11-23T01:25:31.8660962Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/install_test_functorch.bat 2022-11-23T01:25:31.8880284Z 2022-11-23T01:25:31.8880950Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:25:31.8893799Z 2022-11-23T01:25:31.8894356Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T01:25:31.8894853Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:25:31.8895223Z exit /b 0 2022-11-23T01:25:31.8895400Z ) 2022-11-23T01:25:31.8897346Z 2022-11-23T01:25:31.8898759Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:25:31.8901463Z 2022-11-23T01:25:31.8902184Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:25:31.8905067Z 2022-11-23T01:25:31.8905488Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T01:25:31.8920203Z 2022-11-23T01:25:31.8920792Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:25:31.8926033Z 2022-11-23T01:25:31.8926381Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:25:31.8929711Z 2022-11-23T01:25:31.8930427Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:25:31.8931079Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T01:25:31.8931668Z if errorlevel 1 exit /b 2022-11-23T01:25:31.8931902Z if not errorlevel 0 exit /b 2022-11-23T01:25:31.8932416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T01:25:31.8932910Z if errorlevel 1 exit /b 2022-11-23T01:25:31.8933131Z if not errorlevel 0 exit /b 2022-11-23T01:25:31.8933325Z ) 2022-11-23T01:25:31.8933410Z 2022-11-23T01:25:31.8933779Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:25:36.1780515Z 2022-11-23T01:25:36.1781313Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:25:36.1781755Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:25:36.1782070Z if errorlevel 1 exit /b 2022-11-23T01:25:36.1782336Z if not errorlevel 0 exit /b 2022-11-23T01:25:36.1782640Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:25:36.1782928Z if errorlevel 1 exit /b 2022-11-23T01:25:36.1783367Z if not errorlevel 0 exit /b 2022-11-23T01:25:36.1783620Z ) 2022-11-23T01:25:36.1783923Z 2022-11-23T01:25:36.1784194Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:25:36.1785357Z 2022-11-23T01:25:36.1785630Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:25:36.1787672Z 2022-11-23T01:25:36.1788085Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:25:36.1788519Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:25:36.1788860Z if errorlevel 1 exit /b 2022-11-23T01:25:36.1789120Z if not errorlevel 0 exit /b 2022-11-23T01:25:36.1789314Z ) 2022-11-23T01:25:42.9483633Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:25:44.1564919Z Solving environment: ...working... done 2022-11-23T01:25:44.3411142Z 2022-11-23T01:25:44.3411578Z # All requested packages already installed. 2022-11-23T01:25:44.3411741Z 2022-11-23T01:25:44.4158309Z Retrieving notices: ...working... done 2022-11-23T01:25:45.3380343Z 2022-11-23T01:25:45.3381069Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:25:45.3385807Z 2022-11-23T01:25:45.3386569Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T01:25:45.4652571Z ********************************************************************** 2022-11-23T01:25:45.4652969Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:25:45.4653289Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:25:45.4653536Z ********************************************************************** 2022-11-23T01:25:46.0509798Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:25:46.0551312Z 2022-11-23T01:25:46.0551975Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:25:46.0557339Z 2022-11-23T01:25:46.0558662Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T01:25:47.7407793Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:25:47.7424750Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:25:47.7443818Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:25:47.7444316Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:25:47.7449946Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:25:47.7457663Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:25:47.7466380Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:25:47.7472364Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:25:47.7484068Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:25:47.7490042Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:25:47.7496492Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:25:47.7505149Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:25:47.7511365Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:25:47.7519214Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:25:47.7526760Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:25:47.7534527Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:25:47.7544871Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:25:47.8046810Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:25:47.8055844Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T01:25:47.8204884Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T01:25:48.1348702Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:25:48.1804885Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:25:48.1812917Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:25:48.1825691Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:25:48.1836472Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:25:48.1846215Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:25:48.1853901Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:25:48.1864037Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T01:25:48.1871955Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:25:48.1879534Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:25:48.2392866Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T01:25:48.2602659Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:25:48.2613992Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:25:48.2624835Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:25:48.2634232Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:25:48.2641233Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:25:48.2794615Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:25:48.2807104Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:25:48.3021868Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:25:48.3126957Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:25:48.4176690Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T01:25:48.4362540Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T01:25:48.4646605Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T01:25:48.4660009Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T01:25:48.5109689Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T01:25:48.5118033Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T01:25:48.5129065Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T01:25:48.5136729Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T01:25:48.6118332Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T01:25:48.6349014Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T01:25:48.6437081Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T01:25:49.0847543Z 2022-11-23T01:25:49.0848327Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:25:49.0848646Z 2022-11-23T01:25:49.0849141Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:25:49.0851661Z 2022-11-23T01:25:49.0852066Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:25:49.0853791Z 2022-11-23T01:25:49.0854058Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-11-23T01:25:49.0857780Z 2022-11-23T01:25:49.0858146Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:25:49.0861324Z 2022-11-23T01:25:49.0861701Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:25:49.0862079Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:25:49.0863985Z copy /Y C:\3528293562\build-results\\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:25:49.0864628Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:25:49.0864959Z popd 2022-11-23T01:25:49.0865318Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:25:49.1472854Z 1 file(s) copied. 2022-11-23T01:25:49.3070241Z 2022-11-23T01:25:49.3070695Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:25:49.3070968Z 2022-11-23T01:25:49.3071074Z Scanning the drive for archives: 2022-11-23T01:25:49.3071296Z 1 file, 98211272 bytes (94 MiB) 2022-11-23T01:25:49.3071425Z 2022-11-23T01:25:49.3071721Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:26:03.4779451Z -- 2022-11-23T01:26:03.4780215Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:26:03.4780566Z Type = 7z 2022-11-23T01:26:03.4780767Z Physical Size = 98211272 2022-11-23T01:26:03.4782118Z Headers Size = 132047 2022-11-23T01:26:03.4782487Z Method = LZMA2:24 BCJ 2022-11-23T01:26:03.4782723Z Solid = + 2022-11-23T01:26:03.4782877Z Blocks = 2 2022-11-23T01:26:03.4782982Z 2022-11-23T01:26:03.4783510Z Everything is Ok 2022-11-23T01:26:03.4783640Z 2022-11-23T01:26:03.4783712Z Folders: 603 2022-11-23T01:26:03.4783889Z Files: 11097 2022-11-23T01:26:03.4784067Z Size: 935795700 2022-11-23T01:26:03.4784247Z Compressed: 98211272 2022-11-23T01:26:03.5391769Z 2022-11-23T01:26:03.5392476Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:26:03.5392968Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:26:03.5393584Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:26:03.5394396Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:26:03.5394944Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:26:03.5395265Z ) 2022-11-23T01:26:05.0210860Z Completed 2.3 KiB/2.3 KiB (40.8 KiB/s) with 1 file(s) remaining 2022-11-23T01:26:05.0211379Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:26:05.1720066Z 2022-11-23T01:26:05.1720571Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:26:05.1720895Z echo "setup pytorch env failed" 2022-11-23T01:26:05.1721099Z echo 0 2022-11-23T01:26:05.1721269Z exit /b 2022-11-23T01:26:05.1721425Z ) 2022-11-23T01:26:05.1721635Z 2022-11-23T01:26:05.1721928Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Installing test dependencies" 2022-11-23T01:26:05.1723013Z "Installing test dependencies" 2022-11-23T01:26:05.1723925Z 2022-11-23T01:26:05.1724193Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install networkx 2022-11-23T01:26:05.7986486Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\lib\site-packages (2.8.8) 2022-11-23T01:26:06.4900324Z 2022-11-23T01:26:06.4900891Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:26:06.4902215Z 2022-11-23T01:26:06.4902910Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Test functorch" 2022-11-23T01:26:06.4903314Z "Test functorch" 2022-11-23T01:26:06.4904735Z 2022-11-23T01:26:06.4904927Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:26:06.4910444Z 2022-11-23T01:26:06.4910782Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --functorch --shard "1" "1" --verbose 2022-11-23T01:26:16.2234013Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:16.5668718Z Selected tests: 2022-11-23T01:26:16.5668994Z functorch/test_aotdispatch 2022-11-23T01:26:16.5669222Z functorch/test_control_flow 2022-11-23T01:26:16.5669449Z functorch/test_dims 2022-11-23T01:26:16.5669660Z functorch/test_eager_transforms 2022-11-23T01:26:16.5669884Z functorch/test_functionalize 2022-11-23T01:26:16.5670115Z functorch/test_memory_efficient_fusion 2022-11-23T01:26:16.5670324Z functorch/test_minifier 2022-11-23T01:26:16.5670521Z functorch/test_ops 2022-11-23T01:26:16.5672705Z functorch/test_vmap 2022-11-23T01:26:16.6604078Z parallel (file granularity) tests: 2022-11-23T01:26:16.6604371Z functorch/test_aotdispatch 2022-11-23T01:26:16.6604591Z functorch/test_control_flow 2022-11-23T01:26:16.6604812Z functorch/test_dims 2022-11-23T01:26:16.6605229Z functorch/test_eager_transforms 2022-11-23T01:26:16.6605443Z functorch/test_functionalize 2022-11-23T01:26:16.6605679Z functorch/test_memory_efficient_fusion 2022-11-23T01:26:16.6605903Z functorch/test_minifier 2022-11-23T01:26:16.6606118Z serial (file granularity) tests: 2022-11-23T01:26:16.6606367Z functorch/test_ops 2022-11-23T01:26:16.6606556Z functorch/test_vmap 2022-11-23T01:26:19.4343739Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:19.4441574Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:19.5920745Z Running functorch/test_aotdispatch ... [2022-11-23 01:26:19.591334] 2022-11-23T01:26:19.5926012Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:19.591934] 2022-11-23T01:26:19.5927713Z Ignoring disabled issues: [] 2022-11-23T01:26:19.5987359Z Running functorch/test_control_flow ... [2022-11-23 01:26:19.597291] 2022-11-23T01:26:19.5995453Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:19.598926] 2022-11-23T01:26:19.5997029Z Ignoring disabled issues: [] 2022-11-23T01:26:32.4350406Z 2022-11-23T01:26:32.4351311Z Expand the folded group to see the log file of functorch/test_control_flow 2022-11-23T01:26:32.4352718Z ##[group]PRINTING LOG FILE of functorch/test_control_flow (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_control_flow_x0hwrn_2) 2022-11-23T01:26:32.4353242Z 2022-11-23T01:26:32.4353372Z Running tests... 2022-11-23T01:26:32.4353780Z ---------------------------------------------------------------------- 2022-11-23T01:26:32.4354371Z Test results will be stored in test-reports\python-unittest\functorch.test_control_flow 2022-11-23T01:26:32.4354951Z test_cond_no_trace (__main__.TestControlFlow) ... ok (8.101s) 2022-11-23T01:26:32.4355519Z test_assert_on_mismatch_tensor_size (__main__.TestControlFlowTraced) ... ok (0.023s) 2022-11-23T01:26:32.4356168Z test_assert_on_mismatch_tensor_size_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.012s) 2022-11-23T01:26:32.4356732Z test_assert_on_mismatch_type_size (__main__.TestControlFlowTraced) ... ok (0.009s) 2022-11-23T01:26:32.4357340Z test_assert_on_mismatch_type_size_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.006s) 2022-11-23T01:26:32.4357974Z test_cond_nested_traced (__main__.TestControlFlowTraced) ... ok (0.026s) 2022-11-23T01:26:32.4358519Z test_cond_nested_traced_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.020s) 2022-11-23T01:26:32.4358860Z test_cond_nested_traced_multi (__main__.TestControlFlowTraced) ... ok (0.029s) 2022-11-23T01:26:32.4359218Z test_cond_nested_traced_multi_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.027s) 2022-11-23T01:26:32.4359591Z test_cond_nested_traced_other_inputs (__main__.TestControlFlowTraced) ... ok (0.028s) 2022-11-23T01:26:32.4359974Z test_cond_nested_traced_other_inputs_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.025s) 2022-11-23T01:26:32.4360338Z test_cond_traced_not_nested (__main__.TestControlFlowTraced) ... ok (0.015s) 2022-11-23T01:26:32.4360689Z test_cond_traced_not_nested_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.013s) 2022-11-23T01:26:32.4361006Z test_map_real (__main__.TestControlFlowTraced) ... ok (0.006s) 2022-11-23T01:26:32.4361318Z test_map_symbolic (__main__.TestControlFlowTraced) ... ok (0.788s) 2022-11-23T01:26:32.4361658Z test_nested_cond_map_cond_symbolic (__main__.TestControlFlowTraced) ... ok (0.538s) 2022-11-23T01:26:32.4362005Z test_nested_map_cond_real (__main__.TestControlFlowTraced) ... ok (0.020s) 2022-11-23T01:26:32.4362342Z test_nested_map_cond_symbolic (__main__.TestControlFlowTraced) ... ok (0.330s) 2022-11-23T01:26:32.4362531Z 2022-11-23T01:26:32.4362887Z ---------------------------------------------------------------------- 2022-11-23T01:26:32.4363158Z Ran 18 tests in 10.016s 2022-11-23T01:26:32.4363266Z 2022-11-23T01:26:32.4363338Z OK 2022-11-23T01:26:32.4363436Z 2022-11-23T01:26:32.4363530Z Generating XML reports... 2022-11-23T01:26:32.4363926Z Generated XML report: test-reports\python-unittest\functorch.test_control_flow\TEST-TestControlFlow-20221123012621.xml 2022-11-23T01:26:32.4364471Z Generated XML report: test-reports\python-unittest\functorch.test_control_flow\TEST-TestControlFlowTraced-20221123012621.xml 2022-11-23T01:26:32.4364761Z 2022-11-23T01:26:32.4365051Z ##[endgroup] 2022-11-23T01:26:32.4365440Z FINISHED PRINTING LOG FILE of functorch/test_control_flow (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_control_flow_x0hwrn_2) 2022-11-23T01:26:32.4365735Z 2022-11-23T01:26:35.5458810Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:35.7011375Z Running functorch/test_dims ... [2022-11-23 01:26:35.699618] 2022-11-23T01:26:35.7016821Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:35.701232] 2022-11-23T01:26:35.7018982Z Ignoring disabled issues: [] 2022-11-23T01:27:02.7866674Z 2022-11-23T01:27:02.7867265Z Expand the folded group to see the log file of functorch/test_dims 2022-11-23T01:27:02.7871467Z ##[group]PRINTING LOG FILE of functorch/test_dims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_dims_2tovi4h0) 2022-11-23T01:27:02.7871795Z 2022-11-23T01:27:02.7871882Z Running tests... 2022-11-23T01:27:02.7872173Z ---------------------------------------------------------------------- 2022-11-23T01:27:02.7872623Z Test results will be stored in test-reports\python-unittest\functorch.test_dims 2022-11-23T01:27:02.7873349Z test_attn (__main__.TestMin) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py:255: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-11-23T01:27:02.7873850Z warnings.warn( 2022-11-23T01:27:02.7874033Z ok (0.880s) 2022-11-23T01:27:02.7874560Z test_attn_cuda (__main__.TestMin) ... skip: no CUDA (0.001s) 2022-11-23T01:27:02.7874930Z test_c (__main__.TestMin) ... ok (0.321s) 2022-11-23T01:27:02.7875281Z test_compare_dims (__main__.TestMin) ... ok (0.338s) 2022-11-23T01:27:02.7876686Z test_diag (__main__.TestMin) ... ok (0.399s) 2022-11-23T01:27:02.7876985Z test_dim_args (__main__.TestMin) ... ok (0.407s) 2022-11-23T01:27:02.7877254Z test_dims_with_size (__main__.TestMin) ... ok (0.349s) 2022-11-23T01:27:02.7877511Z test_dir (__main__.TestMin) ... ok (0.332s) 2022-11-23T01:27:02.7877749Z test_doc (__main__.TestMin) ... ok (0.376s) 2022-11-23T01:27:02.7878077Z test_embed (__main__.TestMin) ... ok (0.415s) 2022-11-23T01:27:02.7878337Z test_eq (__main__.TestMin) ... ok (0.386s) 2022-11-23T01:27:02.7878628Z test_expand (__main__.TestMin) ... ok (0.328s) 2022-11-23T01:27:02.7878995Z test_functorch (__main__.TestMin) ... ok (0.353s) 2022-11-23T01:27:02.7880775Z test_hello (__main__.TestMin) ... ok (0.392s) 2022-11-23T01:27:02.7881113Z test_index (__main__.TestMin) ... ok (0.344s) 2022-11-23T01:27:02.7881564Z test_index_placement (__main__.TestMin) ... ok (0.367s) 2022-11-23T01:27:02.7881926Z test_inplace (__main__.TestMin) ... ok (0.349s) 2022-11-23T01:27:02.7882287Z test_manual_stuff (__main__.TestMin) ... ok (0.358s) 2022-11-23T01:27:02.7882560Z test_mask (__main__.TestMin) ... ok (0.334s) 2022-11-23T01:27:02.7882802Z test_max (__main__.TestMin) ... ok (0.372s) 2022-11-23T01:27:02.7883021Z test_mm (__main__.TestMin) ... ok (0.400s) 2022-11-23T01:27:02.7883263Z test_mm_fuse (__main__.TestMin) ... ok (0.325s) 2022-11-23T01:27:02.7883508Z test_monkey (__main__.TestMin) ... ok (0.344s) 2022-11-23T01:27:02.7884423Z test_network (__main__.TestMin) ... skip: no torchvision (0.357s) 2022-11-23T01:27:02.7884720Z test_order (__main__.TestMin) ... ok (0.408s) 2022-11-23T01:27:02.7884985Z test_order_keyword (__main__.TestMin) ... ok (0.375s) 2022-11-23T01:27:02.7885222Z test_parse (__main__.TestMin) ... ok (0.374s) 2022-11-23T01:27:02.7885477Z test_permute_orig (__main__.TestMin) ... ok (0.416s) 2022-11-23T01:27:02.7885726Z test_seg (__main__.TestMin) ... ok (0.354s) 2022-11-23T01:27:02.7885970Z test_simple (__main__.TestMin) ... ok (0.319s) 2022-11-23T01:27:02.7886223Z test_softmax_split (__main__.TestMin) ... ok (0.325s) 2022-11-23T01:27:02.7886461Z test_stack (__main__.TestMin) ... ok (0.336s) 2022-11-23T01:27:02.7886797Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.03391989999999900363 seconds 2022-11-23T01:27:02.7887043Z fc: 0.06370539999999991210 seconds 2022-11-23T01:27:02.7887227Z ok (0.529s) 2022-11-23T01:27:02.7887506Z test_with_dims_split (__main__.TestMin) ... ok (0.350s) 2022-11-23T01:27:02.7887794Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.432s) 2022-11-23T01:27:02.7888219Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-11-23T01:27:02.7888549Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.323s) 2022-11-23T01:27:02.7888851Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.357s) 2022-11-23T01:27:02.7889153Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.335s) 2022-11-23T01:27:02.7889447Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.319s) 2022-11-23T01:27:02.7889752Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.392s) 2022-11-23T01:27:02.7890038Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.349s) 2022-11-23T01:27:02.7890321Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.386s) 2022-11-23T01:27:02.7890607Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.376s) 2022-11-23T01:27:02.7890895Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.350s) 2022-11-23T01:27:02.7891267Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.329s) 2022-11-23T01:27:02.7891567Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.308s) 2022-11-23T01:27:02.7891865Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.382s) 2022-11-23T01:27:02.7892135Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.340s) 2022-11-23T01:27:02.7892440Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.338s) 2022-11-23T01:27:02.7892810Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.337s) 2022-11-23T01:27:02.7893119Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.331s) 2022-11-23T01:27:02.7893473Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.355s) 2022-11-23T01:27:02.7893744Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.357s) 2022-11-23T01:27:02.7894027Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.349s) 2022-11-23T01:27:02.7894314Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.363s) 2022-11-23T01:27:02.7894610Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.384s) 2022-11-23T01:27:02.7894934Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.356s) 2022-11-23T01:27:02.7895255Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.357s) 2022-11-23T01:27:02.7895543Z test_order_keyword (__main__.TestMinFunctorchOnly) ... ok (0.354s) 2022-11-23T01:27:02.7895843Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.378s) 2022-11-23T01:27:02.7896141Z test_permute_orig (__main__.TestMinFunctorchOnly) ... ok (0.401s) 2022-11-23T01:27:02.7896436Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.446s) 2022-11-23T01:27:02.7896723Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.397s) 2022-11-23T01:27:02.7897028Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.403s) 2022-11-23T01:27:02.7897313Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.372s) 2022-11-23T01:27:02.7897714Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-11-23T01:27:02.7898058Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.446s) 2022-11-23T01:27:02.7898236Z 2022-11-23T01:27:02.7898398Z ---------------------------------------------------------------------- 2022-11-23T01:27:02.7898655Z Ran 68 tests in 24.312s 2022-11-23T01:27:02.7898836Z 2022-11-23T01:27:02.7898914Z OK (skipped=5) 2022-11-23T01:27:02.7899028Z 2022-11-23T01:27:02.7899122Z Generating XML reports... 2022-11-23T01:27:02.7899519Z Generated XML report: test-reports\python-unittest\functorch.test_dims\TEST-TestMin-20221123012638.xml 2022-11-23T01:27:02.7900025Z Generated XML report: test-reports\python-unittest\functorch.test_dims\TEST-TestMinFunctorchOnly-20221123012638.xml 2022-11-23T01:27:02.7900304Z 2022-11-23T01:27:02.7900688Z ##[endgroup] 2022-11-23T01:27:02.7901062Z FINISHED PRINTING LOG FILE of functorch/test_dims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_dims_2tovi4h0) 2022-11-23T01:27:02.7901345Z 2022-11-23T01:27:05.7169824Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:05.8728737Z Running functorch/test_eager_transforms ... [2022-11-23 01:27:05.872393] 2022-11-23T01:27:05.8734388Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:05.873030] 2022-11-23T01:27:05.8736461Z Ignoring disabled issues: [] 2022-11-23T01:27:17.8618134Z 2022-11-23T01:27:17.8619100Z Expand the folded group to see the log file of functorch/test_eager_transforms 2022-11-23T01:27:17.8620630Z ##[group]PRINTING LOG FILE of functorch/test_eager_transforms (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_eager_transforms_dnu1dowy) 2022-11-23T01:27:17.8624391Z C:\actions-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:27:17.8625482Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:27:17.8625832Z 2022-11-23T01:27:17.8625967Z Running tests... 2022-11-23T01:27:17.8626442Z ---------------------------------------------------------------------- 2022-11-23T01:27:17.8627123Z Test results will be stored in test-reports\python-unittest\functorch.test_eager_transforms 2022-11-23T01:27:17.8627855Z test_autograd_function_debug_switch_cpu (__main__.TestComposabilityCPU) ... ok (0.827s) 2022-11-23T01:27:17.8629572Z test_autograd_functional_jacfwd_inside_transform_cpu (__main__.TestComposabilityCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T01:27:17.8631127Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-11-23T01:27:17.8631643Z ok (0.109s) 2022-11-23T01:27:17.8632185Z test_autograd_functional_jacrev_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8632923Z test_autograd_functional_jvp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8633663Z test_autograd_functional_vjp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8634324Z test_grad_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8634902Z test_grad_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-11-23T01:27:17.8635499Z test_grad_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8636399Z test_jvp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-11-23T01:27:17.8637053Z test_make_fx_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.040s) 2022-11-23T01:27:17.8637648Z test_make_fx_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.008s) 2022-11-23T01:27:17.8638229Z test_make_fx_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-11-23T01:27:17.8639188Z test_no_warning_on_import_functorch_cpu (__main__.TestComposabilityCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:2304: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:27:17.8640016Z self.assertEquals(out, "") 2022-11-23T01:27:17.8640370Z ok (2.507s) 2022-11-23T01:27:17.8640877Z test_requires_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.013s) 2022-11-23T01:27:17.8641547Z test_retain_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8642406Z test_transforms_dont_support_saved_tensor_hooks_transform_functionalize_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8643389Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8644191Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8645000Z test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-11-23T01:27:17.8645811Z test_transforms_dont_support_saved_tensor_hooks_transform_jacfwd_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-11-23T01:27:17.8646621Z test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8647421Z test_transforms_dont_support_saved_tensor_hooks_transform_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8648169Z test_vjp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8648809Z test_vjp_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8649367Z test_vjp_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-11-23T01:27:17.8649934Z test_vjp_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8650511Z test_vmap_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8651088Z test_vmap_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8651664Z test_vmap_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-11-23T01:27:17.8652297Z test_ensemble_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.016s) 2022-11-23T01:27:17.8653033Z test_find_learning_rate_ensembling_AlphaDropout_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.013s) 2022-11-23T01:27:17.8653818Z test_find_learning_rate_ensembling_Dropout_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.013s) 2022-11-23T01:27:17.8654628Z test_find_learning_rate_ensembling_FeatureAlphaDropout_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.009s) 2022-11-23T01:27:17.8655424Z test_lennard_jones_batched_jac_jac_jacfwd_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.188s) 2022-11-23T01:27:17.8656174Z test_lennard_jones_batched_jac_jac_jacrev_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.198s) 2022-11-23T01:27:17.8656865Z test_maml_omniglot_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (2.731s) 2022-11-23T01:27:17.8658514Z test_maml_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:253.) 2022-11-23T01:27:17.8659944Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-11-23T01:27:17.8660366Z ok (0.029s) 2022-11-23T01:27:17.8660941Z test_resnet18_per_sample_grads_cpu (__main__.TestExamplesCorrectnessCPU) ... skip: test requires torchvision (0.002s) 2022-11-23T01:27:17.8661775Z test_update_batch_norm_originally_track_running_stats_False_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.073s) 2022-11-23T01:27:17.8662614Z test_update_batch_norm_originally_track_running_stats_True_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.068s) 2022-11-23T01:27:17.8663349Z test_functionalize_fake_tensors_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-11-23T01:27:17.8664012Z test_functionalize_fx_multi_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.016s) 2022-11-23T01:27:17.8664663Z test_functionalize_fx_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.013s) 2022-11-23T01:27:17.8665349Z test_functionalize_fx_reapply_views_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.011s) 2022-11-23T01:27:17.8666679Z test_functionalize_fx_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.011s) 2022-11-23T01:27:17.8667352Z test_functionalize_fx_transpose_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.006s) 2022-11-23T01:27:17.8668012Z test_functionalize_grad_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-11-23T01:27:17.8668689Z test_functionalize_nonfunctional_output_cpu (__main__.TestFunctionalizeCPU) ... ok (0.009s) 2022-11-23T01:27:17.8669368Z test_functionalize_opt_tensor_list_cpu (__main__.TestFunctionalizeCPU) ... ok (0.007s) 2022-11-23T01:27:17.8670056Z test_functionalize_optional_tensorlist1_cpu (__main__.TestFunctionalizeCPU) ... ok (0.007s) 2022-11-23T01:27:17.8670747Z test_functionalize_optional_tensorlist2_cpu (__main__.TestFunctionalizeCPU) ... ok (0.008s) 2022-11-23T01:27:17.8671402Z test_inplace_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-11-23T01:27:17.8671981Z test_linear_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-11-23T01:27:17.8672609Z test_multioutput_inplace_slice_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-11-23T01:27:17.8673246Z test_multioutput_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-11-23T01:27:17.8673873Z test_resize_program_inputs_cpu (__main__.TestFunctionalizeCPU) ... ok (0.006s) 2022-11-23T01:27:17.8674475Z test_simple_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-11-23T01:27:17.8676073Z test_vmap_functionalize_jvp_cpu (__main__.TestFunctionalizeCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T01:27:17.8677378Z y.add_(1) 2022-11-23T01:27:17.8677663Z ok (0.013s) 2022-11-23T01:27:17.8678144Z test_advanced_indexing_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-11-23T01:27:17.8678745Z test_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.005s) 2022-11-23T01:27:17.8679356Z test_composed_with_autograd_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8679996Z test_composite_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8680631Z test_composite_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8681227Z test_composite_two_ops_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8681815Z test_conj_bit_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8682469Z test_dtype_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8683224Z test_escaped_wrappers_are_ignored_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8683920Z test_escaped_wrappers_are_marked_as_dead_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8684566Z test_fn_with_kwargs_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8685151Z test_functional_init_cpu (__main__.TestGradTransformCPU) ... ok (0.005s) 2022-11-23T01:27:17.8685788Z test_functional_init_with_buffers_cpu (__main__.TestGradTransformCPU) ... ok (0.015s) 2022-11-23T01:27:17.8686419Z test_grad_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-11-23T01:27:17.8687017Z test_grad_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-11-23T01:27:17.8687636Z test_grad_of_vjp_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8688293Z test_grad_of_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8688921Z test_grad_pytree_inputs_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-11-23T01:27:17.8689510Z test_inplace_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8690191Z test_inplace_on_captures_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8690814Z test_inplace_on_view_base_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8691419Z test_inplace_on_view_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8692022Z test_invalid_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8692595Z test_is_cuda_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8693180Z test_manual_seed_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8693798Z test_negative_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-11-23T01:27:17.8694405Z test_nesting_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8694997Z test_no_grad_inside_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8695587Z test_no_grad_mixed_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-11-23T01:27:17.8696213Z test_no_grad_nested_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8696839Z test_no_grad_nested_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-11-23T01:27:17.8697450Z test_no_grad_outside_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8698061Z test_no_grad_outside_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8698681Z test_no_grad_outside_vjp_fn_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-11-23T01:27:17.8699310Z test_no_grad_outside_vjp_only_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-11-23T01:27:17.8699918Z test_no_grad_value_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-11-23T01:27:17.8700472Z test_numel_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8701065Z test_out_of_order_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8701666Z test_primitive_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8702317Z test_print_captured_tensor_inside_transform_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-11-23T01:27:17.8702958Z test_shape_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8703558Z test_tensor_ctor_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-11-23T01:27:17.8704162Z test_tensor_print_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.186s) 2022-11-23T01:27:17.8704782Z test_tensor_print_grad_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-11-23T01:27:17.8705397Z test_tensor_print_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.158s) 2022-11-23T01:27:17.8706016Z test_tensor_print_vmap_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.007s) 2022-11-23T01:27:17.8706745Z test_tensor_print_vmap_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.128s) 2022-11-23T01:27:17.8707367Z test_unrelated_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8707985Z test_unrelated_hessian_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-11-23T01:27:17.8708711Z test_unrelated_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8709372Z test_unrelated_vjp_multiple_inputs_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8710037Z test_view_inplace_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8710604Z test_views_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-11-23T01:27:17.8711178Z test_vjp_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.005s) 2022-11-23T01:27:17.8711778Z test_vjp_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-11-23T01:27:17.8712342Z test_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8712961Z test_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-11-23T01:27:17.8713711Z test_vjp_outputs_can_any_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-11-23T01:27:17.8714337Z test_vjp_pytree_error_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-11-23T01:27:17.8714942Z test_vjp_pytree_input_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8715548Z test_vjp_pytree_output_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8716149Z test_vjp_two_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8716719Z test_zero_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-11-23T01:27:17.8717353Z test_hessian_vectorize_correctness_multi_input_cpu (__main__.TestHessianCPU) ... ok (0.026s) 2022-11-23T01:27:17.8718033Z test_hessian_vectorize_correctness_simple_cpu (__main__.TestHessianCPU) ... ok (0.008s) 2022-11-23T01:27:17.8718834Z test_hessian_vectorize_correctness_unrelated_outputs_cpu (__main__.TestHessianCPU) ... ok (0.006s) 2022-11-23T01:27:17.8719538Z test_jacfwd_different_levels_cpu (__main__.TestHessianCPU) ... ok (0.015s) 2022-11-23T01:27:17.8720207Z test_against_reference_correctness_different_devices_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8720917Z test_against_reference_correctness_different_devices_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8721590Z test_against_reference_default_arg_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8722287Z test_against_reference_default_arg_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:27:17.8722914Z test_against_reference_multi_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-11-23T01:27:17.8723531Z test_against_reference_multi_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8724186Z test_against_reference_multi_input_multi_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.011s) 2022-11-23T01:27:17.8724869Z test_against_reference_multi_input_multi_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.012s) 2022-11-23T01:27:17.8725505Z test_against_reference_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.007s) 2022-11-23T01:27:17.8726109Z test_against_reference_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-11-23T01:27:17.8726745Z test_against_reference_unrelated_outputs_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8727404Z test_against_reference_unrelated_outputs_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-11-23T01:27:17.8728032Z test_against_reference_zero_dim_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-11-23T01:27:17.8728642Z test_against_reference_zero_dim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-11-23T01:27:17.8729234Z test_argnums_defaults_to_zero_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8729950Z test_argnums_defaults_to_zero_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8730553Z test_argnums_effect_on_return_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-11-23T01:27:17.8731149Z test_argnums_effect_on_return_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8731727Z test_argnums_tuple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8732280Z test_argnums_tuple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-11-23T01:27:17.8732818Z test_aux_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-11-23T01:27:17.8733340Z test_aux_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8733868Z test_aux_tensor_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:27:17.8734400Z test_diff_numel_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8734948Z test_dimensionality_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8735514Z test_dimensionality_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8736073Z test_empty_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8736691Z test_empty_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:27:17.8737242Z test_empty_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:27:17.8737790Z test_empty_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:27:17.8738341Z test_float_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8738886Z test_float_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8739417Z test_hessian_simple_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:27:17.8740029Z test_inplace_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8740552Z test_inplace_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-11-23T01:27:17.8741095Z test_multiple_args_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8741655Z test_multiple_args_jacrev_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-11-23T01:27:17.8742251Z test_multiple_inputs_outputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-11-23T01:27:17.8742887Z test_multiple_inputs_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.011s) 2022-11-23T01:27:17.8743531Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-11-23T01:27:17.8744165Z test_multiple_inputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-11-23T01:27:17.8744761Z test_multiple_inputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8745382Z test_multiple_outputs_multiple_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.015s) 2022-11-23T01:27:17.8746031Z test_multiple_outputs_multiple_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-11-23T01:27:17.8746654Z test_multiple_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-11-23T01:27:17.8747268Z test_multiple_outputs_single_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.008s) 2022-11-23T01:27:17.8747912Z test_multiple_outputs_single_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-11-23T01:27:17.8748515Z test_negative_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8749084Z test_negative_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8749658Z test_nested_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8750232Z test_out_of_bounds_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8750811Z test_out_of_bounds_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8751380Z test_outputs_can_any_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.009s) 2022-11-23T01:27:17.8751965Z test_outputs_can_any_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8752658Z test_repeated_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8753235Z test_repeated_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-11-23T01:27:17.8753790Z test_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.012s) 2022-11-23T01:27:17.8754304Z test_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8754827Z test_simple_not_flat_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8755382Z test_simple_not_flat_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8755945Z test_unrelated_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8756510Z test_unrelated_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:27:17.8757075Z test_unrelated_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-11-23T01:27:17.8757641Z test_unrelated_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-11-23T01:27:17.8758197Z test_vmap_on_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-11-23T01:27:17.8758800Z test_autograd_function_disables_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-11-23T01:27:17.8759446Z test_aux_pytree_cpu (__main__.TestJvpCPU) ... ok (0.005s) 2022-11-23T01:27:17.8759958Z test_aux_tensor_cpu (__main__.TestJvpCPU) ... ok (0.005s) 2022-11-23T01:27:17.8760492Z test_disable_fwd_grad_inside_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-11-23T01:27:17.8761058Z test_disable_fwd_grad_mixed_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:27:17.8761613Z test_disable_fwd_grad_outside_cpu (__main__.TestJvpCPU) ... ok (0.006s) 2022-11-23T01:27:17.8762250Z test_enable_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:27:17.8762787Z test_fwd_grad_enabled_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:27:17.8763332Z test_inplace_on_captures_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:27:17.8763909Z test_inputs_are_tuples_of_tensors_cpu (__main__.TestJvpCPU) ... ok (0.011s) 2022-11-23T01:27:17.8764502Z test_jvp_inside_autograd_function_cpu (__main__.TestJvpCPU) ... ok (0.004s) 2022-11-23T01:27:17.8765059Z test_multiple_inputs_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-11-23T01:27:17.8765616Z test_multiple_inputs_outputs_cpu (__main__.TestJvpCPU) ... ok (0.005s) 2022-11-23T01:27:17.8766166Z test_multiple_outputs_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-11-23T01:27:17.8766735Z test_nonempty_primals_and_tangents_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-11-23T01:27:17.8767316Z test_outputs_can_any_pytree_cpu (__main__.TestJvpCPU) ... ok (0.005s) 2022-11-23T01:27:17.8767904Z test_primals_tangents_length_mismatch_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-11-23T01:27:17.8768454Z test_pytree_inputs_cpu (__main__.TestJvpCPU) ... ok (0.004s) 2022-11-23T01:27:17.8769006Z test_pytree_inputs_error_cases_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-11-23T01:27:17.8769539Z test_simple_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-11-23T01:27:17.8770046Z test_strict_mode_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:27:17.8770567Z test_unrelated_input_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-11-23T01:27:17.8771102Z test_unrelated_output_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-11-23T01:27:17.8771665Z test_zerotensor_vmapjvp_interaction_cpu (__main__.TestJvpCPU) ... ok (0.006s) 2022-11-23T01:27:17.8772239Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.000s) 2022-11-23T01:27:17.8772826Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.013s) 2022-11-23T01:27:17.8773459Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.003s) 2022-11-23T01:27:17.8774549Z test_correctness_mnist (__main__.TestMakeFunctional) ... C:\actions-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:27:17.8776114Z return F.log_softmax(x) 2022-11-23T01:27:17.8776466Z ok (0.024s) 2022-11-23T01:27:17.8777010Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.003s) 2022-11-23T01:27:17.8777774Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-11-23T01:27:17.8778442Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.003s) 2022-11-23T01:27:17.8779034Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.009s) 2022-11-23T01:27:17.8779638Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.000s) 2022-11-23T01:27:17.8780188Z test_state_correctly_returned_after_forward (__main__.TestMakeFunctional) ... ok (0.011s) 2022-11-23T01:27:17.8780742Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.003s) 2022-11-23T01:27:17.8781177Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.003s) 2022-11-23T01:27:17.8781758Z test_basic_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.002s) 2022-11-23T01:27:17.8782120Z test_grad_grad_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.004s) 2022-11-23T01:27:17.8782499Z test_grad_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.002s) 2022-11-23T01:27:17.8782972Z test_no_grad_inside_grad_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.007s) 2022-11-23T01:27:17.8783348Z test_no_grad_outside_grad_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.003s) 2022-11-23T01:27:17.8783701Z test_vmap_grad_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.002s) 2022-11-23T01:27:17.8784051Z test_vmap_sum_cpu (__main__.TestPyOperatorInteractionCPU) ... ok (0.004s) 2022-11-23T01:27:17.8784377Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:27:17.8784687Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.002s) 2022-11-23T01:27:17.8785014Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.003s) 2022-11-23T01:27:17.8785355Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.000s) 2022-11-23T01:27:17.8785685Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.000s) 2022-11-23T01:27:17.8785987Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.006s) 2022-11-23T01:27:17.8786296Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.000s) 2022-11-23T01:27:17.8786610Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.000s) 2022-11-23T01:27:17.8786915Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.000s) 2022-11-23T01:27:17.8787244Z test_all_dual_base_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.010s) 2022-11-23T01:27:17.8787614Z test_all_dual_base_view_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-11-23T01:27:17.8787964Z test_all_dual_no_view_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.010s) 2022-11-23T01:27:17.8788319Z test_right_dual_base_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-11-23T01:27:17.8788684Z test_right_dual_view_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.013s) 2022-11-23T01:27:17.8789015Z test_log_softmax_cpu (__main__.TestVmapOfGradCPU) ... ok (0.003s) 2022-11-23T01:27:17.8789344Z test_new_empty_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.003s) 2022-11-23T01:27:17.8789689Z test_new_zeros_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.002s) 2022-11-23T01:27:17.8790021Z test_per_sample_grads_embeddingnet_cpu (__main__.TestVmapOfGradCPU) ... ok (0.132s) 2022-11-23T01:27:17.8790364Z test_per_sample_grads_inplace_view_cpu (__main__.TestVmapOfGradCPU) ... ok (0.024s) 2022-11-23T01:27:17.8790703Z test_per_sample_grads_simple_cpu (__main__.TestVmapOfGradCPU) ... ok (0.031s) 2022-11-23T01:27:17.8790972Z 2022-11-23T01:27:17.8791136Z ---------------------------------------------------------------------- 2022-11-23T01:27:17.8791395Z Ran 253 tests in 8.500s 2022-11-23T01:27:17.8791515Z 2022-11-23T01:27:17.8791590Z OK (skipped=1) 2022-11-23T01:27:17.8791703Z 2022-11-23T01:27:17.8791797Z Generating XML reports... 2022-11-23T01:27:17.8792198Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestComposabilityCPU-20221123012708.xml 2022-11-23T01:27:17.8792783Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestExamplesCorrectnessCPU-20221123012708.xml 2022-11-23T01:27:17.8793367Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestFunctionalizeCPU-20221123012708.xml 2022-11-23T01:27:17.8793908Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestGradTransformCPU-20221123012708.xml 2022-11-23T01:27:17.8794584Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestHessianCPU-20221123012708.xml 2022-11-23T01:27:17.8795205Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestJacCPU-20221123012708.xml 2022-11-23T01:27:17.8795702Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestJvpCPU-20221123012708.xml 2022-11-23T01:27:17.8796292Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestMakeFunctional-20221123012708.xml 2022-11-23T01:27:17.8796847Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestPyOperatorInteractionCPU-20221123012708.xml 2022-11-23T01:27:17.8797483Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestSliceArgnums-20221123012708.xml 2022-11-23T01:27:17.8798052Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestVmapJvpInplaceViewCPU-20221123012708.xml 2022-11-23T01:27:17.8798612Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestVmapOfGradCPU-20221123012708.xml 2022-11-23T01:27:17.8798970Z 2022-11-23T01:27:17.8799318Z ##[endgroup] 2022-11-23T01:27:17.8799725Z FINISHED PRINTING LOG FILE of functorch/test_eager_transforms (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_eager_transforms_dnu1dowy) 2022-11-23T01:27:17.8800107Z 2022-11-23T01:27:20.9956601Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:21.1612175Z Running functorch/test_functionalize ... [2022-11-23 01:27:21.160934] 2022-11-23T01:27:21.1618195Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:21.161626] 2022-11-23T01:27:21.1619720Z Ignoring disabled issues: [] 2022-11-23T01:27:26.6964255Z 2022-11-23T01:27:26.6965119Z Expand the folded group to see the log file of functorch/test_functionalize 2022-11-23T01:27:26.6966380Z ##[group]PRINTING LOG FILE of functorch/test_functionalize (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_functionalize_n7c0tmb7) 2022-11-23T01:27:26.6967386Z C:\actions-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:27:26.6968238Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:27:26.6968540Z 2022-11-23T01:27:26.6968703Z Running tests... 2022-11-23T01:27:26.6969128Z ---------------------------------------------------------------------- 2022-11-23T01:27:26.6969687Z Test results will be stored in test-reports\python-unittest\functorch.test_functionalize 2022-11-23T01:27:26.6970664Z test_autocast_disable_guard_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:26.6971513Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.010s) 2022-11-23T01:27:26.6972283Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-11-23T01:27:26.6973783Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:27:26.6975017Z warnings.warn( 2022-11-23T01:27:26.6975311Z ok (0.017s) 2022-11-23T01:27:26.6975793Z test_custom_autograd_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-11-23T01:27:26.6976519Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.012s) 2022-11-23T01:27:26.6976931Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-11-23T01:27:26.6977327Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.008s) 2022-11-23T01:27:26.6977810Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.032s) 2022-11-23T01:27:26.6978217Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.029s) 2022-11-23T01:27:26.6978679Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.010s) 2022-11-23T01:27:26.6979095Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.020s) 2022-11-23T01:27:26.6979581Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.093s) 2022-11-23T01:27:26.6980039Z test_nonidempotent_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-11-23T01:27:26.6980484Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.039s) 2022-11-23T01:27:26.6980891Z test_output_op_depending_on_symint_functionalize (__main__.make_functionalize_test..FunctionalizeTest) 2022-11-23T01:27:26.6981328Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... skip: no sympy (0.000s) 2022-11-23T01:27:26.6981755Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.010s) 2022-11-23T01:27:26.6982168Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.020s) 2022-11-23T01:27:26.6982602Z test_some_outputs_dont_require_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-11-23T01:27:26.6983055Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.002s) 2022-11-23T01:27:26.6983484Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-11-23T01:27:26.6983912Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.020s) 2022-11-23T01:27:26.6984435Z test_default_partitioner_output_tensor_shape_tensor_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: no sympy (0.000s) 2022-11-23T01:27:26.6985042Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.245s) 2022-11-23T01:27:26.6985483Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.100s) 2022-11-23T01:27:26.6985958Z test_min_cut_partitioner_output_tensor_shape_tensor_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: no sympy (0.004s) 2022-11-23T01:27:26.6986447Z test_min_cut_partitioner_recomputable_ops_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.045s) 2022-11-23T01:27:26.6986919Z test_min_cut_partitioner_save_shape_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: no sympy (0.002s) 2022-11-23T01:27:26.6987365Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.012s) 2022-11-23T01:27:26.6987800Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-11-23T01:27:26.6988033Z 2022-11-23T01:27:26.6988191Z ---------------------------------------------------------------------- 2022-11-23T01:27:26.6988490Z Ran 30 tests in 0.859s 2022-11-23T01:27:26.6988607Z 2022-11-23T01:27:26.6988682Z OK (skipped=8) 2022-11-23T01:27:26.6988794Z 2022-11-23T01:27:26.6988884Z Generating XML reports... 2022-11-23T01:27:26.6989315Z Generated XML report: test-reports\python-unittest\functorch.test_functionalize\TEST-FunctionalizeTestAOTAutograd-20221123012725.xml 2022-11-23T01:27:26.6989919Z Generated XML report: test-reports\python-unittest\functorch.test_functionalize\TEST-FunctionalizeTestPartitioning-20221123012725.xml 2022-11-23T01:27:26.6990228Z 2022-11-23T01:27:26.6990512Z ##[endgroup] 2022-11-23T01:27:26.6991038Z FINISHED PRINTING LOG FILE of functorch/test_functionalize (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_functionalize_n7c0tmb7) 2022-11-23T01:27:26.6991401Z 2022-11-23T01:27:29.6527773Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:29.8060191Z Running functorch/test_memory_efficient_fusion ... [2022-11-23 01:27:29.798870] 2022-11-23T01:27:29.8066459Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:29.798870] 2022-11-23T01:27:29.8067840Z Ignoring disabled issues: [] 2022-11-23T01:27:33.2686177Z 2022-11-23T01:27:33.2686807Z Expand the folded group to see the log file of functorch/test_memory_efficient_fusion 2022-11-23T01:27:33.2688300Z ##[group]PRINTING LOG FILE of functorch/test_memory_efficient_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_memory_efficient_fusion_q4oig9td) 2022-11-23T01:27:33.2688865Z 2022-11-23T01:27:33.2689000Z Running tests... 2022-11-23T01:27:33.2689383Z ---------------------------------------------------------------------- 2022-11-23T01:27:33.2689928Z Test results will be stored in test-reports\python-unittest\functorch.test_memory_efficient_fusion 2022-11-23T01:27:33.2690408Z test_empty (__main__.NoChangeTestCase) ... ok (0.476s) 2022-11-23T01:27:33.2690803Z test_nochange (__main__.NoChangeTestCase) ... ok (0.008s) 2022-11-23T01:27:33.2691237Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.007s) 2022-11-23T01:27:33.2691623Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.006s) 2022-11-23T01:27:33.2692040Z test_random (__main__.RandomOpTestCase) ... ok (0.080s) 2022-11-23T01:27:33.2692467Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.021s) 2022-11-23T01:27:33.2692893Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.011s) 2022-11-23T01:27:33.2693285Z test_kwarg (__main__.ReduceTestCase) ... ok (0.007s) 2022-11-23T01:27:33.2693688Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.009s) 2022-11-23T01:27:33.2694320Z test_simple (__main__.ReduceTestCase) ... ok (0.009s) 2022-11-23T01:27:33.2694703Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.006s) 2022-11-23T01:27:33.2695098Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.020s) 2022-11-23T01:27:33.2695503Z test_two_args (__main__.ReduceTestCase) ... ok (0.010s) 2022-11-23T01:27:33.2695898Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.010s) 2022-11-23T01:27:33.2696390Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:33.2696968Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:33.2697572Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:33.2698168Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:33.2698709Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:33.2699260Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:33.2699916Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:27:33.2700207Z 2022-11-23T01:27:33.2700419Z ---------------------------------------------------------------------- 2022-11-23T01:27:33.2700765Z Ran 21 tests in 0.687s 2022-11-23T01:27:33.2700930Z 2022-11-23T01:27:33.2701034Z OK (skipped=7) 2022-11-23T01:27:33.2701187Z 2022-11-23T01:27:33.2701311Z Generating XML reports... 2022-11-23T01:27:33.2701844Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-NoChangeTestCase-20221123012732.xml 2022-11-23T01:27:33.2702608Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-RandomOpTestCase-20221123012732.xml 2022-11-23T01:27:33.2703403Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-ReduceTestCase-20221123012732.xml 2022-11-23T01:27:33.2704251Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-TestMemoryEfficientOpAuthoring-20221123012732.xml 2022-11-23T01:27:33.2704708Z 2022-11-23T01:27:33.2705107Z ##[endgroup] 2022-11-23T01:27:33.2705677Z FINISHED PRINTING LOG FILE of functorch/test_memory_efficient_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_memory_efficient_fusion_q4oig9td) 2022-11-23T01:27:33.2706118Z 2022-11-23T01:27:36.4532516Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:36.6212379Z Running functorch/test_minifier ... [2022-11-23 01:27:36.621055] 2022-11-23T01:27:36.6218215Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:36.621703] 2022-11-23T01:27:36.6220860Z Ignoring disabled issues: [] 2022-11-23T01:27:40.1367471Z 2022-11-23T01:27:40.1368528Z Expand the folded group to see the log file of functorch/test_minifier 2022-11-23T01:27:40.1369985Z ##[group]PRINTING LOG FILE of functorch/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_minifier_l4vgqhfe) 2022-11-23T01:27:40.1370684Z 2022-11-23T01:27:40.1370885Z Running tests... 2022-11-23T01:27:40.1371393Z ---------------------------------------------------------------------- 2022-11-23T01:27:40.1372145Z Test results will be stored in test-reports\python-unittest\functorch.test_minifier 2022-11-23T01:27:40.1372768Z test_has_add_mul (__main__.TestMinifier) ... ok (0.535s) 2022-11-23T01:27:40.1373314Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 9 nodes 2022-11-23T01:27:40.1373668Z 2022-11-23T01:27:40.1373851Z # Working Repro with 9 nodes 2022-11-23T01:27:40.1374311Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1375230Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1375663Z 2022-11-23T01:27:40.1375672Z 2022-11-23T01:27:40.1375680Z 2022-11-23T01:27:40.1375850Z def forward(self, x_1): 2022-11-23T01:27:40.1376318Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-11-23T01:27:40.1376861Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-11-23T01:27:40.1377386Z cos = torch.ops.aten.cos.default(add); add = None 2022-11-23T01:27:40.1377933Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:27:40.1378479Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:27:40.1379020Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-11-23T01:27:40.1379561Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-11-23T01:27:40.1379986Z return (mul_1,) 2022-11-23T01:27:40.1380279Z 2022-11-23T01:27:40.1380456Z 2022-11-23T01:27:40.1380616Z Trying granularity 8 2022-11-23T01:27:40.1380829Z 2022-11-23T01:27:40.1381066Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:27:40.1381688Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1381926Z 2022-11-23T01:27:40.1382168Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:27:40.1382619Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1382836Z 2022-11-23T01:27:40.1383046Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:27:40.1383467Z FAIL: Truncate suffix 2022-11-23T01:27:40.1383691Z 2022-11-23T01:27:40.1383912Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:27:40.1384329Z FAIL: Delta Debugging 2022-11-23T01:27:40.1384689Z Trying granularity 4 2022-11-23T01:27:40.1384902Z 2022-11-23T01:27:40.1385111Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-11-23T01:27:40.1385498Z FAIL: Truncate suffix 2022-11-23T01:27:40.1385723Z 2022-11-23T01:27:40.1385943Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-11-23T01:27:40.1386372Z SUCCESS: Went from 9 to 6 nodes 2022-11-23T01:27:40.1386617Z 2022-11-23T01:27:40.1386834Z # Working Repro with 6 nodes 2022-11-23T01:27:40.1387354Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1388049Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1388484Z 2022-11-23T01:27:40.1388494Z 2022-11-23T01:27:40.1388503Z 2022-11-23T01:27:40.1388698Z def forward(self, cos): 2022-11-23T01:27:40.1389190Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:27:40.1389809Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:27:40.1390412Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-11-23T01:27:40.1391016Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-11-23T01:27:40.1391498Z return (mul_1,) 2022-11-23T01:27:40.1391829Z 2022-11-23T01:27:40.1392042Z 2022-11-23T01:27:40.1392226Z Trying granularity 4 2022-11-23T01:27:40.1392480Z 2022-11-23T01:27:40.1392754Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1393248Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1393509Z 2022-11-23T01:27:40.1393774Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1394284Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1394551Z 2022-11-23T01:27:40.1394758Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1395247Z FAIL: Truncate suffix 2022-11-23T01:27:40.1395498Z 2022-11-23T01:27:40.1395749Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1396222Z FAIL: Delta Debugging 2022-11-23T01:27:40.1396631Z Trying granularity 2 2022-11-23T01:27:40.1396879Z 2022-11-23T01:27:40.1397125Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1397577Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:27:40.1397849Z 2022-11-23T01:27:40.1398219Z # Working Repro with 4 nodes 2022-11-23T01:27:40.1398727Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1399435Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1399956Z 2022-11-23T01:27:40.1399967Z 2022-11-23T01:27:40.1399975Z 2022-11-23T01:27:40.1400166Z def forward(self, cos): 2022-11-23T01:27:40.1400703Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:27:40.1401363Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:27:40.1401809Z return (div,) 2022-11-23T01:27:40.1402178Z 2022-11-23T01:27:40.1402386Z 2022-11-23T01:27:40.1402563Z Trying granularity 4 2022-11-23T01:27:40.1402818Z 2022-11-23T01:27:40.1403082Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1403581Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1403853Z 2022-11-23T01:27:40.1404069Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1404590Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1404854Z 2022-11-23T01:27:40.1405274Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1405865Z FAIL: Truncate suffix 2022-11-23T01:27:40.1406115Z 2022-11-23T01:27:40.1406406Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1406875Z FAIL: Delta Debugging 2022-11-23T01:27:40.1451341Z Trying granularity 2 2022-11-23T01:27:40.1451594Z 2022-11-23T01:27:40.1451801Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1452136Z FAIL: Truncate suffix 2022-11-23T01:27:40.1452323Z 2022-11-23T01:27:40.1452504Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1452859Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:27:40.1453068Z 2022-11-23T01:27:40.1453228Z # Working Repro with 3 nodes 2022-11-23T01:27:40.1453593Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1454121Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1454504Z 2022-11-23T01:27:40.1454523Z 2022-11-23T01:27:40.1454532Z 2022-11-23T01:27:40.1454679Z def forward(self, sub): 2022-11-23T01:27:40.1455104Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:27:40.1455501Z return (div,) 2022-11-23T01:27:40.1455803Z 2022-11-23T01:27:40.1455974Z 2022-11-23T01:27:40.1456101Z Trying granularity 2 2022-11-23T01:27:40.1456547Z 2022-11-23T01:27:40.1456738Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1457219Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1457433Z 2022-11-23T01:27:40.1457649Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1458104Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1458322Z 2022-11-23T01:27:40.1458527Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1458915Z FAIL: Truncate suffix 2022-11-23T01:27:40.1459119Z 2022-11-23T01:27:40.1459328Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1459697Z FAIL: Delta Debugging 2022-11-23T01:27:40.1460039Z Trying granularity 1 2022-11-23T01:27:40.1460246Z 2022-11-23T01:27:40.1460446Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1460835Z FAIL: Truncate suffix 2022-11-23T01:27:40.1461042Z 2022-11-23T01:27:40.1461247Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1461632Z FAIL: Delta Debugging 2022-11-23T01:27:40.1461852Z 2022-11-23T01:27:40.1462066Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1462443Z FAIL: Remove outputs 2022-11-23T01:27:40.1462759Z Made 15 queries 2022-11-23T01:27:40.1462928Z 2022-11-23T01:27:40.1463067Z # Working Repro with 3 nodes 2022-11-23T01:27:40.1463522Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1464031Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1464653Z 2022-11-23T01:27:40.1464667Z 2022-11-23T01:27:40.1464674Z 2022-11-23T01:27:40.1464833Z def forward(self, sub): 2022-11-23T01:27:40.1465249Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:27:40.1465617Z return (div,) 2022-11-23T01:27:40.1465883Z 2022-11-23T01:27:40.1466036Z 2022-11-23T01:27:40.1466218Z Wrote minimal repro out to repro.py 2022-11-23T01:27:40.1466563Z Started off with 7 nodes 2022-11-23T01:27:40.1466767Z 2022-11-23T01:27:40.1466929Z # Working Repro with 7 nodes 2022-11-23T01:27:40.1467407Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1468031Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1468390Z 2022-11-23T01:27:40.1468398Z 2022-11-23T01:27:40.1468406Z 2022-11-23T01:27:40.1468572Z def forward(self, x_1, y_1): 2022-11-23T01:27:40.1469011Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-11-23T01:27:40.1469508Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-11-23T01:27:40.1470288Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-11-23T01:27:40.1470840Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-11-23T01:27:40.1471249Z return add_1 2022-11-23T01:27:40.1471536Z 2022-11-23T01:27:40.1471704Z 2022-11-23T01:27:40.1471846Z Trying granularity 4 2022-11-23T01:27:40.1472053Z 2022-11-23T01:27:40.1472271Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:27:40.1472664Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1472879Z 2022-11-23T01:27:40.1473100Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:27:40.1473510Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1473722Z 2022-11-23T01:27:40.1473927Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:27:40.1474335Z SUCCESS: Went from 7 to 6 nodes 2022-11-23T01:27:40.1474568Z 2022-11-23T01:27:40.1474732Z # Working Repro with 6 nodes 2022-11-23T01:27:40.1475220Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1475929Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1476366Z 2022-11-23T01:27:40.1476374Z 2022-11-23T01:27:40.1476383Z 2022-11-23T01:27:40.1476533Z def forward(self, x_1, y_1): 2022-11-23T01:27:40.1476967Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-11-23T01:27:40.1477426Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-11-23T01:27:40.1477893Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:27:40.1478265Z return (mul,) 2022-11-23T01:27:40.1478523Z 2022-11-23T01:27:40.1478676Z 2022-11-23T01:27:40.1478806Z Trying granularity 4 2022-11-23T01:27:40.1478986Z 2022-11-23T01:27:40.1479198Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:27:40.1479592Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1479798Z 2022-11-23T01:27:40.1480000Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:27:40.1480384Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1480599Z 2022-11-23T01:27:40.1480792Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:27:40.1481179Z FAIL: Truncate suffix 2022-11-23T01:27:40.1481380Z 2022-11-23T01:27:40.1481567Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:27:40.1481940Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:27:40.1482139Z 2022-11-23T01:27:40.1482281Z # Working Repro with 4 nodes 2022-11-23T01:27:40.1482855Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1483484Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1483825Z 2022-11-23T01:27:40.1483835Z 2022-11-23T01:27:40.1483842Z 2022-11-23T01:27:40.1484219Z def forward(self, div, add): 2022-11-23T01:27:40.1484653Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:27:40.1485078Z return (mul,) 2022-11-23T01:27:40.1485356Z 2022-11-23T01:27:40.1485515Z 2022-11-23T01:27:40.1485662Z Trying granularity 4 2022-11-23T01:27:40.1485985Z 2022-11-23T01:27:40.1486206Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1486591Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1486787Z 2022-11-23T01:27:40.1486991Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1487393Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1487605Z 2022-11-23T01:27:40.1487809Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1488198Z FAIL: Truncate suffix 2022-11-23T01:27:40.1488399Z 2022-11-23T01:27:40.1488588Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1489056Z FAIL: Delta Debugging 2022-11-23T01:27:40.1489439Z Trying granularity 2 2022-11-23T01:27:40.1489646Z 2022-11-23T01:27:40.1489847Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1490403Z FAIL: Truncate suffix 2022-11-23T01:27:40.1490608Z 2022-11-23T01:27:40.1490815Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1491201Z FAIL: Delta Debugging 2022-11-23T01:27:40.1491533Z Trying granularity 1 2022-11-23T01:27:40.1491751Z 2022-11-23T01:27:40.1491970Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1492384Z FAIL: Truncate suffix 2022-11-23T01:27:40.1492571Z 2022-11-23T01:27:40.1492768Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1493176Z FAIL: Delta Debugging 2022-11-23T01:27:40.1493356Z 2022-11-23T01:27:40.1493520Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1493851Z FAIL: Remove outputs 2022-11-23T01:27:40.1494131Z Made 9 queries 2022-11-23T01:27:40.1494308Z 2022-11-23T01:27:40.1494472Z # Working Repro with 4 nodes 2022-11-23T01:27:40.1495015Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1495731Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1496079Z 2022-11-23T01:27:40.1496088Z 2022-11-23T01:27:40.1496097Z 2022-11-23T01:27:40.1496269Z def forward(self, div, add): 2022-11-23T01:27:40.1496704Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:27:40.1497108Z return (mul,) 2022-11-23T01:27:40.1497382Z 2022-11-23T01:27:40.1497558Z 2022-11-23T01:27:40.1497740Z Wrote minimal repro out to repro.py 2022-11-23T01:27:40.1498063Z ok (0.032s) 2022-11-23T01:27:40.1498487Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-11-23T01:27:40.1498782Z 2022-11-23T01:27:40.1506629Z # Working Repro with 7 nodes 2022-11-23T01:27:40.1507297Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1507984Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1508335Z 2022-11-23T01:27:40.1508344Z 2022-11-23T01:27:40.1508352Z 2022-11-23T01:27:40.1508501Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:27:40.1508909Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:27:40.1509354Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-11-23T01:27:40.1509774Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-11-23T01:27:40.1510138Z return (sin, b_1, cos, mul) 2022-11-23T01:27:40.1510414Z 2022-11-23T01:27:40.1510574Z 2022-11-23T01:27:40.1510710Z Trying granularity 4 2022-11-23T01:27:40.1510916Z 2022-11-23T01:27:40.1511111Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-11-23T01:27:40.1511550Z SUCCESS: Went from 4 to 2 outputs 2022-11-23T01:27:40.1511775Z 2022-11-23T01:27:40.1512141Z # Working Repro with 7 nodes 2022-11-23T01:27:40.1512665Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1513312Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1513692Z 2022-11-23T01:27:40.1513701Z 2022-11-23T01:27:40.1513710Z 2022-11-23T01:27:40.1513964Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:27:40.1514431Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:27:40.1514946Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-11-23T01:27:40.1515431Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-11-23T01:27:40.1515853Z return [b_1, sin] 2022-11-23T01:27:40.1516170Z 2022-11-23T01:27:40.1516346Z 2022-11-23T01:27:40.1516497Z Trying granularity 4 2022-11-23T01:27:40.1516715Z 2022-11-23T01:27:40.1516951Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-11-23T01:27:40.1517380Z SUCCESS: Went from 7 to 5 nodes 2022-11-23T01:27:40.1517783Z 2022-11-23T01:27:40.1517948Z # Working Repro with 5 nodes 2022-11-23T01:27:40.1518537Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1519268Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1519640Z 2022-11-23T01:27:40.1519649Z 2022-11-23T01:27:40.1519658Z 2022-11-23T01:27:40.1519812Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:27:40.1520210Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:27:40.1520628Z return [b_1, sin] 2022-11-23T01:27:40.1520892Z 2022-11-23T01:27:40.1521075Z 2022-11-23T01:27:40.1521186Z Trying granularity 4 2022-11-23T01:27:40.1521373Z 2022-11-23T01:27:40.1521577Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-11-23T01:27:40.1521982Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1522207Z 2022-11-23T01:27:40.1522429Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-11-23T01:27:40.1522881Z SUCCESS: Went from 5 to 4 nodes 2022-11-23T01:27:40.1523124Z 2022-11-23T01:27:40.1523273Z # Working Repro with 4 nodes 2022-11-23T01:27:40.1523811Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1524364Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1524678Z 2022-11-23T01:27:40.1524685Z 2022-11-23T01:27:40.1524692Z 2022-11-23T01:27:40.1524826Z def forward(self, a_1, b_1): 2022-11-23T01:27:40.1525226Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:27:40.1525618Z return [b_1, sin] 2022-11-23T01:27:40.1526048Z 2022-11-23T01:27:40.1526202Z 2022-11-23T01:27:40.1526344Z Trying granularity 4 2022-11-23T01:27:40.1526564Z 2022-11-23T01:27:40.1526846Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1527271Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1527531Z 2022-11-23T01:27:40.1527741Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1528128Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1528367Z 2022-11-23T01:27:40.1528556Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1528917Z FAIL: Truncate suffix 2022-11-23T01:27:40.1529105Z 2022-11-23T01:27:40.1529275Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1529638Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:27:40.1529847Z 2022-11-23T01:27:40.1529988Z # Working Repro with 3 nodes 2022-11-23T01:27:40.1530443Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1531068Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1531414Z 2022-11-23T01:27:40.1531620Z 2022-11-23T01:27:40.1531631Z 2022-11-23T01:27:40.1531782Z def forward(self, b_1, sin): 2022-11-23T01:27:40.1532118Z return [b_1, sin] 2022-11-23T01:27:40.1532367Z 2022-11-23T01:27:40.1532531Z 2022-11-23T01:27:40.1532677Z Trying granularity 2 2022-11-23T01:27:40.1532900Z 2022-11-23T01:27:40.1533195Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:27:40.1533647Z SUCCESS: Went from 2 to 1 outputs 2022-11-23T01:27:40.1533919Z 2022-11-23T01:27:40.1534085Z # Working Repro with 3 nodes 2022-11-23T01:27:40.1534628Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1535198Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1535541Z 2022-11-23T01:27:40.1535548Z 2022-11-23T01:27:40.1535572Z 2022-11-23T01:27:40.1535707Z def forward(self, b_1, sin): 2022-11-23T01:27:40.1536036Z return [sin] 2022-11-23T01:27:40.1536345Z 2022-11-23T01:27:40.1536512Z 2022-11-23T01:27:40.1536664Z Trying granularity 2 2022-11-23T01:27:40.1537068Z 2022-11-23T01:27:40.1537299Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:27:40.1537704Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1537903Z 2022-11-23T01:27:40.1538126Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:27:40.1538545Z SUCCESS: Went from 3 to 2 nodes 2022-11-23T01:27:40.1538805Z 2022-11-23T01:27:40.1538951Z # Working Repro with 2 nodes 2022-11-23T01:27:40.1539421Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1539993Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1540430Z 2022-11-23T01:27:40.1540438Z 2022-11-23T01:27:40.1540445Z 2022-11-23T01:27:40.1540581Z def forward(self, sin): 2022-11-23T01:27:40.1540870Z return [sin] 2022-11-23T01:27:40.1541143Z 2022-11-23T01:27:40.1541312Z 2022-11-23T01:27:40.1541454Z Trying granularity 2 2022-11-23T01:27:40.1541655Z 2022-11-23T01:27:40.1541883Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:27:40.1542318Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1542543Z 2022-11-23T01:27:40.1542779Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:27:40.1543204Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1543437Z 2022-11-23T01:27:40.1543660Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:27:40.1544046Z FAIL: Truncate suffix 2022-11-23T01:27:40.1544236Z 2022-11-23T01:27:40.1544425Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:27:40.1544804Z FAIL: Delta Debugging 2022-11-23T01:27:40.1545149Z Trying granularity 1 2022-11-23T01:27:40.1545362Z 2022-11-23T01:27:40.1545555Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:27:40.1546051Z FAIL: Truncate suffix 2022-11-23T01:27:40.1546267Z 2022-11-23T01:27:40.1546528Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:27:40.1546918Z FAIL: Delta Debugging 2022-11-23T01:27:40.1547131Z 2022-11-23T01:27:40.1547344Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:27:40.1547713Z FAIL: Remove outputs 2022-11-23T01:27:40.1547994Z Made 15 queries 2022-11-23T01:27:40.1548158Z 2022-11-23T01:27:40.1548308Z # Working Repro with 2 nodes 2022-11-23T01:27:40.1548706Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1549311Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1549656Z 2022-11-23T01:27:40.1549665Z 2022-11-23T01:27:40.1549673Z 2022-11-23T01:27:40.1549835Z def forward(self, sin): 2022-11-23T01:27:40.1550153Z return [sin] 2022-11-23T01:27:40.1550419Z 2022-11-23T01:27:40.1550590Z 2022-11-23T01:27:40.1550761Z Wrote minimal repro out to repro.py 2022-11-23T01:27:40.1551094Z ok (0.032s) 2022-11-23T01:27:40.1551678Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-11-23T01:27:40.1551987Z 2022-11-23T01:27:40.1552234Z # Working Repro with 6 nodes 2022-11-23T01:27:40.1552609Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1553225Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1553620Z 2022-11-23T01:27:40.1553630Z 2022-11-23T01:27:40.1553655Z 2022-11-23T01:27:40.1553795Z def forward(self, x): 2022-11-23T01:27:40.1554167Z relu = self.relu(x); x = None 2022-11-23T01:27:40.1554567Z sub = relu - relu; relu = None 2022-11-23T01:27:40.1554976Z truediv = sub / sub; sub = None 2022-11-23T01:27:40.1555343Z add = truediv + 3; truediv = None 2022-11-23T01:27:40.1555663Z return add 2022-11-23T01:27:40.1555954Z 2022-11-23T01:27:40.1556127Z 2022-11-23T01:27:40.1556260Z Trying granularity 4 2022-11-23T01:27:40.1556466Z 2022-11-23T01:27:40.1556693Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1557068Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1558112Z 2022-11-23T01:27:40.1558309Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1558798Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1559001Z 2022-11-23T01:27:40.1559245Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1559620Z FAIL: Truncate suffix 2022-11-23T01:27:40.1559816Z 2022-11-23T01:27:40.1560014Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1560420Z FAIL: Delta Debugging 2022-11-23T01:27:40.1560772Z Trying granularity 2 2022-11-23T01:27:40.1560998Z 2022-11-23T01:27:40.1561202Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1561615Z FAIL: Truncate suffix 2022-11-23T01:27:40.1561839Z 2022-11-23T01:27:40.1562054Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:27:40.1562442Z SUCCESS: Went from 6 to 5 nodes 2022-11-23T01:27:40.1562643Z 2022-11-23T01:27:40.1562794Z # Working Repro with 5 nodes 2022-11-23T01:27:40.1563203Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1563806Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1564199Z 2022-11-23T01:27:40.1564208Z 2022-11-23T01:27:40.1564218Z 2022-11-23T01:27:40.1564373Z def forward(self, relu): 2022-11-23T01:27:40.1564843Z sub = relu - relu; relu = None 2022-11-23T01:27:40.1565229Z truediv = sub / sub; sub = None 2022-11-23T01:27:40.1565670Z add = truediv + 3; truediv = None 2022-11-23T01:27:40.1566086Z return add 2022-11-23T01:27:40.1566328Z 2022-11-23T01:27:40.1566481Z 2022-11-23T01:27:40.1566617Z Trying granularity 4 2022-11-23T01:27:40.1566811Z 2022-11-23T01:27:40.1567026Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:27:40.1567440Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1567666Z 2022-11-23T01:27:40.1567872Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:27:40.1568248Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1568447Z 2022-11-23T01:27:40.1568609Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:27:40.1568974Z FAIL: Truncate suffix 2022-11-23T01:27:40.1569161Z 2022-11-23T01:27:40.1569348Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:27:40.1569734Z FAIL: Delta Debugging 2022-11-23T01:27:40.1570064Z Trying granularity 2 2022-11-23T01:27:40.1570276Z 2022-11-23T01:27:40.1570468Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-11-23T01:27:40.1570825Z SUCCESS: Went from 5 to 4 nodes 2022-11-23T01:27:40.1571139Z 2022-11-23T01:27:40.1571299Z # Working Repro with 4 nodes 2022-11-23T01:27:40.1571726Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1572387Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1572788Z 2022-11-23T01:27:40.1572979Z 2022-11-23T01:27:40.1572989Z 2022-11-23T01:27:40.1573137Z def forward(self, relu): 2022-11-23T01:27:40.1573511Z sub = relu - relu; relu = None 2022-11-23T01:27:40.1573872Z truediv = sub / sub; sub = None 2022-11-23T01:27:40.1574191Z return (truediv,) 2022-11-23T01:27:40.1574480Z 2022-11-23T01:27:40.1574657Z 2022-11-23T01:27:40.1574790Z Trying granularity 4 2022-11-23T01:27:40.1574970Z 2022-11-23T01:27:40.1575161Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1575538Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1575756Z 2022-11-23T01:27:40.1575948Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1576337Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1576554Z 2022-11-23T01:27:40.1576734Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1577098Z FAIL: Truncate suffix 2022-11-23T01:27:40.1577381Z 2022-11-23T01:27:40.1577586Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1577998Z FAIL: Delta Debugging 2022-11-23T01:27:40.1578313Z Trying granularity 2 2022-11-23T01:27:40.1578721Z 2022-11-23T01:27:40.1578921Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1579288Z FAIL: Truncate suffix 2022-11-23T01:27:40.1579492Z 2022-11-23T01:27:40.1579711Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:27:40.1580126Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:27:40.1580361Z 2022-11-23T01:27:40.1580528Z # Working Repro with 3 nodes 2022-11-23T01:27:40.1580960Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1581554Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1581943Z 2022-11-23T01:27:40.1581951Z 2022-11-23T01:27:40.1581958Z 2022-11-23T01:27:40.1582105Z def forward(self, sub): 2022-11-23T01:27:40.1582471Z truediv = sub / sub; sub = None 2022-11-23T01:27:40.1582803Z return (truediv,) 2022-11-23T01:27:40.1583091Z 2022-11-23T01:27:40.1583275Z 2022-11-23T01:27:40.1583484Z Trying granularity 2 2022-11-23T01:27:40.1583691Z 2022-11-23T01:27:40.1583954Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1584358Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1584578Z 2022-11-23T01:27:40.1584809Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1585246Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1585483Z 2022-11-23T01:27:40.1585707Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1586108Z FAIL: Truncate suffix 2022-11-23T01:27:40.1586336Z 2022-11-23T01:27:40.1586544Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1586909Z FAIL: Delta Debugging 2022-11-23T01:27:40.1587219Z Trying granularity 1 2022-11-23T01:27:40.1587418Z 2022-11-23T01:27:40.1587625Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1588034Z FAIL: Truncate suffix 2022-11-23T01:27:40.1588258Z 2022-11-23T01:27:40.1588452Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1588862Z FAIL: Delta Debugging 2022-11-23T01:27:40.1589076Z 2022-11-23T01:27:40.1589351Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:27:40.1589744Z FAIL: Remove outputs 2022-11-23T01:27:40.1590113Z Made 15 queries 2022-11-23T01:27:40.1590290Z 2022-11-23T01:27:40.1590445Z # Working Repro with 3 nodes 2022-11-23T01:27:40.1590810Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1591364Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1591754Z 2022-11-23T01:27:40.1591764Z 2022-11-23T01:27:40.1591772Z 2022-11-23T01:27:40.1591926Z def forward(self, sub): 2022-11-23T01:27:40.1592271Z truediv = sub / sub; sub = None 2022-11-23T01:27:40.1592593Z return (truediv,) 2022-11-23T01:27:40.1592886Z 2022-11-23T01:27:40.1593042Z 2022-11-23T01:27:40.1593394Z Wrote minimal repro out to repro.py 2022-11-23T01:27:40.1593747Z ok (0.031s) 2022-11-23T01:27:40.1594149Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-11-23T01:27:40.1594461Z 2022-11-23T01:27:40.1594621Z # Working Repro with 8 nodes 2022-11-23T01:27:40.1595149Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1595975Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1596381Z 2022-11-23T01:27:40.1596390Z 2022-11-23T01:27:40.1596399Z 2022-11-23T01:27:40.1596557Z def forward(self, a_1, b_1): 2022-11-23T01:27:40.1597061Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-11-23T01:27:40.1597561Z getitem = std_mean[0] 2022-11-23T01:27:40.1597951Z getitem_1 = std_mean[1]; std_mean = None 2022-11-23T01:27:40.1598423Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-11-23T01:27:40.1598981Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:27:40.1599591Z return (add,) 2022-11-23T01:27:40.1599865Z 2022-11-23T01:27:40.1600028Z 2022-11-23T01:27:40.1600177Z Trying granularity 8 2022-11-23T01:27:40.1600394Z 2022-11-23T01:27:40.1600603Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:27:40.1601000Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1601290Z 2022-11-23T01:27:40.1601503Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:27:40.1601971Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1602184Z 2022-11-23T01:27:40.1602403Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:27:40.1602826Z FAIL: Truncate suffix 2022-11-23T01:27:40.1603044Z 2022-11-23T01:27:40.1603272Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:27:40.1603682Z FAIL: Delta Debugging 2022-11-23T01:27:40.1604008Z Trying granularity 4 2022-11-23T01:27:40.1604202Z 2022-11-23T01:27:40.1604397Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-11-23T01:27:40.1604777Z FAIL: Truncate suffix 2022-11-23T01:27:40.1604990Z 2022-11-23T01:27:40.1605200Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-11-23T01:27:40.1605631Z SUCCESS: Went from 8 to 6 nodes 2022-11-23T01:27:40.1606132Z SUCCESS: Went from 2 to 3 inputs 2022-11-23T01:27:40.1606366Z 2022-11-23T01:27:40.1606523Z # Working Repro with 6 nodes 2022-11-23T01:27:40.1607109Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1607904Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1608254Z 2022-11-23T01:27:40.1608263Z 2022-11-23T01:27:40.1608271Z 2022-11-23T01:27:40.1608467Z def forward(self, b_1, getitem, getitem_1): 2022-11-23T01:27:40.1608997Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-11-23T01:27:40.1609526Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:27:40.1609916Z return (add,) 2022-11-23T01:27:40.1610199Z 2022-11-23T01:27:40.1610375Z 2022-11-23T01:27:40.1610512Z Trying granularity 4 2022-11-23T01:27:40.1610738Z 2022-11-23T01:27:40.1610961Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:27:40.1611393Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1611597Z 2022-11-23T01:27:40.1611804Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:27:40.1612231Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1612456Z 2022-11-23T01:27:40.1612668Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:27:40.1613054Z FAIL: Truncate suffix 2022-11-23T01:27:40.1613363Z 2022-11-23T01:27:40.1613547Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:27:40.1614010Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:27:40.1614409Z 2022-11-23T01:27:40.1614578Z # Working Repro with 4 nodes 2022-11-23T01:27:40.1615046Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1615634Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1615937Z 2022-11-23T01:27:40.1615944Z 2022-11-23T01:27:40.1615951Z 2022-11-23T01:27:40.1616101Z def forward(self, getitem, mul): 2022-11-23T01:27:40.1616498Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:27:40.1616866Z return (add,) 2022-11-23T01:27:40.1617114Z 2022-11-23T01:27:40.1617256Z 2022-11-23T01:27:40.1617372Z Trying granularity 4 2022-11-23T01:27:40.1617538Z 2022-11-23T01:27:40.1617719Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1618044Z FAIL: Eliminate dead code 2022-11-23T01:27:40.1618206Z 2022-11-23T01:27:40.1618359Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1618699Z FAIL: Remove unused inputs 2022-11-23T01:27:40.1619055Z 2022-11-23T01:27:40.1619343Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1619733Z FAIL: Truncate suffix 2022-11-23T01:27:40.1619940Z 2022-11-23T01:27:40.1620138Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1620560Z FAIL: Delta Debugging 2022-11-23T01:27:40.1620857Z Trying granularity 2 2022-11-23T01:27:40.1621052Z 2022-11-23T01:27:40.1621249Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1621602Z FAIL: Truncate suffix 2022-11-23T01:27:40.1621789Z 2022-11-23T01:27:40.1621976Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1622341Z FAIL: Delta Debugging 2022-11-23T01:27:40.1622652Z Trying granularity 1 2022-11-23T01:27:40.1622815Z 2022-11-23T01:27:40.1623012Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1623376Z FAIL: Truncate suffix 2022-11-23T01:27:40.1623576Z 2022-11-23T01:27:40.1623763Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1624143Z FAIL: Delta Debugging 2022-11-23T01:27:40.1624351Z 2022-11-23T01:27:40.1624552Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:27:40.1624923Z FAIL: Remove outputs 2022-11-23T01:27:40.1625207Z Made 11 queries 2022-11-23T01:27:40.1625407Z 2022-11-23T01:27:40.1625574Z # Working Repro with 4 nodes 2022-11-23T01:27:40.1626147Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:27:40.1626855Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:27:40.1627247Z 2022-11-23T01:27:40.1627256Z 2022-11-23T01:27:40.1627265Z 2022-11-23T01:27:40.1627452Z def forward(self, getitem, mul): 2022-11-23T01:27:40.1627943Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:27:40.1628348Z return (add,) 2022-11-23T01:27:40.1628612Z 2022-11-23T01:27:40.1628773Z 2022-11-23T01:27:40.1628949Z Wrote minimal repro out to repro.py 2022-11-23T01:27:40.1629288Z ok (0.034s) 2022-11-23T01:27:40.1629467Z 2022-11-23T01:27:40.1629719Z ---------------------------------------------------------------------- 2022-11-23T01:27:40.1630169Z Ran 5 tests in 0.672s 2022-11-23T01:27:40.1630342Z 2022-11-23T01:27:40.1630434Z OK 2022-11-23T01:27:40.1630611Z 2022-11-23T01:27:40.1630767Z Generating XML reports... 2022-11-23T01:27:40.1631400Z Generated XML report: test-reports\python-unittest\functorch.test_minifier\TEST-TestMinifier-20221123012739.xml 2022-11-23T01:27:40.1631918Z 2022-11-23T01:27:40.1632633Z ##[endgroup] 2022-11-23T01:27:40.1633347Z FINISHED PRINTING LOG FILE of functorch/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_minifier_l4vgqhfe) 2022-11-23T01:27:40.1633846Z 2022-11-23T01:27:43.2252514Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:55.0771582Z 2022-11-23T01:32:55.0772135Z Expand the folded group to see the log file of functorch/test_aotdispatch 2022-11-23T01:32:55.0773102Z ##[group]PRINTING LOG FILE of functorch/test_aotdispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_aotdispatch_klbhfyv4) 2022-11-23T01:32:55.0791136Z C:\actions-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:32:55.0791847Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:32:55.0794260Z 2022-11-23T01:32:55.0794491Z Running tests... 2022-11-23T01:32:55.0794835Z ---------------------------------------------------------------------- 2022-11-23T01:32:55.0795242Z Test results will be stored in test-reports\python-unittest\functorch.test_aotdispatch 2022-11-23T01:32:55.0795633Z test_autocast_disable_guard (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:32:55.0796214Z test_batch_norm_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.000s) 2022-11-23T01:32:55.0796550Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.052s) 2022-11-23T01:32:55.0797389Z test_compilation_context (__main__.TestAOTAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.0798405Z warnings.warn( 2022-11-23T01:32:55.0798700Z ok (0.026s) 2022-11-23T01:32:55.0799139Z test_custom_autograd (__main__.TestAOTAutograd) ... ok (0.010s) 2022-11-23T01:32:55.0799636Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.014s) 2022-11-23T01:32:55.0800148Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.016s) 2022-11-23T01:32:55.0800678Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.014s) 2022-11-23T01:32:55.0800998Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.030s) 2022-11-23T01:32:55.0801337Z test_module (__main__.TestAOTAutograd) ... ok (0.027s) 2022-11-23T01:32:55.0801633Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.014s) 2022-11-23T01:32:55.0801943Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.013s) 2022-11-23T01:32:55.0802266Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.075s) 2022-11-23T01:32:55.0802721Z test_nonidempotent_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.001s) 2022-11-23T01:32:55.0803044Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.034s) 2022-11-23T01:32:55.0803362Z test_output_op_depending_on_symint (__main__.TestAOTAutograd) 2022-11-23T01:32:55.0803766Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... skip: no sympy (0.001s) 2022-11-23T01:32:55.0804306Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.008s) 2022-11-23T01:32:55.0804776Z test_single_output (__main__.TestAOTAutograd) ... ok (0.009s) 2022-11-23T01:32:55.0805223Z test_some_outputs_dont_require_grad (__main__.TestAOTAutograd) ... ok (0.010s) 2022-11-23T01:32:55.0805713Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.027s) 2022-11-23T01:32:55.0807610Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.0808638Z warnings.warn( 2022-11-23T01:32:55.0808871Z ok (0.032s) 2022-11-23T01:32:55.0809500Z test_aot_autograd_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-11-23T01:32:55.0810165Z test_aot_autograd_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-11-23T01:32:55.0810750Z test_aot_autograd_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.392s) 2022-11-23T01:32:55.0811368Z test_aot_autograd_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-11-23T01:32:55.0811980Z test_aot_autograd_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.183s) 2022-11-23T01:32:55.0812516Z test_aot_autograd_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.351s) 2022-11-23T01:32:55.0813103Z test_aot_autograd_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-11-23T01:32:55.0813873Z test_aot_autograd_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-11-23T01:32:55.0814874Z test_aot_autograd_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.0815778Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:32:55.0816118Z ok (0.239s) 2022-11-23T01:32:55.0816537Z test_aot_autograd_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-11-23T01:32:55.0817175Z test_aot_autograd_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:32:55.0817755Z test_aot_autograd_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:32:55.0818351Z test_aot_autograd_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:32:55.0818896Z test_aot_autograd_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:32:55.0819462Z test_aot_autograd_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.149s) 2022-11-23T01:32:55.0820030Z test_aot_autograd_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.196s) 2022-11-23T01:32:55.0820605Z test_aot_autograd_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.353s) 2022-11-23T01:32:55.0821156Z test_aot_autograd_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.254s) 2022-11-23T01:32:55.0821710Z test_aot_autograd_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-11-23T01:32:55.0822292Z test_aot_autograd_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:32:55.0822859Z test_aot_autograd_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-11-23T01:32:55.0823398Z test_aot_autograd_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-11-23T01:32:55.0824048Z test_aot_autograd_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0824654Z test_aot_autograd_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0825100Z test_aot_autograd_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.351s) 2022-11-23T01:32:55.0825611Z test_aot_autograd_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.368s) 2022-11-23T01:32:55.0826061Z test_aot_autograd_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0826515Z test_aot_autograd_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-11-23T01:32:55.0826938Z test_aot_autograd_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0827420Z test_aot_autograd_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0827907Z test_aot_autograd_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0828384Z test_aot_autograd_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0828865Z test_aot_autograd_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.010s) 2022-11-23T01:32:55.0829406Z test_aot_autograd_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0829862Z test_aot_autograd_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-11-23T01:32:55.0830374Z test_aot_autograd_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:32:55.0830864Z test_aot_autograd_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:32:55.0831256Z test_aot_autograd_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-11-23T01:32:55.0832243Z test_aot_autograd_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.217s) 2022-11-23T01:32:55.0832653Z test_aot_autograd_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:32:55.0833062Z test_aot_autograd_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-11-23T01:32:55.0833477Z test_aot_autograd_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.068s) 2022-11-23T01:32:55.0833894Z test_aot_autograd_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-11-23T01:32:55.0834309Z test_aot_autograd_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.082s) 2022-11-23T01:32:55.0834700Z test_aot_autograd_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.184s) 2022-11-23T01:32:55.0835119Z test_aot_autograd_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-11-23T01:32:55.0835537Z test_aot_autograd_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.064s) 2022-11-23T01:32:55.0835955Z test_aot_autograd_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.113s) 2022-11-23T01:32:55.0836427Z test_aot_autograd_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:32:55.0836926Z test_aot_autograd_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.010s) 2022-11-23T01:32:55.0837422Z test_aot_autograd_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0837889Z test_aot_autograd_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:32:55.0838304Z test_aot_autograd_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-11-23T01:32:55.0838766Z test_aot_autograd_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0839324Z test_aot_autograd_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.006s) 2022-11-23T01:32:55.0839784Z test_aot_autograd_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-11-23T01:32:55.0840205Z test_aot_autograd_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-11-23T01:32:55.0840610Z test_aot_autograd_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (5.511s) 2022-11-23T01:32:55.0841024Z test_aot_autograd_exhaustive_cdouble_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-11-23T01:32:55.0841412Z test_aot_autograd_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:32:55.0841823Z test_aot_autograd_exhaustive_cfloat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:32:55.0842822Z test_aot_autograd_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:32:55.0843684Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T01:32:55.0843940Z expected failure (0.714s) 2022-11-23T01:32:55.0844314Z test_aot_autograd_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.010s) 2022-11-23T01:32:55.0845026Z test_aot_autograd_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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:32:55.0845580Z L = torch.cholesky(A) 2022-11-23T01:32:55.0845801Z should be replaced with 2022-11-23T01:32:55.0846019Z L = torch.linalg.cholesky(A) 2022-11-23T01:32:55.0846231Z and 2022-11-23T01:32:55.0846440Z U = torch.cholesky(A, upper=True) 2022-11-23T01:32:55.0846668Z should be replaced with 2022-11-23T01:32:55.0846903Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T01:32:55.0847397Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T01:32:55.0847872Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.0848102Z expected failure (0.038s) 2022-11-23T01:32:55.0848498Z test_aot_autograd_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.550s) 2022-11-23T01:32:55.0848940Z test_aot_autograd_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.403s) 2022-11-23T01:32:55.0849428Z test_aot_autograd_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-11-23T01:32:55.0849847Z test_aot_autograd_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.180s) 2022-11-23T01:32:55.0850245Z test_aot_autograd_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.226s) 2022-11-23T01:32:55.0850667Z test_aot_autograd_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.198s) 2022-11-23T01:32:55.0851085Z test_aot_autograd_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:32:55.0851506Z test_aot_autograd_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:32:55.0851933Z test_aot_autograd_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.054s) 2022-11-23T01:32:55.0852411Z test_aot_autograd_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.164s) 2022-11-23T01:32:55.0852825Z test_aot_autograd_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-11-23T01:32:55.0853224Z test_aot_autograd_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:32:55.0853657Z test_aot_autograd_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.577s) 2022-11-23T01:32:55.0854091Z test_aot_autograd_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:32:55.0854518Z test_aot_autograd_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.215s) 2022-11-23T01:32:55.0855016Z test_aot_autograd_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:32:55.0855500Z test_aot_autograd_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-11-23T01:32:55.0855912Z test_aot_autograd_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-11-23T01:32:55.0856401Z test_aot_autograd_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0856873Z test_aot_autograd_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:32:55.0857301Z test_aot_autograd_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:32:55.0857715Z test_aot_autograd_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-11-23T01:32:55.0858133Z test_aot_autograd_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-11-23T01:32:55.0858544Z test_aot_autograd_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.593s) 2022-11-23T01:32:55.0858959Z test_aot_autograd_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-11-23T01:32:55.0859371Z test_aot_autograd_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.328s) 2022-11-23T01:32:55.0859807Z test_aot_autograd_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:32:55.0860217Z test_aot_autograd_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.232s) 2022-11-23T01:32:55.0860670Z test_aot_autograd_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.189s) 2022-11-23T01:32:55.0861106Z test_aot_autograd_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-11-23T01:32:55.0861584Z test_aot_autograd_exhaustive_diagonal_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-11-23T01:32:55.0862011Z test_aot_autograd_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.176s) 2022-11-23T01:32:55.0862422Z test_aot_autograd_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.240s) 2022-11-23T01:32:55.0862847Z test_aot_autograd_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.540s) 2022-11-23T01:32:55.0863261Z test_aot_autograd_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:32:55.0863668Z test_aot_autograd_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.884s) 2022-11-23T01:32:55.0864095Z test_aot_autograd_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.135s) 2022-11-23T01:32:55.0864536Z test_aot_autograd_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.194s) 2022-11-23T01:32:55.0864975Z test_aot_autograd_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.167s) 2022-11-23T01:32:55.0865457Z test_aot_autograd_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:32:55.0865844Z test_aot_autograd_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.057s) 2022-11-23T01:32:55.0866261Z test_aot_autograd_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:32:55.0866669Z test_aot_autograd_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.068s) 2022-11-23T01:32:55.0867132Z test_aot_autograd_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.363s) 2022-11-23T01:32:55.0867636Z test_aot_autograd_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0868127Z test_aot_autograd_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0868614Z test_aot_autograd_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0869070Z test_aot_autograd_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0869563Z test_aot_autograd_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:32:55.0869973Z test_aot_autograd_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.053s) 2022-11-23T01:32:55.0870389Z test_aot_autograd_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:32:55.0870798Z test_aot_autograd_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:32:55.0871203Z test_aot_autograd_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:32:55.0871619Z test_aot_autograd_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:32:55.0872038Z test_aot_autograd_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.107s) 2022-11-23T01:32:55.0872433Z test_aot_autograd_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:32:55.0872937Z test_aot_autograd_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0873384Z test_aot_autograd_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.135s) 2022-11-23T01:32:55.0873857Z test_aot_autograd_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-11-23T01:32:55.0874271Z test_aot_autograd_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-11-23T01:32:55.0874689Z test_aot_autograd_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-11-23T01:32:55.0875112Z test_aot_autograd_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.222s) 2022-11-23T01:32:55.0875507Z test_aot_autograd_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.244s) 2022-11-23T01:32:55.0875920Z test_aot_autograd_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.291s) 2022-11-23T01:32:55.0876337Z test_aot_autograd_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.125s) 2022-11-23T01:32:55.0876749Z test_aot_autograd_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.146s) 2022-11-23T01:32:55.0877160Z test_aot_autograd_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.192s) 2022-11-23T01:32:55.0877580Z test_aot_autograd_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.079s) 2022-11-23T01:32:55.0878001Z test_aot_autograd_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-11-23T01:32:55.0878449Z test_aot_autograd_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.236s) 2022-11-23T01:32:55.0878868Z test_aot_autograd_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-11-23T01:32:55.0879345Z test_aot_autograd_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.182s) 2022-11-23T01:32:55.0879813Z test_aot_autograd_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.179s) 2022-11-23T01:32:55.0880227Z test_aot_autograd_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.233s) 2022-11-23T01:32:55.0880633Z test_aot_autograd_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-11-23T01:32:55.0881038Z test_aot_autograd_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.177s) 2022-11-23T01:32:55.0881434Z test_aot_autograd_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.206s) 2022-11-23T01:32:55.0881844Z test_aot_autograd_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:32:55.0882392Z test_aot_autograd_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:32:55.0882807Z test_aot_autograd_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-11-23T01:32:55.0883221Z test_aot_autograd_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-11-23T01:32:55.0883632Z test_aot_autograd_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:32:55.0884039Z test_aot_autograd_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-11-23T01:32:55.0884437Z test_aot_autograd_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.409s) 2022-11-23T01:32:55.0884853Z test_aot_autograd_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:32:55.0885371Z test_aot_autograd_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0885879Z test_aot_autograd_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.216s) 2022-11-23T01:32:55.0886292Z test_aot_autograd_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.226s) 2022-11-23T01:32:55.0886699Z test_aot_autograd_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.160s) 2022-11-23T01:32:55.0887101Z test_aot_autograd_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:32:55.0887491Z test_aot_autograd_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:32:55.0887944Z test_aot_autograd_exhaustive_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0888429Z test_aot_autograd_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0888882Z test_aot_autograd_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:32:55.0889329Z test_aot_autograd_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0889812Z test_aot_autograd_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-11-23T01:32:55.0890256Z test_aot_autograd_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.424s) 2022-11-23T01:32:55.0890690Z test_aot_autograd_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.264s) 2022-11-23T01:32:55.0891266Z test_aot_autograd_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0891714Z test_aot_autograd_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-11-23T01:32:55.0892231Z test_aot_autograd_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0892715Z test_aot_autograd_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0893203Z test_aot_autograd_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0893703Z test_aot_autograd_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0894158Z test_aot_autograd_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-11-23T01:32:55.0894574Z test_aot_autograd_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:32:55.0895027Z test_aot_autograd_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.169s) 2022-11-23T01:32:55.0895430Z test_aot_autograd_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:32:55.0895879Z test_aot_autograd_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0896367Z test_aot_autograd_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0896815Z test_aot_autograd_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-11-23T01:32:55.0897237Z test_aot_autograd_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-11-23T01:32:55.0897719Z test_aot_autograd_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-11-23T01:32:55.0898187Z test_aot_autograd_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-11-23T01:32:55.0898962Z test_aot_autograd_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T01:32:55.0899615Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.0899847Z expected failure (0.027s) 2022-11-23T01:32:55.0900187Z test_aot_autograd_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-11-23T01:32:55.0900608Z test_aot_autograd_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:32:55.0901057Z test_aot_autograd_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0901544Z test_aot_autograd_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0902032Z test_aot_autograd_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0902496Z test_aot_autograd_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0902972Z test_aot_autograd_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0925036Z test_aot_autograd_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0925710Z test_aot_autograd_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0926190Z test_aot_autograd_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0926670Z test_aot_autograd_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0927155Z test_aot_autograd_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:32:55.0927652Z test_aot_autograd_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:55.0928212Z test_aot_autograd_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:32:55.0928750Z test_aot_autograd_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:32:55.0929300Z test_aot_autograd_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:32:55.0929727Z test_aot_autograd_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-11-23T01:32:55.0930122Z test_aot_autograd_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-11-23T01:32:55.0930527Z test_aot_autograd_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.182s) 2022-11-23T01:32:55.0930960Z test_aot_autograd_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0931387Z test_aot_autograd_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.308s) 2022-11-23T01:32:55.0931790Z test_aot_autograd_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-11-23T01:32:55.0932217Z test_aot_autograd_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.039s) 2022-11-23T01:32:55.0932659Z test_aot_autograd_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.672s) 2022-11-23T01:32:55.0933076Z test_aot_autograd_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-11-23T01:32:55.0933475Z test_aot_autograd_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:32:55.0933940Z test_aot_autograd_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.235s) 2022-11-23T01:32:55.0934363Z test_aot_autograd_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.083s) 2022-11-23T01:32:55.0934855Z test_aot_autograd_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.027s) 2022-11-23T01:32:55.0935282Z test_aot_autograd_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.506s) 2022-11-23T01:32:55.0935699Z test_aot_autograd_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.294s) 2022-11-23T01:32:55.0936114Z test_aot_autograd_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.219s) 2022-11-23T01:32:55.0936549Z test_aot_autograd_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:32:55.0936990Z test_aot_autograd_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.286s) 2022-11-23T01:32:55.0937399Z test_aot_autograd_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.286s) 2022-11-23T01:32:55.0937907Z test_aot_autograd_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0938406Z test_aot_autograd_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0938897Z test_aot_autograd_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0939339Z test_aot_autograd_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.892s) 2022-11-23T01:32:55.0939777Z test_aot_autograd_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.530s) 2022-11-23T01:32:55.0940189Z test_aot_autograd_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.982s) 2022-11-23T01:32:55.0940660Z test_aot_autograd_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.073s) 2022-11-23T01:32:55.0941148Z test_aot_autograd_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.157s) 2022-11-23T01:32:55.0941596Z test_aot_autograd_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:32:55.0942096Z test_aot_autograd_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.995s) 2022-11-23T01:32:55.0942528Z test_aot_autograd_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.069s) 2022-11-23T01:32:55.0942994Z test_aot_autograd_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0943508Z test_aot_autograd_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0943957Z test_aot_autograd_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.231s) 2022-11-23T01:32:55.0944376Z test_aot_autograd_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.096s) 2022-11-23T01:32:55.0944829Z test_aot_autograd_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.594s) 2022-11-23T01:32:55.0945269Z test_aot_autograd_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.042s) 2022-11-23T01:32:55.0945704Z test_aot_autograd_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.660s) 2022-11-23T01:32:55.0946211Z 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:32:55.0946758Z test_aot_autograd_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.381s) 2022-11-23T01:32:55.0947238Z test_aot_autograd_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.200s) 2022-11-23T01:32:55.0947641Z test_aot_autograd_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.565s) 2022-11-23T01:32:55.0948066Z test_aot_autograd_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.592s) 2022-11-23T01:32:55.0948496Z test_aot_autograd_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (10.075s) 2022-11-23T01:32:55.0948930Z test_aot_autograd_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (19.046s) 2022-11-23T01:32:55.0949350Z test_aot_autograd_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.951s) 2022-11-23T01:32:55.0949774Z test_aot_autograd_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-11-23T01:32:55.0950211Z test_aot_autograd_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.161s) 2022-11-23T01:32:55.0950699Z test_aot_autograd_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.649s) 2022-11-23T01:32:55.0951103Z test_aot_autograd_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.773s) 2022-11-23T01:32:55.0951530Z test_aot_autograd_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.631s) 2022-11-23T01:32:55.0951990Z test_aot_autograd_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.011s) 2022-11-23T01:32:55.0952488Z test_aot_autograd_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-11-23T01:32:55.0952896Z test_aot_autograd_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.009s) 2022-11-23T01:32:55.0953351Z test_aot_autograd_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-11-23T01:32:55.0953749Z test_aot_autograd_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:32:55.0954192Z test_aot_autograd_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:32:55.0954617Z test_aot_autograd_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-11-23T01:32:55.0955041Z test_aot_autograd_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-11-23T01:32:55.0955458Z test_aot_autograd_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-11-23T01:32:55.0955879Z test_aot_autograd_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.187s) 2022-11-23T01:32:55.0956293Z test_aot_autograd_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.276s) 2022-11-23T01:32:55.0956749Z test_aot_autograd_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0957218Z test_aot_autograd_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0957702Z test_aot_autograd_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-11-23T01:32:55.0958182Z test_aot_autograd_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0958680Z test_aot_autograd_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-11-23T01:32:55.0959130Z test_aot_autograd_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0959634Z test_aot_autograd_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-11-23T01:32:55.0960082Z test_aot_autograd_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0960548Z test_aot_autograd_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0961262Z test_aot_autograd_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.0961837Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T01:32:55.0962071Z should be replaced with 2022-11-23T01:32:55.0962412Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T01:32:55.0962649Z and 2022-11-23T01:32:55.0962888Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T01:32:55.0963144Z should be replaced with 2022-11-23T01:32:55.0963637Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T01:32:55.0964127Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T01:32:55.0964379Z ok (2.314s) 2022-11-23T01:32:55.0965000Z test_aot_autograd_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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:32:55.0965653Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T01:32:55.0965926Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T01:32:55.0966147Z should be replaced with 2022-11-23T01:32:55.0966557Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T01:32:55.0966963Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.0967224Z ok (2.915s) 2022-11-23T01:32:55.0967533Z test_aot_autograd_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.418s) 2022-11-23T01:32:55.0967944Z test_aot_autograd_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:32:55.0968344Z test_aot_autograd_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:32:55.0968737Z test_aot_autograd_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.845s) 2022-11-23T01:32:55.0969151Z test_aot_autograd_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.925s) 2022-11-23T01:32:55.0969608Z test_aot_autograd_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0970108Z test_aot_autograd_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0970566Z test_aot_autograd_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.993s) 2022-11-23T01:32:55.0971050Z test_aot_autograd_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-11-23T01:32:55.0971528Z test_aot_autograd_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.118s) 2022-11-23T01:32:55.0971954Z test_aot_autograd_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.292s) 2022-11-23T01:32:55.0972369Z test_aot_autograd_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.439s) 2022-11-23T01:32:55.0972798Z test_aot_autograd_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.997s) 2022-11-23T01:32:55.0973224Z test_aot_autograd_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.198s) 2022-11-23T01:32:55.0973644Z test_aot_autograd_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.390s) 2022-11-23T01:32:55.0974062Z test_aot_autograd_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (9.925s) 2022-11-23T01:32:55.0974485Z test_aot_autograd_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.080s) 2022-11-23T01:32:55.0974908Z test_aot_autograd_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.933s) 2022-11-23T01:32:55.0975310Z test_aot_autograd_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-11-23T01:32:55.0975734Z test_aot_autograd_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.114s) 2022-11-23T01:32:55.0976210Z test_aot_autograd_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.273s) 2022-11-23T01:32:55.0976630Z test_aot_autograd_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.333s) 2022-11-23T01:32:55.0977107Z test_aot_autograd_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.292s) 2022-11-23T01:32:55.0977573Z test_aot_autograd_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.501s) 2022-11-23T01:32:55.0977986Z test_aot_autograd_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.763s) 2022-11-23T01:32:55.0978377Z test_aot_autograd_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.373s) 2022-11-23T01:32:55.0978786Z test_aot_autograd_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.088s) 2022-11-23T01:32:55.0979197Z test_aot_autograd_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.265s) 2022-11-23T01:32:55.0979659Z test_aot_autograd_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:32:55.0980717Z test_aot_autograd_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:32:55.0981164Z test_aot_autograd_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-11-23T01:32:55.0981595Z test_aot_autograd_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.249s) 2022-11-23T01:32:55.0982005Z test_aot_autograd_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.462s) 2022-11-23T01:32:55.0982392Z test_aot_autograd_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.226s) 2022-11-23T01:32:55.0982820Z test_aot_autograd_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.248s) 2022-11-23T01:32:55.0983349Z test_aot_autograd_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.231s) 2022-11-23T01:32:55.0983844Z test_aot_autograd_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.228s) 2022-11-23T01:32:55.0984273Z test_aot_autograd_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-11-23T01:32:55.0984715Z test_aot_autograd_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-11-23T01:32:55.0985136Z test_aot_autograd_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.270s) 2022-11-23T01:32:55.0985519Z test_aot_autograd_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:32:55.0985922Z test_aot_autograd_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-11-23T01:32:55.0986327Z test_aot_autograd_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:32:55.0986733Z test_aot_autograd_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-11-23T01:32:55.0987133Z test_aot_autograd_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-11-23T01:32:55.0987584Z test_aot_autograd_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0988023Z test_aot_autograd_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:32:55.0988427Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.188s) 2022-11-23T01:32:55.0988868Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-11-23T01:32:55.0989418Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.210s) 2022-11-23T01:32:55.0989906Z test_aot_autograd_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:32:55.0990323Z test_aot_autograd_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.842s) 2022-11-23T01:32:55.0990741Z test_aot_autograd_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.225s) 2022-11-23T01:32:55.0991181Z test_aot_autograd_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:32:55.0991621Z test_aot_autograd_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.541s) 2022-11-23T01:32:55.0992059Z test_aot_autograd_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0992526Z test_aot_autograd_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:32:55.0992967Z test_aot_autograd_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-11-23T01:32:55.0993463Z test_aot_autograd_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.138s) 2022-11-23T01:32:55.0993907Z test_aot_autograd_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.458s) 2022-11-23T01:32:55.0994362Z test_aot_autograd_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0994800Z test_aot_autograd_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-11-23T01:32:55.0995312Z test_aot_autograd_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.0995844Z test_aot_autograd_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.006s) 2022-11-23T01:32:55.0996337Z test_aot_autograd_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0996804Z test_aot_autograd_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0997283Z test_aot_autograd_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.0997768Z test_aot_autograd_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.0998260Z test_aot_autograd_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.541s) 2022-11-23T01:32:55.0998744Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-11-23T01:32:55.0999214Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-11-23T01:32:55.0999666Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.174s) 2022-11-23T01:32:55.1000130Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.190s) 2022-11-23T01:32:55.1000588Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.387s) 2022-11-23T01:32:55.1001050Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.304s) 2022-11-23T01:32:55.1001574Z test_aot_autograd_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.290s) 2022-11-23T01:32:55.1002135Z test_aot_autograd_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.199s) 2022-11-23T01:32:55.1002705Z test_aot_autograd_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-11-23T01:32:55.1003154Z test_aot_autograd_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.123s) 2022-11-23T01:32:55.1003582Z test_aot_autograd_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.306s) 2022-11-23T01:32:55.1004030Z test_aot_autograd_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.642s) 2022-11-23T01:32:55.1004487Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.304s) 2022-11-23T01:32:55.1004987Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:32:55.1005472Z test_aot_autograd_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-11-23T01:32:55.1005964Z test_aot_autograd_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.275s) 2022-11-23T01:32:55.1006831Z test_aot_autograd_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T01:32:55.1007606Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.1007816Z ok (0.994s) 2022-11-23T01:32:55.1008193Z test_aot_autograd_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.249s) 2022-11-23T01:32:55.1008669Z test_aot_autograd_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.300s) 2022-11-23T01:32:55.1009137Z test_aot_autograd_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.249s) 2022-11-23T01:32:55.1009606Z test_aot_autograd_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.539s) 2022-11-23T01:32:55.1010071Z test_aot_autograd_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.650s) 2022-11-23T01:32:55.1010527Z test_aot_autograd_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.508s) 2022-11-23T01:32:55.1010973Z test_aot_autograd_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.215s) 2022-11-23T01:32:55.1011997Z test_aot_autograd_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.1012963Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:32:55.1013249Z ok (0.210s) 2022-11-23T01:32:55.1013634Z test_aot_autograd_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.213s) 2022-11-23T01:32:55.1014127Z test_aot_autograd_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.234s) 2022-11-23T01:32:55.1014613Z test_aot_autograd_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:32:55.1015068Z test_aot_autograd_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.909s) 2022-11-23T01:32:55.1015519Z test_aot_autograd_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-11-23T01:32:55.1015997Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.141s) 2022-11-23T01:32:55.1016505Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-11-23T01:32:55.1016996Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.751s) 2022-11-23T01:32:55.1017470Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.040s) 2022-11-23T01:32:55.1017960Z test_aot_autograd_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-11-23T01:32:55.1018454Z test_aot_autograd_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.109s) 2022-11-23T01:32:55.1018883Z test_aot_autograd_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.554s) 2022-11-23T01:32:55.1019322Z test_aot_autograd_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.443s) 2022-11-23T01:32:55.1019835Z test_aot_autograd_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.442s) 2022-11-23T01:32:55.1020342Z test_aot_autograd_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-11-23T01:32:55.1020804Z test_aot_autograd_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:32:55.1021257Z test_aot_autograd_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-11-23T01:32:55.1021705Z test_aot_autograd_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-11-23T01:32:55.1022146Z test_aot_autograd_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.417s) 2022-11-23T01:32:55.1022599Z test_aot_autograd_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-11-23T01:32:55.1023046Z test_aot_autograd_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.667s) 2022-11-23T01:32:55.1023502Z test_aot_autograd_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.184s) 2022-11-23T01:32:55.1023979Z test_aot_autograd_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.187s) 2022-11-23T01:32:55.1024453Z test_aot_autograd_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.280s) 2022-11-23T01:32:55.1024925Z test_aot_autograd_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.150s) 2022-11-23T01:32:55.1025398Z test_aot_autograd_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.164s) 2022-11-23T01:32:55.1025915Z test_aot_autograd_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.151s) 2022-11-23T01:32:55.1026892Z test_aot_autograd_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.1027584Z warnings.warn( 2022-11-23T01:32:55.1027776Z ok (0.478s) 2022-11-23T01:32:55.1028100Z test_aot_autograd_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.114s) 2022-11-23T01:32:55.1028546Z test_aot_autograd_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-11-23T01:32:55.1028997Z test_aot_autograd_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.101s) 2022-11-23T01:32:55.1029443Z test_aot_autograd_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.415s) 2022-11-23T01:32:55.1029903Z test_aot_autograd_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.552s) 2022-11-23T01:32:55.1030339Z test_aot_autograd_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-11-23T01:32:55.1030867Z test_aot_autograd_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:32:55.1031341Z test_aot_autograd_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (21.512s) 2022-11-23T01:32:55.1031853Z test_aot_autograd_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (24.900s) 2022-11-23T01:32:55.1032307Z test_aot_autograd_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (10.109s) 2022-11-23T01:32:55.1032804Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.105s) 2022-11-23T01:32:55.1033270Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.429s) 2022-11-23T01:32:55.1033728Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (5.497s) 2022-11-23T01:32:55.1034168Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.478s) 2022-11-23T01:32:55.1034623Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.032s) 2022-11-23T01:32:55.1035077Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.279s) 2022-11-23T01:32:55.1035527Z test_aot_autograd_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:32:55.1035971Z test_aot_autograd_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-11-23T01:32:55.1036413Z test_aot_autograd_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-11-23T01:32:55.1036884Z test_aot_autograd_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:32:55.1037364Z test_aot_autograd_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.183s) 2022-11-23T01:32:55.1037803Z test_aot_autograd_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.950s) 2022-11-23T01:32:55.1038301Z test_aot_autograd_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.287s) 2022-11-23T01:32:55.1038809Z test_aot_autograd_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.684s) 2022-11-23T01:32:55.1039710Z test_aot_autograd_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.799s) 2022-11-23T01:32:55.1040182Z test_aot_autograd_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.151s) 2022-11-23T01:32:55.1040648Z test_aot_autograd_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-11-23T01:32:55.1041114Z test_aot_autograd_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.199s) 2022-11-23T01:32:55.1041551Z test_aot_autograd_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-11-23T01:32:55.1042003Z test_aot_autograd_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-11-23T01:32:55.1042582Z test_aot_autograd_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:32:55.1043049Z test_aot_autograd_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.846s) 2022-11-23T01:32:55.1043559Z test_aot_autograd_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.328s) 2022-11-23T01:32:55.1043992Z test_aot_autograd_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:32:55.1044428Z test_aot_autograd_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:32:55.1044864Z test_aot_autograd_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:32:55.1045280Z test_aot_autograd_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-11-23T01:32:55.1045717Z test_aot_autograd_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-11-23T01:32:55.1046167Z test_aot_autograd_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-11-23T01:32:55.1046618Z test_aot_autograd_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:32:55.1047066Z test_aot_autograd_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.083s) 2022-11-23T01:32:55.1047512Z test_aot_autograd_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-11-23T01:32:55.1047963Z test_aot_autograd_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:32:55.1048410Z test_aot_autograd_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-11-23T01:32:55.1048832Z test_aot_autograd_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-11-23T01:32:55.1049340Z test_aot_autograd_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:32:55.1049792Z test_aot_autograd_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-11-23T01:32:55.1050308Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.378s) 2022-11-23T01:32:55.1050795Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.401s) 2022-11-23T01:32:55.1051265Z test_aot_autograd_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (6.244s) 2022-11-23T01:32:55.1052037Z test_aot_autograd_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:32:55.1052746Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:32:55.1053060Z ok (0.430s) 2022-11-23T01:32:55.1053626Z test_aot_autograd_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:32:55.1054412Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:32:55.1054730Z ok (0.146s) 2022-11-23T01:32:55.1055085Z test_aot_autograd_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1055536Z test_aot_autograd_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.866s) 2022-11-23T01:32:55.1055949Z test_aot_autograd_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.053s) 2022-11-23T01:32:55.1056414Z test_aot_autograd_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-11-23T01:32:55.1056804Z test_aot_autograd_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-11-23T01:32:55.1057220Z test_aot_autograd_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-11-23T01:32:55.1057642Z test_aot_autograd_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:32:55.1058105Z test_aot_autograd_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1058599Z test_aot_autograd_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-11-23T01:32:55.1059049Z test_aot_autograd_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (22.217s) 2022-11-23T01:32:55.1059467Z test_aot_autograd_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-11-23T01:32:55.1059894Z test_aot_autograd_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (61.071s) 2022-11-23T01:32:55.1060296Z test_aot_autograd_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-11-23T01:32:55.1060715Z test_aot_autograd_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.706s) 2022-11-23T01:32:55.1061130Z test_aot_autograd_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.233s) 2022-11-23T01:32:55.1061570Z test_aot_autograd_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-11-23T01:32:55.1062024Z test_aot_autograd_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-11-23T01:32:55.1062467Z test_aot_autograd_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-11-23T01:32:55.1062919Z test_aot_autograd_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.134s) 2022-11-23T01:32:55.1063350Z test_aot_autograd_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.146s) 2022-11-23T01:32:55.1063786Z test_aot_autograd_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-11-23T01:32:55.1064200Z test_aot_autograd_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.300s) 2022-11-23T01:32:55.1064609Z test_aot_autograd_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.923s) 2022-11-23T01:32:55.1065059Z test_aot_autograd_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.337s) 2022-11-23T01:32:55.1065773Z test_aot_autograd_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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:32:55.1066444Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:32:55.1066735Z Q, R = torch.qr(A, some) 2022-11-23T01:32:55.1066935Z should be replaced with 2022-11-23T01:32:55.1067387Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T01:32:55.1067818Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.1068028Z ok (2.425s) 2022-11-23T01:32:55.1068365Z test_aot_autograd_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:32:55.1068808Z test_aot_autograd_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-11-23T01:32:55.1069303Z test_aot_autograd_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1069793Z test_aot_autograd_exhaustive_randint_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1070286Z test_aot_autograd_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1070781Z test_aot_autograd_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1071273Z test_aot_autograd_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1071726Z test_aot_autograd_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:32:55.1072141Z test_aot_autograd_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:32:55.1072563Z test_aot_autograd_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-11-23T01:32:55.1072971Z test_aot_autograd_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-11-23T01:32:55.1073397Z test_aot_autograd_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-11-23T01:32:55.1073805Z test_aot_autograd_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.295s) 2022-11-23T01:32:55.1074234Z test_aot_autograd_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.089s) 2022-11-23T01:32:55.1074668Z test_aot_autograd_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-11-23T01:32:55.1075088Z test_aot_autograd_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-11-23T01:32:55.1075540Z test_aot_autograd_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1076027Z test_aot_autograd_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1076465Z test_aot_autograd_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:32:55.1076893Z test_aot_autograd_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:32:55.1077309Z test_aot_autograd_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.182s) 2022-11-23T01:32:55.1077716Z test_aot_autograd_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.376s) 2022-11-23T01:32:55.1078179Z test_aot_autograd_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-11-23T01:32:55.1078609Z test_aot_autograd_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-11-23T01:32:55.1079047Z test_aot_autograd_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-11-23T01:32:55.1079473Z test_aot_autograd_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:32:55.1079892Z test_aot_autograd_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-11-23T01:32:55.1080301Z test_aot_autograd_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.162s) 2022-11-23T01:32:55.1080764Z test_aot_autograd_exhaustive_scalar_tensor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1081236Z test_aot_autograd_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-11-23T01:32:55.1081708Z test_aot_autograd_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-11-23T01:32:55.1082600Z test_aot_autograd_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:32:55.1083287Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.1083481Z ok (0.595s) 2022-11-23T01:32:55.1083805Z test_aot_autograd_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.620s) 2022-11-23T01:32:55.1084253Z test_aot_autograd_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.532s) 2022-11-23T01:32:55.1084719Z test_aot_autograd_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-11-23T01:32:55.1085178Z test_aot_autograd_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.293s) 2022-11-23T01:32:55.1085659Z test_aot_autograd_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1086134Z test_aot_autograd_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.162s) 2022-11-23T01:32:55.1086591Z test_aot_autograd_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.179s) 2022-11-23T01:32:55.1087001Z test_aot_autograd_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-11-23T01:32:55.1087432Z test_aot_autograd_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.103s) 2022-11-23T01:32:55.1087852Z test_aot_autograd_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:32:55.1088307Z test_aot_autograd_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1088759Z test_aot_autograd_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-11-23T01:32:55.1089172Z test_aot_autograd_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-11-23T01:32:55.1089645Z test_aot_autograd_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1090155Z test_aot_autograd_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.1090748Z test_aot_autograd_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1091268Z test_aot_autograd_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.1091764Z test_aot_autograd_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1092205Z test_aot_autograd_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-11-23T01:32:55.1092614Z test_aot_autograd_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.080s) 2022-11-23T01:32:55.1093014Z test_aot_autograd_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.009s) 2022-11-23T01:32:55.1093423Z test_aot_autograd_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-11-23T01:32:55.1093832Z test_aot_autograd_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-11-23T01:32:55.1094300Z test_aot_autograd_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-11-23T01:32:55.1094730Z test_aot_autograd_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.088s) 2022-11-23T01:32:55.1095150Z test_aot_autograd_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.884s) 2022-11-23T01:32:55.1095638Z test_aot_autograd_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:32:55.1096159Z test_aot_autograd_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1096734Z test_aot_autograd_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1097251Z test_aot_autograd_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1097793Z test_aot_autograd_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1098301Z test_aot_autograd_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1098817Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1099354Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1099934Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:32:55.1100543Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:32:55.1101049Z test_aot_autograd_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-11-23T01:32:55.1101477Z test_aot_autograd_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-11-23T01:32:55.1101968Z test_aot_autograd_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1102501Z test_aot_autograd_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.1103019Z test_aot_autograd_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-11-23T01:32:55.1103444Z test_aot_autograd_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-11-23T01:32:55.1103870Z test_aot_autograd_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-11-23T01:32:55.1104354Z test_aot_autograd_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1104921Z 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:32:55.1105436Z test_aot_autograd_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-11-23T01:32:55.1105933Z test_aot_autograd_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.1106458Z test_aot_autograd_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1107012Z test_aot_autograd_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1107540Z test_aot_autograd_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1108008Z test_aot_autograd_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:32:55.1108434Z test_aot_autograd_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-11-23T01:32:55.1108899Z test_aot_autograd_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-11-23T01:32:55.1109419Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-11-23T01:32:55.1109952Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1110526Z 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:32:55.1111130Z 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:32:55.1111728Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:32:55.1112301Z 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:32:55.1112859Z test_aot_autograd_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1113333Z test_aot_autograd_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.216s) 2022-11-23T01:32:55.1113797Z test_aot_autograd_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-11-23T01:32:55.1114245Z test_aot_autograd_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-11-23T01:32:55.1114707Z test_aot_autograd_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-11-23T01:32:55.1115130Z test_aot_autograd_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-11-23T01:32:55.1115544Z test_aot_autograd_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-11-23T01:32:55.1115932Z test_aot_autograd_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:32:55.1116332Z test_aot_autograd_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.303s) 2022-11-23T01:32:55.1116734Z test_aot_autograd_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-11-23T01:32:55.1117129Z test_aot_autograd_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.210s) 2022-11-23T01:32:55.1117531Z test_aot_autograd_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.316s) 2022-11-23T01:32:55.1118258Z test_aot_autograd_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.1119157Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T01:32:55.1119679Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T01:32:55.1119944Z ok (0.525s) 2022-11-23T01:32:55.1120225Z test_aot_autograd_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-11-23T01:32:55.1120617Z test_aot_autograd_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.239s) 2022-11-23T01:32:55.1121027Z test_aot_autograd_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.177s) 2022-11-23T01:32:55.1121437Z test_aot_autograd_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (19.698s) 2022-11-23T01:32:55.1121915Z test_aot_autograd_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:32:55.1122726Z test_aot_autograd_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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:32:55.1123416Z 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:32:55.1123772Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:32:55.1123982Z should be replaced with 2022-11-23T01:32:55.1124246Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:32:55.1124478Z and 2022-11-23T01:32:55.1124683Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:32:55.1124908Z should be replaced with 2022-11-23T01:32:55.1125327Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T01:32:55.1125745Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.1125944Z ok (0.513s) 2022-11-23T01:32:55.1126240Z test_aot_autograd_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-11-23T01:32:55.1126652Z test_aot_autograd_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-11-23T01:32:55.1127057Z test_aot_autograd_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-11-23T01:32:55.1127517Z test_aot_autograd_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-11-23T01:32:55.1127904Z test_aot_autograd_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-11-23T01:32:55.1128330Z test_aot_autograd_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:32:55.1128761Z test_aot_autograd_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-11-23T01:32:55.1129163Z test_aot_autograd_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.333s) 2022-11-23T01:32:55.1129553Z test_aot_autograd_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.298s) 2022-11-23T01:32:55.1129975Z test_aot_autograd_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:32:55.1130394Z test_aot_autograd_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.222s) 2022-11-23T01:32:55.1130779Z test_aot_autograd_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-11-23T01:32:55.1131234Z test_aot_autograd_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.094s) 2022-11-23T01:32:55.1131644Z test_aot_autograd_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.337s) 2022-11-23T01:32:55.1132049Z test_aot_autograd_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.366s) 2022-11-23T01:32:55.1132747Z test_aot_autograd_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-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:32:55.1133427Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:32:55.1133756Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:32:55.1133985Z should be replaced with 2022-11-23T01:32:55.1134392Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T01:32:55.1134789Z return op.op(*c_args, **c_kwargs) 2022-11-23T01:32:55.1134985Z ok (0.385s) 2022-11-23T01:32:55.1135278Z test_aot_autograd_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-11-23T01:32:55.1135676Z test_aot_autograd_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-11-23T01:32:55.1136086Z test_aot_autograd_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.215s) 2022-11-23T01:32:55.1136479Z test_aot_autograd_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-11-23T01:32:55.1136881Z test_aot_autograd_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-11-23T01:32:55.1137284Z test_aot_autograd_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-11-23T01:32:55.1137697Z test_aot_autograd_exhaustive_unfold_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.276s) 2022-11-23T01:32:55.1138101Z test_aot_autograd_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-11-23T01:32:55.1138546Z test_aot_autograd_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1139039Z test_aot_autograd_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1139524Z test_aot_autograd_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1140001Z test_aot_autograd_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-11-23T01:32:55.1140405Z test_aot_autograd_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.162s) 2022-11-23T01:32:55.1140815Z test_aot_autograd_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.228s) 2022-11-23T01:32:55.1141213Z test_aot_autograd_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-11-23T01:32:55.1141628Z test_aot_autograd_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-11-23T01:32:55.1142037Z test_aot_autograd_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-11-23T01:32:55.1142441Z test_aot_autograd_exhaustive_view_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.083s) 2022-11-23T01:32:55.1142823Z test_aot_autograd_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-11-23T01:32:55.1143224Z test_aot_autograd_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-11-23T01:32:55.1143674Z test_aot_autograd_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-11-23T01:32:55.1144069Z test_aot_autograd_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.116s) 2022-11-23T01:32:55.1144461Z test_aot_autograd_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.193s) 2022-11-23T01:32:55.1144847Z test_aot_autograd_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-11-23T01:32:55.1145279Z test_aot_autograd_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-11-23T01:32:55.1145737Z test_aot_autograd_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.011s) 2022-11-23T01:32:55.1146195Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1146628Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1147063Z test_aot_autograd_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1147511Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1147957Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1148403Z test_aot_autograd_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1148856Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1149285Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1149721Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1150166Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1150623Z test_aot_autograd_symbolic_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1151081Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1151522Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1152018Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1152461Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1152966Z test_aot_autograd_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1153433Z test_aot_autograd_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1153874Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1154373Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1154835Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1155290Z test_aot_autograd_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1155783Z test_aot_autograd_symbolic_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1156223Z test_aot_autograd_symbolic_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1156656Z test_aot_autograd_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1157099Z test_aot_autograd_symbolic_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1157534Z test_aot_autograd_symbolic_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1157976Z test_aot_autograd_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1158421Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1158858Z test_aot_autograd_symbolic_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1159304Z test_aot_autograd_symbolic_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1159750Z test_aot_autograd_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1160179Z test_aot_autograd_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1160619Z test_aot_autograd_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1161073Z test_aot_autograd_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1161524Z test_aot_autograd_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1161993Z test_aot_autograd_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:32:55.1162535Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1162979Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1163418Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1163849Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1164357Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1164804Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1165256Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1165707Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1166157Z test_aot_autograd_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1166614Z test_aot_autograd_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1167073Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1167510Z test_aot_autograd_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1168003Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1168441Z test_aot_autograd_symbolic_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1168901Z test_aot_autograd_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1169372Z test_aot_autograd_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1169837Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1170291Z test_aot_autograd_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1170740Z test_aot_autograd_symbolic_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1171187Z test_aot_autograd_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1171636Z test_aot_autograd_symbolic_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1172072Z test_aot_autograd_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1172516Z test_aot_autograd_symbolic_exhaustive_cdouble_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1172959Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1173398Z test_aot_autograd_symbolic_exhaustive_cfloat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1173843Z test_aot_autograd_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1174279Z test_aot_autograd_symbolic_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1174706Z test_aot_autograd_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1175168Z test_aot_autograd_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1175631Z test_aot_autograd_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1176130Z test_aot_autograd_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1176574Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1177021Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1177467Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1177913Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1178347Z test_aot_autograd_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1178807Z test_aot_autograd_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1179258Z test_aot_autograd_symbolic_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T01:32:55.1180190Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1180642Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1181106Z test_aot_autograd_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1181567Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1182024Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1182465Z test_aot_autograd_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1182910Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1183353Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1183800Z test_aot_autograd_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1184245Z test_aot_autograd_symbolic_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T01:32:55.1184685Z test_aot_autograd_symbolic_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1185128Z test_aot_autograd_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1185574Z test_aot_autograd_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1186006Z test_aot_autograd_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1186452Z test_aot_autograd_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1186916Z test_aot_autograd_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1187384Z test_aot_autograd_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1187831Z test_aot_autograd_symbolic_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1188271Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1188772Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1189238Z test_aot_autograd_symbolic_exhaustive_diagonal_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1189679Z test_aot_autograd_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1190141Z test_aot_autograd_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1190593Z test_aot_autograd_symbolic_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1191032Z test_aot_autograd_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1191477Z test_aot_autograd_symbolic_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1191929Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T01:32:55.1192444Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1192913Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1193366Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1193795Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1194238Z test_aot_autograd_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1194677Z test_aot_autograd_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1195109Z test_aot_autograd_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1195543Z test_aot_autograd_symbolic_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1195987Z test_aot_autograd_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1196430Z test_aot_autograd_symbolic_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1196865Z test_aot_autograd_symbolic_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1197294Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1197731Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1198171Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1198613Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1199049Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1199493Z test_aot_autograd_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1199941Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1200416Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1200855Z test_aot_autograd_symbolic_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1201298Z test_aot_autograd_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1201743Z test_aot_autograd_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1202182Z test_aot_autograd_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1202745Z test_aot_autograd_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1203196Z test_aot_autograd_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1203644Z test_aot_autograd_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1204126Z test_aot_autograd_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1204570Z test_aot_autograd_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1205011Z test_aot_autograd_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1205450Z test_aot_autograd_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1205903Z test_aot_autograd_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1206364Z test_aot_autograd_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1206806Z test_aot_autograd_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1207252Z test_aot_autograd_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1207690Z test_aot_autograd_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1208129Z test_aot_autograd_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1208567Z test_aot_autograd_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1209008Z test_aot_autograd_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1209450Z test_aot_autograd_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1209892Z test_aot_autograd_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1210325Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1210760Z test_aot_autograd_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1211184Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1211621Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1212066Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1212552Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1213005Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1213452Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1213899Z test_aot_autograd_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1214348Z test_aot_autograd_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1214767Z test_aot_autograd_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1215205Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1215638Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1216121Z test_aot_autograd_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1216558Z test_aot_autograd_symbolic_exhaustive_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1216993Z test_aot_autograd_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1217441Z test_aot_autograd_symbolic_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1217881Z test_aot_autograd_symbolic_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1218306Z test_aot_autograd_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1218758Z test_aot_autograd_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1219220Z test_aot_autograd_symbolic_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1219672Z test_aot_autograd_symbolic_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1220108Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1220552Z test_aot_autograd_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1220989Z test_aot_autograd_symbolic_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1221439Z test_aot_autograd_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1221884Z test_aot_autograd_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1222337Z test_aot_autograd_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1222779Z test_aot_autograd_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1223219Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1223649Z test_aot_autograd_symbolic_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1224126Z test_aot_autograd_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T01:32:55.1224568Z test_aot_autograd_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1225010Z test_aot_autograd_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1225442Z test_aot_autograd_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1225887Z test_aot_autograd_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1226327Z test_aot_autograd_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1226779Z test_aot_autograd_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1227237Z test_aot_autograd_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1227732Z test_aot_autograd_symbolic_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1228165Z test_aot_autograd_symbolic_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1228601Z test_aot_autograd_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T01:32:55.1229030Z test_aot_autograd_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1229464Z test_aot_autograd_symbolic_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1229892Z test_aot_autograd_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1230331Z test_aot_autograd_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1230774Z test_aot_autograd_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1231219Z test_aot_autograd_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1231655Z test_aot_autograd_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1232123Z test_aot_autograd_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1232602Z test_aot_autograd_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1233086Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1233569Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1234046Z test_aot_autograd_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1234493Z test_aot_autograd_symbolic_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1234931Z test_aot_autograd_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1235372Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1236217Z test_aot_autograd_symbolic_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1236662Z test_aot_autograd_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1237090Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T01:32:55.1237543Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1238009Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1238464Z test_aot_autograd_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1238917Z test_aot_autograd_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1239369Z test_aot_autograd_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1239878Z test_aot_autograd_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1240336Z test_aot_autograd_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1240773Z test_aot_autograd_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1241226Z test_aot_autograd_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1241683Z test_aot_autograd_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1242163Z test_aot_autograd_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:32:55.1242747Z test_aot_autograd_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1243202Z test_aot_autograd_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1243662Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1244132Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1244583Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1245039Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1245502Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1245968Z test_aot_autograd_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1246422Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1246884Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1247342Z test_aot_autograd_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:32:55.1247805Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1248321Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1248775Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1249261Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1249732Z test_aot_autograd_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1250182Z test_aot_autograd_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1250657Z test_aot_autograd_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1251133Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1251640Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1252112Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1252552Z test_aot_autograd_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1253005Z test_aot_autograd_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1253459Z test_aot_autograd_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1253915Z test_aot_autograd_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1254383Z test_aot_autograd_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1254929Z test_aot_autograd_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1255387Z test_aot_autograd_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1255908Z test_aot_autograd_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1256377Z test_aot_autograd_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1256826Z test_aot_autograd_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1257280Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1257743Z test_aot_autograd_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1258200Z test_aot_autograd_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1258640Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1259081Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1259515Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1260007Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1260441Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1260900Z test_aot_autograd_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1261364Z test_aot_autograd_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1261821Z test_aot_autograd_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1262275Z test_aot_autograd_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1262727Z test_aot_autograd_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1263177Z test_aot_autograd_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1263671Z test_aot_autograd_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1264101Z test_aot_autograd_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1264545Z test_aot_autograd_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1264987Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1265424Z test_aot_autograd_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1265869Z test_aot_autograd_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1266309Z test_aot_autograd_symbolic_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1266739Z test_aot_autograd_symbolic_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1267162Z test_aot_autograd_symbolic_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1267582Z test_aot_autograd_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1268024Z test_aot_autograd_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1268461Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1268886Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T01:32:55.1269329Z test_aot_autograd_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1269774Z test_aot_autograd_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1270228Z test_aot_autograd_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1270681Z test_aot_autograd_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1271125Z test_aot_autograd_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1271627Z test_aot_autograd_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1272080Z test_aot_autograd_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1272537Z test_aot_autograd_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1273002Z test_aot_autograd_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1273465Z test_aot_autograd_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1273924Z test_aot_autograd_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1274372Z test_aot_autograd_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1274812Z test_aot_autograd_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1275314Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1275770Z test_aot_autograd_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1276229Z test_aot_autograd_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1276694Z test_aot_autograd_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1277152Z test_aot_autograd_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1277612Z test_aot_autograd_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1278070Z test_aot_autograd_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1278520Z test_aot_autograd_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1278956Z test_aot_autograd_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1279399Z test_aot_autograd_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1279845Z test_aot_autograd_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1280294Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1280776Z test_aot_autograd_symbolic_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:32:55.1281267Z test_aot_autograd_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1281739Z test_aot_autograd_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1282197Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1282733Z test_aot_autograd_symbolic_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1283174Z test_aot_autograd_symbolic_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1283695Z test_aot_autograd_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1284184Z test_aot_autograd_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1284648Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1285109Z test_aot_autograd_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1285585Z test_aot_autograd_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1285803Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1286016Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1286229Z test_aot_autograd_symbolic_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1286491Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1286705Z test_aot_autograd_symbolic_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1286902Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1287122Z test_aot_autograd_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1287330Z test_aot_autograd_symbolic_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1287565Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1287798Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1288031Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1288245Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1288460Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1288679Z test_aot_autograd_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1288903Z test_aot_autograd_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1289117Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1289339Z test_aot_autograd_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1289552Z test_aot_autograd_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1289778Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1290014Z test_aot_autograd_symbolic_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1290240Z test_aot_autograd_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1290493Z test_aot_autograd_symbolic_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1290707Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1290926Z test_aot_autograd_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1291151Z test_aot_autograd_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1291366Z test_aot_autograd_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1291586Z test_aot_autograd_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1291807Z test_aot_autograd_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1292026Z test_aot_autograd_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1292328Z test_aot_autograd_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1292577Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1292825Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1293064Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1293301Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1293538Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1293785Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T01:32:55.1294023Z test_aot_autograd_symbolic_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1294262Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1294495Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1294716Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1294948Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:32:55.1295185Z test_aot_autograd_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1295432Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1295692Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:32:55.1295920Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1296196Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T01:32:55.1296434Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1296677Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1296914Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1297159Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1297409Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1297653Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1297939Z test_aot_autograd_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1298168Z test_aot_autograd_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1298401Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1298635Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1298864Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1299090Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1299328Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1299565Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1299827Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1300094Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1300350Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1300606Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1300855Z test_aot_autograd_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1301090Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1301327Z test_aot_autograd_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1301570Z test_aot_autograd_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1301864Z test_aot_autograd_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1302109Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1302404Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1302672Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1302943Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1303219Z test_aot_autograd_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1303482Z test_aot_autograd_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1303802Z test_aot_autograd_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1304071Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1304347Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1304622Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1304855Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1305133Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1305414Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1305672Z test_aot_autograd_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1305928Z test_aot_autograd_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1306192Z test_aot_autograd_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1306449Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1306710Z test_aot_autograd_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1306992Z test_aot_autograd_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1307256Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1307531Z test_aot_autograd_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:32:55.1307796Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1308075Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1308405Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1308673Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1308953Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1309226Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1309494Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1309762Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1310041Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1310346Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1310606Z test_aot_autograd_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1310880Z test_aot_autograd_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1311158Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1324130Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1324490Z test_aot_autograd_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1324748Z test_aot_autograd_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1324997Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1325242Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1325485Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1325733Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1325981Z test_aot_autograd_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1326218Z test_aot_autograd_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1326456Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1326699Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1326942Z test_aot_autograd_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1327317Z test_aot_autograd_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1327546Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1327781Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1328013Z test_aot_autograd_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1328241Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1328454Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1328694Z test_aot_autograd_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1328935Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1329231Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1329476Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1329709Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1329944Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1330180Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1330416Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1330655Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1330901Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1331164Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1331395Z test_aot_autograd_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1331641Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1331887Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1332105Z test_aot_autograd_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1332322Z test_aot_autograd_symbolic_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1332541Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T01:32:55.1332756Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1332974Z test_aot_autograd_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1333233Z test_aot_autograd_symbolic_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1333466Z test_aot_autograd_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1333679Z test_aot_autograd_symbolic_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1333895Z test_aot_autograd_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1334109Z test_aot_autograd_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1334322Z test_aot_autograd_symbolic_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1334545Z test_aot_autograd_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T01:32:55.1334761Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1335021Z test_aot_autograd_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1335232Z test_aot_autograd_symbolic_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1335468Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1335701Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1335935Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1336152Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1336383Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1336604Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1336816Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1337029Z test_aot_autograd_symbolic_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1337241Z test_aot_autograd_symbolic_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1337450Z test_aot_autograd_symbolic_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1337669Z test_aot_autograd_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1337889Z test_aot_autograd_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1338108Z test_aot_autograd_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1338325Z test_aot_autograd_symbolic_exhaustive_randint_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1338545Z test_aot_autograd_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T01:32:55.1338759Z test_aot_autograd_symbolic_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1339017Z test_aot_autograd_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1339235Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1339448Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1339668Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1339886Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1340103Z test_aot_autograd_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1340320Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1340549Z test_aot_autograd_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1341231Z test_aot_autograd_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1341448Z test_aot_autograd_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1341664Z test_aot_autograd_symbolic_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1341882Z test_aot_autograd_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1342106Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1342331Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1342546Z test_aot_autograd_symbolic_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1342758Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1342955Z test_aot_autograd_symbolic_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1343182Z test_aot_autograd_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1343407Z test_aot_autograd_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1343641Z test_aot_autograd_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1343854Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1344069Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1344296Z test_aot_autograd_symbolic_exhaustive_scalar_tensor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1344520Z test_aot_autograd_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1344734Z test_aot_autograd_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1344964Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1345242Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1345477Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1345710Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1345939Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1346166Z test_aot_autograd_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1346401Z test_aot_autograd_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1346638Z test_aot_autograd_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1346903Z test_aot_autograd_symbolic_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1347131Z test_aot_autograd_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1347343Z test_aot_autograd_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1347558Z test_aot_autograd_symbolic_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1347772Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1347985Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1348218Z test_aot_autograd_symbolic_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1348461Z test_aot_autograd_symbolic_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1348696Z test_aot_autograd_symbolic_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1348927Z test_aot_autograd_symbolic_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1349145Z test_aot_autograd_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1349355Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1349568Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1349783Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1349982Z test_aot_autograd_symbolic_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1350206Z test_aot_autograd_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1350423Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1350655Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1350915Z test_aot_autograd_symbolic_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1351152Z test_aot_autograd_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1351379Z test_aot_autograd_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1351607Z test_aot_autograd_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1351828Z test_aot_autograd_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1352044Z test_aot_autograd_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1352270Z test_aot_autograd_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1352518Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1352804Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1353111Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:32:55.1353405Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:32:55.1353632Z test_aot_autograd_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1353858Z test_aot_autograd_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1354102Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1354346Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1354568Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1354789Z test_aot_autograd_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1355009Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1355257Z test_aot_autograd_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1355561Z test_aot_autograd_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:32:55.1355792Z test_aot_autograd_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1356032Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1356270Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1356627Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1356918Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1357146Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1357423Z test_aot_autograd_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1357683Z test_aot_autograd_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1357931Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1358173Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1358488Z 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:32:55.1358848Z 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:32:55.1359157Z 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:32:55.1359456Z 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:32:55.1359703Z test_aot_autograd_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1359929Z test_aot_autograd_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1360152Z test_aot_autograd_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1360367Z test_aot_autograd_symbolic_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T01:32:55.1360577Z test_aot_autograd_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1360801Z test_aot_autograd_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1361014Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1361231Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1361450Z test_aot_autograd_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1361665Z test_aot_autograd_symbolic_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1361875Z test_aot_autograd_symbolic_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1362093Z test_aot_autograd_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1362409Z test_aot_autograd_symbolic_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1362674Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1362941Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1363167Z test_aot_autograd_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1363422Z test_aot_autograd_symbolic_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1363649Z test_aot_autograd_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1363865Z test_aot_autograd_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1364074Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1364301Z test_aot_autograd_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1364515Z test_aot_autograd_symbolic_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1364775Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1364987Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1365208Z test_aot_autograd_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1365428Z test_aot_autograd_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1365639Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1365851Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1366071Z test_aot_autograd_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1366281Z test_aot_autograd_symbolic_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1366495Z test_aot_autograd_symbolic_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1366712Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1366931Z test_aot_autograd_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1367125Z test_aot_autograd_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1367354Z test_aot_autograd_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1367568Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1367772Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1367993Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1368200Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1368415Z test_aot_autograd_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1369049Z test_aot_autograd_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1369282Z test_aot_autograd_symbolic_exhaustive_unfold_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1369505Z test_aot_autograd_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1369720Z test_aot_autograd_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1370011Z test_aot_autograd_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1370227Z test_aot_autograd_symbolic_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1370447Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1370662Z test_aot_autograd_symbolic_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1370933Z test_aot_autograd_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1371146Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1371373Z test_aot_autograd_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1371586Z test_aot_autograd_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T01:32:55.1371804Z test_aot_autograd_symbolic_exhaustive_view_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1372019Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1372231Z test_aot_autograd_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1372447Z test_aot_autograd_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1372660Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1372871Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1373082Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1373295Z test_aot_autograd_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1373513Z test_aot_autograd_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T01:32:55.1373666Z test_autocast (__main__.TestPartitioning) ... skip: CUDA is unavailable (0.001s) 2022-11-23T01:32:55.1373801Z test_contiguous (__main__.TestPartitioning) ... ok (0.010s) 2022-11-23T01:32:55.1373962Z test_default_partitioner_getitem (__main__.TestPartitioning) ... ok (0.022s) 2022-11-23T01:32:55.1374158Z test_default_partitioner_output_tensor_shape_tensor (__main__.TestPartitioning) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1374308Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.227s) 2022-11-23T01:32:55.1374456Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.084s) 2022-11-23T01:32:55.1374649Z test_min_cut_partitioner_output_tensor_shape_tensor (__main__.TestPartitioning) ... skip: no sympy (0.003s) 2022-11-23T01:32:55.1374826Z test_min_cut_partitioner_recomputable_ops (__main__.TestPartitioning) ... ok (0.037s) 2022-11-23T01:32:55.1375236Z test_min_cut_partitioner_save_shape (__main__.TestPartitioning) ... skip: no sympy (0.002s) 2022-11-23T01:32:55.1375448Z test_preserve_random (__main__.TestPartitioning) ... ok (0.009s) 2022-11-23T01:32:55.1375607Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.019s) 2022-11-23T01:32:55.1376201Z test_external_calls_cpu (__main__.TestPythonKeyCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:32:55.1376354Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T01:32:55.1376424Z ok (0.106s) 2022-11-23T01:32:55.1376560Z test_make_fx_cpu (__main__.TestPythonKeyCPU) ... ok (0.005s) 2022-11-23T01:32:55.1376719Z test_make_fx_functionalize_cpu (__main__.TestPythonKeyCPU) ... ok (0.009s) 2022-11-23T01:32:55.1376861Z test_make_fx_grad_cpu (__main__.TestPythonKeyCPU) ... ok (0.011s) 2022-11-23T01:32:55.1377064Z test_make_fx_jacrev_cpu (__main__.TestPythonKeyCPU) ... ok (0.039s) 2022-11-23T01:32:55.1377262Z test_make_fx_no_decompose_cpu (__main__.TestPythonKeyCPU) ... skip: error: maximum recursion reached (0.002s) 2022-11-23T01:32:55.1377400Z test_make_fx_vjp_cpu (__main__.TestPythonKeyCPU) ... ok (0.009s) 2022-11-23T01:32:55.1377526Z test_make_fx_vmap_cpu (__main__.TestPythonKeyCPU) ... ok (0.005s) 2022-11-23T01:32:55.1377661Z test_nnc_jit_cpu (__main__.TestPythonKeyCPU) ... ok (0.023s) 2022-11-23T01:32:55.1377814Z test_nnc_passthrough_cpu (__main__.TestPythonKeyCPU) ... ok (0.063s) 2022-11-23T01:32:55.1377954Z test_nnc_pytrees_cpu (__main__.TestPythonKeyCPU) ... ok (0.023s) 2022-11-23T01:32:55.1378090Z test_nnc_scalar_cpu (__main__.TestPythonKeyCPU) ... ok (0.033s) 2022-11-23T01:32:55.1378290Z test_resnet18_backward_trace_cpu (__main__.TestPythonKeyCPU) ... skip: test requires torchvision (0.001s) 2022-11-23T01:32:55.1378436Z test_scalar_device_cpu (__main__.TestPythonKeyCPU) ... ok (0.006s) 2022-11-23T01:32:55.1378449Z 2022-11-23T01:32:55.1378607Z ---------------------------------------------------------------------- 2022-11-23T01:32:55.1378695Z Ran 1282 tests in 379.078s 2022-11-23T01:32:55.1378702Z 2022-11-23T01:32:55.1378811Z OK (skipped=756, expected failures=14) 2022-11-23T01:32:55.1378817Z 2022-11-23T01:32:55.1378908Z Generating XML reports... 2022-11-23T01:32:55.1379172Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestAOTAutograd-20221123012634.xml 2022-11-23T01:32:55.1379455Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestAOTModuleSimplified-20221123012634.xml 2022-11-23T01:32:55.1379739Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestEagerFusionOpInfoCPU-20221123012634.xml 2022-11-23T01:32:55.1379994Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestPartitioning-20221123012634.xml 2022-11-23T01:32:55.1380247Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestPythonKeyCPU-20221123012634.xml 2022-11-23T01:32:55.1380253Z 2022-11-23T01:32:55.1380628Z ##[endgroup] 2022-11-23T01:32:55.1380921Z FINISHED PRINTING LOG FILE of functorch/test_aotdispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_aotdispatch_klbhfyv4) 2022-11-23T01:32:55.1380928Z 2022-11-23T01:32:55.1381051Z Ignoring disabled issues: [] 2022-11-23T01:32:55.5518992Z Running functorch/test_ops ... [2022-11-23 01:32:55.549469] 2022-11-23T01:32:58.1527410Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:58.1648456Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:58.3085473Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-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:32:58.306721] 2022-11-23T01:32:58.3086176Z Ignoring disabled issues: [] 2022-11-23T01:32:58.3258548Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-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:32:58.317727] 2022-11-23T01:32:58.3259571Z Ignoring disabled issues: [] 2022-11-23T02:02:58.5631345Z 2022-11-23T02:02:58.5632008Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T02:02:58.5635312Z ##[group]PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_ncuhx7o8) 2022-11-23T02:02:58.5780925Z Test results will be stored in test-reports\python-pytest\functorch.test_ops\functorch.test_ops-54b3e3c9ccadbcab.xml 2022-11-23T02:02:58.5782237Z ============================= test session starts ============================= 2022-11-23T02:02:58.5783175Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:02:58.5783583Z cachedir: .pytest_cache 2022-11-23T02:02:58.5783966Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:02:58.5784535Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:02:58.5785269Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:02:58.5785929Z collecting ... collected 9104 items / 14 deselected / 9090 selected 2022-11-23T02:02:58.6336413Z 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-23T02:02:58.6962387Z 2022-11-23T02:02:58.6962925Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_binary_cross_entropy_cpu PASSED [ 0%] 2022-11-23T02:02:58.6963514Z functorch\test_ops.py::TestOperatorsCPU::test_grad_H_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6964033Z functorch\test_ops.py::TestOperatorsCPU::test_grad_T_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6964535Z functorch\test_ops.py::TestOperatorsCPU::test_grad___radd___cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6965050Z functorch\test_ops.py::TestOperatorsCPU::test_grad___rdiv___cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6965558Z functorch\test_ops.py::TestOperatorsCPU::test_grad___rmul___cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6966064Z functorch\test_ops.py::TestOperatorsCPU::test_grad_abs_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6966584Z functorch\test_ops.py::TestOperatorsCPU::test_grad_addcdiv_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6967104Z functorch\test_ops.py::TestOperatorsCPU::test_grad_addcmul_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6967610Z functorch\test_ops.py::TestOperatorsCPU::test_grad_addmm_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6968273Z functorch\test_ops.py::TestOperatorsCPU::test_grad_addmm_decomposed_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6968892Z functorch\test_ops.py::TestOperatorsCPU::test_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6969580Z functorch\test_ops.py::TestOperatorsCPU::test_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6970226Z functorch\test_ops.py::TestOperatorsCPU::test_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6970870Z functorch\test_ops.py::TestOperatorsCPU::test_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6971459Z functorch\test_ops.py::TestOperatorsCPU::test_grad_as_strided_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6972005Z functorch\test_ops.py::TestOperatorsCPU::test_grad_as_strided_scatter_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6972772Z functorch\test_ops.py::TestOperatorsCPU::test_grad_asin_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6973293Z functorch\test_ops.py::TestOperatorsCPU::test_grad_asinh_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6973807Z functorch\test_ops.py::TestOperatorsCPU::test_grad_atanh_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6974373Z functorch\test_ops.py::TestOperatorsCPU::test_grad_atleast_2d_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6974899Z functorch\test_ops.py::TestOperatorsCPU::test_grad_atleast_3d_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6975468Z functorch\test_ops.py::TestOperatorsCPU::test_grad_bernoulli_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6976031Z functorch\test_ops.py::TestOperatorsCPU::test_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6976654Z functorch\test_ops.py::TestOperatorsCPU::test_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6977331Z functorch\test_ops.py::TestOperatorsCPU::test_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6978049Z functorch\test_ops.py::TestOperatorsCPU::test_grad_broadcast_tensors_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6978590Z functorch\test_ops.py::TestOperatorsCPU::test_grad_broadcast_to_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6979129Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cartesian_prod_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6979655Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cdist_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6980157Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cdouble_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6980720Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cfloat_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6981380Z functorch\test_ops.py::TestOperatorsCPU::test_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6981987Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6982532Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cholesky_inverse_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6983056Z functorch\test_ops.py::TestOperatorsCPU::test_grad_chunk_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6983572Z functorch\test_ops.py::TestOperatorsCPU::test_grad_clamp_max_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6984071Z functorch\test_ops.py::TestOperatorsCPU::test_grad_clone_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6984596Z functorch\test_ops.py::TestOperatorsCPU::test_grad_column_stack_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6985113Z functorch\test_ops.py::TestOperatorsCPU::test_grad_conj_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6985638Z functorch\test_ops.py::TestOperatorsCPU::test_grad_conj_physical_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6986181Z functorch\test_ops.py::TestOperatorsCPU::test_grad_constant_pad_nd_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6986748Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cosh_cpu_float32 PASSED [ 0%] 2022-11-23T02:02:58.6987378Z functorch\test_ops.py::TestOperatorsCPU::test_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:02:58.6987942Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cross_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6988456Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cummax_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6988963Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cummin_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6989484Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cumprod_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6990011Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cumsum_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6990552Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cumulative_trapezoid_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6991160Z functorch\test_ops.py::TestOperatorsCPU::test_grad_deg2rad_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6991686Z functorch\test_ops.py::TestOperatorsCPU::test_grad_diag_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6992200Z functorch\test_ops.py::TestOperatorsCPU::test_grad_diag_embed_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6992784Z functorch\test_ops.py::TestOperatorsCPU::test_grad_diagonal_copy_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6993374Z functorch\test_ops.py::TestOperatorsCPU::test_grad_div_floor_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6993903Z functorch\test_ops.py::TestOperatorsCPU::test_grad_dot_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6994418Z functorch\test_ops.py::TestOperatorsCPU::test_grad_double_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6994974Z functorch\test_ops.py::TestOperatorsCPU::test_grad_double_functorch_no_channels_last_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6995535Z functorch\test_ops.py::TestOperatorsCPU::test_grad_einsum_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6996123Z functorch\test_ops.py::TestOperatorsCPU::test_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.6996834Z functorch\test_ops.py::TestOperatorsCPU::test_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.6997475Z functorch\test_ops.py::TestOperatorsCPU::test_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.6998043Z functorch\test_ops.py::TestOperatorsCPU::test_grad_erfc_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6998588Z functorch\test_ops.py::TestOperatorsCPU::test_grad_exp2_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6999128Z functorch\test_ops.py::TestOperatorsCPU::test_grad_expand_as_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.6999649Z functorch\test_ops.py::TestOperatorsCPU::test_grad_expand_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7000171Z functorch\test_ops.py::TestOperatorsCPU::test_grad_expm1_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7000684Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_fft2_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7001207Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_fft_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7001721Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_fftn_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7002244Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_hfft2_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7002746Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_hfftn_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7003268Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7003792Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_ihfftn_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7004353Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_irfft_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7004871Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_rfft_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7005426Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fliplr_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7005977Z functorch\test_ops.py::TestOperatorsCPU::test_grad_float_functorch_no_channels_last_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7006529Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fmax_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7007103Z functorch\test_ops.py::TestOperatorsCPU::test_grad_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.7007670Z functorch\test_ops.py::TestOperatorsCPU::test_grad_gather_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7008339Z functorch\test_ops.py::TestOperatorsCPU::test_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.7008916Z functorch\test_ops.py::TestOperatorsCPU::test_grad_gradient_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7009573Z functorch\test_ops.py::TestOperatorsCPU::test_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.7010120Z functorch\test_ops.py::TestOperatorsCPU::test_grad_half_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7010729Z functorch\test_ops.py::TestOperatorsCPU::test_grad_half_functorch_no_channels_last_cpu_float32 PASSED [ 1%] 2022-11-23T02:02:58.7011397Z functorch\test_ops.py::TestOperatorsCPU::test_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.7012049Z functorch\test_ops.py::TestOperatorsCPU::test_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.7012704Z functorch\test_ops.py::TestOperatorsCPU::test_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:02:58.7013286Z functorch\test_ops.py::TestOperatorsCPU::test_grad_hypot_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7013792Z functorch\test_ops.py::TestOperatorsCPU::test_grad_i0_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7014295Z functorch\test_ops.py::TestOperatorsCPU::test_grad_index_add_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7014880Z functorch\test_ops.py::TestOperatorsCPU::test_grad_index_put_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7015429Z functorch\test_ops.py::TestOperatorsCPU::test_grad_index_put_functorch_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7015971Z functorch\test_ops.py::TestOperatorsCPU::test_grad_inner_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7016583Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7017255Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7017882Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7018495Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7019128Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7019747Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7020383Z functorch\test_ops.py::TestOperatorsCPU::test_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T02:02:58.7021023Z functorch\test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T02:02:58.7021608Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ldexp_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7022126Z functorch\test_ops.py::TestOperatorsCPU::test_grad_lgamma_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7022688Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_cond_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7023243Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_cross_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7023765Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_det_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7024311Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_det_singular_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7024846Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_eig_cpu_float32 XFAIL [ 2%] 2022-11-23T02:02:58.7025376Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvalsh_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7025941Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_householder_product_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7026497Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7027017Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_ex_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7027691Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7028340Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7028914Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7029451Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_solve_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7030000Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_norm_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7030537Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_power_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7031163Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:02:58.7031764Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_multi_dot_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7032419Z 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-23T02:02:58.7033112Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_qr_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7033647Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_ex_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7034234Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorsolve_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7034814Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_vander_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7035340Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_vecdot_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7035880Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_vector_norm_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7036403Z functorch\test_ops.py::TestOperatorsCPU::test_grad_log_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7036917Z functorch\test_ops.py::TestOperatorsCPU::test_grad_log_softmax_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7037446Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logaddexp_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7038004Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logcumsumexp_cpu_float32 PASSED [ 2%] 2022-11-23T02:02:58.7038521Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logdet_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7039108Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7039754Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7040364Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logit_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7040982Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7041623Z functorch\test_ops.py::TestOperatorsCPU::test_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7042187Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mT_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7042690Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_amin_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7043293Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7043877Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_fill_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7044414Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_logaddexp_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7044956Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_mean_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7045484Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_norm_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7046079Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_prod_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7046645Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_select_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7047222Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_softmin_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7047760Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_var_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7048367Z functorch\test_ops.py::TestOperatorsCPU::test_grad_matmul_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7048915Z functorch\test_ops.py::TestOperatorsCPU::test_grad_max_reduction_with_dim_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7049463Z functorch\test_ops.py::TestOperatorsCPU::test_grad_maximum_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7049985Z functorch\test_ops.py::TestOperatorsCPU::test_grad_median_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7050522Z functorch\test_ops.py::TestOperatorsCPU::test_grad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7051101Z functorch\test_ops.py::TestOperatorsCPU::test_grad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7051721Z functorch\test_ops.py::TestOperatorsCPU::test_grad_min_binary_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7052309Z functorch\test_ops.py::TestOperatorsCPU::test_grad_min_reduction_no_dim_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7052909Z functorch\test_ops.py::TestOperatorsCPU::test_grad_min_reduction_with_dim_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7053443Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mm_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7053949Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mode_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7054474Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7055040Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7055595Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nanquantile_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7056123Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nansum_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7056714Z functorch\test_ops.py::TestOperatorsCPU::test_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7057364Z functorch\test_ops.py::TestOperatorsCPU::test_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7058000Z functorch\test_ops.py::TestOperatorsCPU::test_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:02:58.7058670Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7059317Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7059897Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7060469Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_bilinear_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7061082Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7061694Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7062303Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7062911Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7063535Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7064295Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 3%] 2022-11-23T02:02:58.7064979Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7065575Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7066158Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_ctc_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7066736Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7067312Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7067860Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_elu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7068438Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_bag_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7069021Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7070304Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7070971Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7071548Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gelu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7072096Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_glu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7072652Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_grid_sample_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7073263Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7073872Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardswish_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7074481Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_huber_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7075089Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_instance_norm_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7075711Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_area_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7076386Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7077031Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7077644Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7078231Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_l1_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7078801Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_layer_norm_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7079374Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_leaky_relu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7079939Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_logsigmoid_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7080502Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7081054Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7081641Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7082279Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7083022Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7083647Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_nll_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7084264Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_normalize_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7084849Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_circular_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7085419Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_constant_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7086003Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_reflect_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7086591Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_replicate_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7087170Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pdist_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7087725Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_prelu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7088381Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu6_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7089000Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_rrelu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7089577Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_selu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7090165Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_silu_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7090731Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7091320Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:02:58.7091896Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7092461Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softsign_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7093044Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_tanhshrink_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7093607Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_threshold_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7094257Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7094908Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7095510Z functorch\test_ops.py::TestOperatorsCPU::test_grad_norm_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7096163Z functorch\test_ops.py::TestOperatorsCPU::test_grad_norm_inf_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7097091Z functorch\test_ops.py::TestOperatorsCPU::test_grad_normal_number_mean_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7097818Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:02:58.7098628Z 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-23T02:02:58.7099419Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ops_aten_index_put_functorch_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7100069Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ormqr_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7100636Z functorch\test_ops.py::TestOperatorsCPU::test_grad_outer_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7101181Z functorch\test_ops.py::TestOperatorsCPU::test_grad_permute_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7101760Z functorch\test_ops.py::TestOperatorsCPU::test_grad_pinverse_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7102388Z functorch\test_ops.py::TestOperatorsCPU::test_grad_polar_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7103386Z functorch\test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7103979Z functorch\test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7104558Z functorch\test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7105105Z functorch\test_ops.py::TestOperatorsCPU::test_grad_positive_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7105619Z functorch\test_ops.py::TestOperatorsCPU::test_grad_prod_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7106126Z functorch\test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7106635Z functorch\test_ops.py::TestOperatorsCPU::test_grad_rad2deg_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7107210Z functorch\test_ops.py::TestOperatorsCPU::test_grad_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:02:58.7107854Z functorch\test_ops.py::TestOperatorsCPU::test_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:02:58.7108568Z functorch\test_ops.py::TestOperatorsCPU::test_grad_remainder_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7109127Z functorch\test_ops.py::TestOperatorsCPU::test_grad_renorm_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7109655Z functorch\test_ops.py::TestOperatorsCPU::test_grad_resolve_conj_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7110196Z functorch\test_ops.py::TestOperatorsCPU::test_grad_round_decimals_0_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7110743Z functorch\test_ops.py::TestOperatorsCPU::test_grad_round_decimals_3_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7111280Z functorch\test_ops.py::TestOperatorsCPU::test_grad_round_decimals_neg_3_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7111814Z functorch\test_ops.py::TestOperatorsCPU::test_grad_rsqrt_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7112330Z functorch\test_ops.py::TestOperatorsCPU::test_grad_rsub_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7112850Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scatter_add_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7113373Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scatter_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7113913Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7114501Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_mean_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7115073Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_prod_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7115628Z functorch\test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_lengths_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7116194Z functorch\test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_offsets_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7116736Z functorch\test_ops.py::TestOperatorsCPU::test_grad_select_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7117324Z functorch\test_ops.py::TestOperatorsCPU::test_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:02:58.7118001Z functorch\test_ops.py::TestOperatorsCPU::test_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:02:58.7118608Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sigmoid_cpu_float32 PASSED [ 5%] 2022-11-23T02:02:58.7119205Z functorch\test_ops.py::TestOperatorsCPU::test_grad_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7119892Z functorch\test_ops.py::TestOperatorsCPU::test_grad_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7120624Z functorch\test_ops.py::TestOperatorsCPU::test_grad_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7121378Z functorch\test_ops.py::TestOperatorsCPU::test_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7121957Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sin_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7122488Z functorch\test_ops.py::TestOperatorsCPU::test_grad_slice_scatter_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7123014Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sort_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7123603Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 6%] 2022-11-23T02:02:58.7124286Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7124944Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7125617Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7126279Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7127056Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7127797Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7128631Z 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-23T02:02:58.7157891Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_entr_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7158653Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_i0e_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7159218Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_i1e_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7159881Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7160660Z 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-23T02:02:58.7161331Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_log_ndtr_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7161978Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7162723Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7163464Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7164065Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_ndtri_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7164717Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:02:58.7165491Z 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-23T02:02:58.7166301Z 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-23T02:02:58.7167111Z 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-23T02:02:58.7167975Z functorch\test_ops.py::TestOperatorsCPU::test_grad_split_list_args_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7168671Z functorch\test_ops.py::TestOperatorsCPU::test_grad_split_with_sizes_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7169248Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sqrt_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7169776Z functorch\test_ops.py::TestOperatorsCPU::test_grad_square_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7170288Z functorch\test_ops.py::TestOperatorsCPU::test_grad_stack_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7170815Z functorch\test_ops.py::TestOperatorsCPU::test_grad_std_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7171342Z functorch\test_ops.py::TestOperatorsCPU::test_grad_std_mean_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7171881Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sum_to_size_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7172407Z functorch\test_ops.py::TestOperatorsCPU::test_grad_t_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7172942Z functorch\test_ops.py::TestOperatorsCPU::test_grad_take_along_dim_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7173555Z functorch\test_ops.py::TestOperatorsCPU::test_grad_tan_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7174077Z functorch\test_ops.py::TestOperatorsCPU::test_grad_tanh_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7174624Z functorch\test_ops.py::TestOperatorsCPU::test_grad_to_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7175139Z functorch\test_ops.py::TestOperatorsCPU::test_grad_topk_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7175692Z functorch\test_ops.py::TestOperatorsCPU::test_grad_trace_cpu_float32 PASSED [ 6%] 2022-11-23T02:02:58.7176241Z functorch\test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7176793Z functorch\test_ops.py::TestOperatorsCPU::test_grad_true_divide_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7177310Z functorch\test_ops.py::TestOperatorsCPU::test_grad_unbind_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7177849Z functorch\test_ops.py::TestOperatorsCPU::test_grad_unflatten_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7178478Z functorch\test_ops.py::TestOperatorsCPU::test_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T02:02:58.7179082Z functorch\test_ops.py::TestOperatorsCPU::test_grad_unsqueeze_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7179620Z functorch\test_ops.py::TestOperatorsCPU::test_grad_var_mean_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7180139Z functorch\test_ops.py::TestOperatorsCPU::test_grad_vdot_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7180686Z functorch\test_ops.py::TestOperatorsCPU::test_grad_view_as_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7181238Z functorch\test_ops.py::TestOperatorsCPU::test_grad_view_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7181766Z functorch\test_ops.py::TestOperatorsCPU::test_grad_vstack_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7182293Z functorch\test_ops.py::TestOperatorsCPU::test_grad_where_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7182806Z functorch\test_ops.py::TestOperatorsCPU::test_grad_xlogy_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7183403Z functorch\test_ops.py::TestOperatorsCPU::test_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T02:02:58.7183994Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___getitem___cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7184534Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___getitem___functorch_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7185078Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___radd___cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7185606Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___rdiv___cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7186120Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___rmul___cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7186669Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___rsub___cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7187872Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_abs_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7188399Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_acosh_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7188924Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_addbmm_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7189456Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_addcmul_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7189988Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_addmm_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7190531Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_addmm_decomposed_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7191075Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_amax_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7191595Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_amin_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7192092Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_angle_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7192714Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7193479Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7194123Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7194708Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_as_strided_cpu_float32 XFAIL [ 7%] 2022-11-23T02:02:58.7195233Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_asinh_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7195761Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_atleast_2d_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7196278Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_atleast_3d_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7196812Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_baddbmm_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7197347Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_bernoulli_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7197952Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7198678Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7199343Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_block_diag_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7199871Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_bmm_cpu_float32 PASSED [ 7%] 2022-11-23T02:02:58.7200441Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7201120Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7201825Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:02:58.7202436Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_broadcast_to_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7203039Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7203683Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7204363Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7205020Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cartesian_prod_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7205642Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7206354Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7207000Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7207687Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7208402Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cholesky_inverse_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7208945Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_chunk_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7209472Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_clamp_min_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7209989Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_corrcoef_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7210518Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cosh_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7211082Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cov_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7211698Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cross_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7212252Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cumulative_trapezoid_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7212809Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_diag_embed_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7213339Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_diagflat_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7213867Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_diagonal_copy_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7214399Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_diagonal_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7214949Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_div_trunc_rounding_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7215496Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_double_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7216071Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_double_functorch_no_channels_last_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7216702Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7217302Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_erfc_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7217852Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_exp2_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7218435Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7219017Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_fftn_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7219544Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7220067Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_hfftn_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7220591Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft2_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7221092Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7221611Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftn_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7222140Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft2_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7222665Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7223214Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7223765Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_irfftn_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7224296Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft2_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7224871Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7225398Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_flatten_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7225928Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fliplr_cpu_float32 PASSED [ 8%] 2022-11-23T02:02:58.7226521Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7227210Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:02:58.7227833Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_float_power_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7228445Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7229052Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fmin_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7229682Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7230382Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7231030Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7231676Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7232243Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_i0_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7232830Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7233467Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7234062Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_index_add_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7234595Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_index_copy_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7235187Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_index_put_functorch_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7235776Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_index_select_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7236310Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_inner_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7236892Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7237556Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7238237Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7238894Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7239529Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7240169Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7240815Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T02:02:58.7241475Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T02:02:58.7242146Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T02:02:58.7242768Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T02:02:58.7243400Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ldexp_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7243928Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_lerp_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7244458Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_cond_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7245002Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_cross_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7245539Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7246090Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_singular_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7246623Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_eig_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7247272Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7247989Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7248799Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7249425Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7249993Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7250552Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_ex_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7251090Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_solve_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7251648Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_power_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7252279Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:02:58.7252890Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_multi_dot_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7253471Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7254043Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7254600Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_hermitian_cpu_float32 PASSED [ 9%] 2022-11-23T02:02:58.7255257Z 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-23T02:02:58.7255902Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_slogdet_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7256453Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7257024Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_triangular_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7257577Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_svd_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7258124Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorinv_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7258733Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:02:58.7259335Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_log10_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7259886Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_log1p_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7260406Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_log2_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7260939Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logaddexp2_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7261476Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logaddexp_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7262156Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:02:58.7262822Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:02:58.7263472Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:02:58.7264128Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:02:58.7264824Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:02:58.7265479Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7266044Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_lu_solve_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7266575Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_lu_unpack_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7267167Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mH_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7267675Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_amax_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7268281Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:02:58.7268880Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7269456Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7270038Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_log_softmax_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7270597Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_logsumexp_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7271187Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_prod_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7271758Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_softmin_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7272301Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_std_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7272827Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_sum_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7273356Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_matmul_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7273902Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_no_dim_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7274447Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_maximum_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7274971Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_median_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7275490Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_min_binary_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7276044Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_with_dim_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7276591Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_minimum_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7277147Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_msort_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7277695Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mul_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7278244Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7278798Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7279349Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nanmean_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7279899Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nanquantile_cpu_float32 PASSED [ 10%] 2022-11-23T02:02:58.7280503Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nansum_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7281046Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_native_batch_norm_cpu_float32 XFAIL [ 11%] 2022-11-23T02:02:58.7281685Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_native_dropout_backward_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7282374Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7283047Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7283725Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7284396Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7285060Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7285784Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7286489Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7287171Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7287778Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7288460Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7289072Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7289679Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7290278Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7290853Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_batch_norm_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7291472Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7292078Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv1d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7292644Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7293213Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7293842Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7294513Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7295158Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7295750Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout3d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7296329Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7296918Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7297506Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7298140Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7298867Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7299515Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7300131Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7300800Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:02:58.7301444Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_group_norm_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7302012Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardshrink_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7302609Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardsigmoid_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7303204Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardtanh_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7303853Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_instance_norm_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7304461Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7305077Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7305668Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_layer_norm_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7306240Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_linear_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7306815Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7307403Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool2d_cpu_float32 PASSED [ 11%] 2022-11-23T02:02:58.7308006Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:02:58.7308623Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7309223Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7309880Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7310644Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7311329Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_constant_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7311920Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_reflect_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7312521Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7313175Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7313811Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7314385Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_prelu_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7314946Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_selu_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7315505Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_silu_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7316074Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7316725Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7317307Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softplus_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7317879Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softsign_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7318452Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_unfold_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7319040Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7319670Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7320241Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_norm_inf_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7320763Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_norm_nuc_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7321359Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7322030Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7322655Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7323228Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_outer_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7323749Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_permute_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7324292Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7324842Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_positive_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7325366Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_pow_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7325883Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_prod_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7326477Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7327128Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_randint_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7327772Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7328483Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7329065Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_real_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7329595Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_remainder_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7330196Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7330779Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_reshape_as_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7331383Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:02:58.7331969Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_resolve_conj_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7332496Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_resolve_neg_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7333027Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_rot90_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7333563Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_3_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7334090Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_rsqrt_cpu_float32 PASSED [ 12%] 2022-11-23T02:02:58.7334607Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_rsub_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7335275Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7335863Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scatter_add_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7336416Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amax_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7336988Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amin_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7337556Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_mean_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7338191Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7338891Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7339494Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sgn_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7340082Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7340814Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7341555Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7342296Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7343004Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7343675Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7344253Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sinc_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7344774Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sinh_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7345367Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7346073Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7346835Z 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-23T02:02:58.7347486Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_entr_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7348039Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_erfcx_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7348581Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_i0e_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7349119Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_i1_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7349744Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7350432Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7351127Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7351798Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7352590Z 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-23T02:02:58.7353260Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_split_list_args_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7353821Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_split_with_sizes_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7354361Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_squeeze_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7354884Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_stack_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7355398Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sum_to_size_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7355928Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_svd_lowrank_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7356529Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7357102Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_t_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7357620Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_take_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7358192Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_tanh_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7358688Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_to_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7359212Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_transpose_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7359761Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7360296Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_tril_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7360805Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_triu_cpu_float32 PASSED [ 13%] 2022-11-23T02:02:58.7361412Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:02:58.7362081Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T02:02:58.7362648Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_unsqueeze_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7363181Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_var_mean_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7363705Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_view_copy_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7364221Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_vstack_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7364733Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_where_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7365312Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T02:02:58.7365960Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T02:02:58.7366526Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_H_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7367050Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7367608Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___functorch_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7368146Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___radd___cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7368753Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___rdiv___cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7369283Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___rmul___cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7369808Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7370318Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___rsub___cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7370850Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_acosh_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7371445Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_add_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7371976Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_addcdiv_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7372507Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_addcmul_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7373036Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7373544Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_addr_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7374063Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_amin_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7374660Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:02:58.7375243Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_angle_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7375840Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:02:58.7376489Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:02:58.7377193Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:02:58.7377774Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7378329Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_scatter_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7378868Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_asin_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7379390Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_asinh_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7379908Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_atan_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7380428Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_1d_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7380954Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_2d_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7381480Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_3d_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7382012Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_baddbmm_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7382544Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7383184Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:02:58.7383827Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_tensors_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7384387Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_to_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7384994Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:02:58.7385588Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cartesian_prod_cpu_float32 PASSED [ 14%] 2022-11-23T02:02:58.7386129Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cdist_cpu_float32 XFAIL [ 14%] 2022-11-23T02:02:58.7386655Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_chalf_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7387243Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:02:58.7387820Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32 XFAIL [ 15%] 2022-11-23T02:02:58.7388345Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_chunk_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7388872Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_max_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7389444Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_min_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7389976Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_clone_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7390517Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_column_stack_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7391067Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_combinations_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7391600Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7392142Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7392676Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_contiguous_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7393289Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:02:58.7393880Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cross_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7394408Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cummax_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7395547Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cumsum_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7396101Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7396665Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_deg2rad_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7397191Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7397730Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_diff_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7398318Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_digamma_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7398915Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7399493Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7400038Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_dot_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7400571Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_double_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7401141Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7401712Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_dstack_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7402311Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:02:58.7402956Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:02:58.7403533Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_erfinv_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7404068Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_as_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7404600Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7405116Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_expm1_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7405710Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:02:58.7406289Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft2_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7406815Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftn_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7407350Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7407879Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7408571Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7409098Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7409630Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7410169Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7410699Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7411231Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7411763Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-11-23T02:02:58.7412278Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_float_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7412853Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7413431Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_float_power_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7414023Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fmin_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7414543Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_frac_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7415072Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_gather_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7415664Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7416298Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7416887Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_gradient_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7417482Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7418057Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_half_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7418667Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7419264Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_hsplit_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7419789Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_hstack_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7420291Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_i0_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7420878Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7421475Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_index_fill_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7422019Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7422562Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32 XFAIL [ 16%] 2022-11-23T02:02:58.7423112Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_index_select_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7423650Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_inner_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7424223Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7424871Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7425518Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7426177Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7426895Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7427552Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T02:02:58.7428199Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T02:02:58.7428848Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T02:02:58.7429479Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T02:02:58.7430114Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7430710Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cond_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7431260Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cross_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7431802Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7432405Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigh_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7432966Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvals_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7433516Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7434066Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7434698Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:02:58.7435323Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7435901Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7436479Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7437040Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7437609Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 16%] 2022-11-23T02:02:58.7438185Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7438726Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_qr_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7439283Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_slogdet_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7439841Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7440423Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7440994Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svd_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7441536Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svdvals_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7442106Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorinv_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7442680Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7443248Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vander_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7443815Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vector_norm_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7444398Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7444966Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp2_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7445567Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logcumsumexp_cpu_float32 XFAIL [ 17%] 2022-11-23T02:02:58.7446203Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:02:58.7446877Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:02:58.7447544Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:02:58.7448287Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:02:58.7448991Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:02:58.7449611Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7450133Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_unpack_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7450742Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amax_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7451295Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amin_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7451910Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:02:58.7452521Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7453071Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7453631Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7454190Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_normalize_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7454755Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmin_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7455308Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_std_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7455849Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_var_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7456392Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_matmul_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7456931Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_max_binary_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7457498Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7458073Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7458636Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_maximum_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7459178Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mean_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7459755Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7460359Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7460923Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_minimum_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7461454Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mm_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7461963Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mul_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7462491Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mv_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7463047Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7463694Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-11-23T02:02:58.7464262Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmean_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7464813Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nanquantile_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7465424Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:02:58.7466024Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7466557Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_neg_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7467156Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:02:58.7467813Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:02:58.7468471Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:02:58.7469176Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:02:58.7469827Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:02:58.7470444Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7471071Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7471689Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7472318Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7472929Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7473528Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_batch_norm_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7474125Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_bilinear_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7474727Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7475328Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_celu_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7475912Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7476491Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7477082Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7477732Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7478428Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7479076Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7479681Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7480297Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7480905Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7481506Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout3d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7482647Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7483245Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_elu_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7483830Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7484436Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7485088Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7485768Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7486432Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7487068Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7487743Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gelu_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7488449Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7489039Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7489657Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7490272Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T02:02:58.7490879Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_instance_norm_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7491507Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 18%] 2022-11-23T02:02:58.7492138Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7492777Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7493385Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7493962Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7494559Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7495155Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_linear_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7495755Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL [ 19%] 2022-11-23T02:02:58.7496370Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7496977Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7497571Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7498170Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7498761Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mish_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7499420Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7500076Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_normalize_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7500756Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7501365Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7501977Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7502557Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pdist_cpu_float32 XFAIL [ 19%] 2022-11-23T02:02:58.7503157Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7503760Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_prelu_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7504343Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_rrelu_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7504923Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_silu_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7505550Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7506199Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7506866Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softplus_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7507455Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softsign_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7508048Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7508638Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_threshold_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7509249Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7509852Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_unfold_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7510459Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7511039Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_number_mean_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7511701Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:02:58.7512378Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7512948Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ormqr_cpu_float32 XFAIL [ 19%] 2022-11-23T02:02:58.7513485Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_pca_lowrank_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7514034Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_permute_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7514604Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7515189Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7515786Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7516377Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7516932Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_pow_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7517461Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_qr_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7518023Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_quantile_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7518617Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_rad2deg_cpu_float32 PASSED [ 19%] 2022-11-23T02:02:58.7519241Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7519979Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7520588Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_real_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7521137Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_reciprocal_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7521699Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_interleave_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7522255Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_as_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7522801Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7523410Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7524052Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_conj_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7524611Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_neg_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7525283Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7525825Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_rsqrt_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7526363Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_rsub_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7526904Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_add_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7527475Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7528058Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7528724Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_lengths_cpu_float32 XFAIL [ 20%] 2022-11-23T02:02:58.7529314Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_offsets_cpu_float32 XFAIL [ 20%] 2022-11-23T02:02:58.7529867Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_select_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7530460Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_select_scatter_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7531163Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7531797Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sign_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7532441Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7533163Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7533876Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7534567Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7535148Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sin_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7535685Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7536329Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 20%] 2022-11-23T02:02:58.7537105Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7537880Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7538601Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_entr_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7539264Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7539889Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i0e_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7540444Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1e_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7541099Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7541877Z 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-23T02:02:58.7542561Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_log_ndtr_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7543256Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7544084Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7544802Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7545429Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtr_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7545979Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtri_cpu_float32 PASSED [ 20%] 2022-11-23T02:02:58.7546646Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:02:58.7547385Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:02:58.7548178Z 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-23T02:02:58.7549038Z 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-23T02:02:58.7549886Z 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-23T02:02:58.7550570Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_xlog1py_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7551141Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_split_list_args_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7551700Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_split_with_sizes_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7552261Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_std_mean_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7552799Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7553337Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32 XFAIL [ 21%] 2022-11-23T02:02:58.7553868Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_tan_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7554396Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_tanh_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7554943Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_tensordot_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7555515Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_tile_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7556083Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_to_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7556671Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_to_sparse_cpu_float32 XFAIL [ 21%] 2022-11-23T02:02:58.7557217Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_topk_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7557758Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_transpose_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7558323Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_triangular_solve_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7558868Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_unbind_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7559419Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_copy_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7559970Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7560582Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:02:58.7561307Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:02:58.7562017Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_var_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7562561Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_var_mean_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7563092Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_view_copy_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7563637Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_vsplit_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7564245Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:02:58.7564874Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7565465Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7566078Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7566698Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7567312Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7567941Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7568687Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7569317Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7569963Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7570604Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7571240Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7571885Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7572506Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7573147Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7573795Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7574423Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:02:58.7575083Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7575691Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7576290Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7576900Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7577488Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7578093Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7578704Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7579324Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7579969Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7580664Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7581264Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7581871Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7582491Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7583112Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7583726Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7584352Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7584963Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_jvp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7585562Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_vjp_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7586139Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_T_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7586727Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___getitem___functorch_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7587269Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___rmul___cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7587798Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___rsub___cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7588315Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_abs_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7588834Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_acos_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7589359Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_acosh_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7589866Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_addbmm_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7590389Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_addcdiv_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7590915Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_addcmul_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7591433Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_addmm_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7591981Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_addmv_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7592501Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_addr_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7593108Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:02:58.7593754Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_amax_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7594271Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_amin_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7594866Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:02:58.7595186Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:02:58.7595503Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:02:58.7595820Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:02:58.7596092Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_as_strided_scatter_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7596346Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_atan2_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7596606Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_atleast_2d_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7596919Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_atleast_3d_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7597223Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7597471Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_bmm_cpu_float32 PASSED [ 22%] 2022-11-23T02:02:58.7597786Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:02:58.7598092Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_broadcast_tensors_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7598392Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:02:58.7598643Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cdist_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7598936Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cdouble_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7599188Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ceil_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7599442Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7599804Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:02:58.7600077Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cholesky_inverse_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7600344Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cholesky_solve_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7600594Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_clamp_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7600853Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_column_stack_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7601122Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_conj_physical_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7601390Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7601650Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_contiguous_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7601905Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_copysign_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7602164Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_corrcoef_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7602496Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:02:58.7602750Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cummin_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7603007Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cumprod_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7603307Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_diag_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7603550Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_diagonal_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7603811Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_diagonal_scatter_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7604053Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_diff_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7604354Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_digamma_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7604601Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_dist_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7604909Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_div_floor_rounding_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7605215Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7605466Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_dstack_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7605795Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:02:58.7606171Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:02:58.7606419Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_erfc_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7606669Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_erfinv_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7606918Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_exp2_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7607179Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_expand_as_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7607488Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:02:58.7607742Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_fft2_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7608000Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_fftn_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7608338Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_fftshift_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7608595Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft2_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7608845Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7609093Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftshift_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7609348Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7609605Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfftn_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7609862Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft2_cpu_float32 PASSED [ 23%] 2022-11-23T02:02:58.7610117Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft2_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7610408Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7610669Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_rfftn_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7610920Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fill_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7611212Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_flatten_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7611463Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_flip_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7611719Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fliplr_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7611968Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_flipud_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7612300Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7612621Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_gather_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7612939Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7613206Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_grid_sampler_2d_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7613505Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7613832Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7614158Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7614492Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7614746Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_hsplit_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7614983Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_i0_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7615360Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7615620Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_index_add_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7615879Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_index_copy_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7616157Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_index_put_functorch_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7616421Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_index_reduce_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7616821Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7617148Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7617505Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7617823Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7618135Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7618457Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7618772Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7619090Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 24%] 2022-11-23T02:02:58.7619423Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 24%] 2022-11-23T02:02:58.7619746Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 24%] 2022-11-23T02:02:58.7620007Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_lgamma_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7620269Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_cond_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7620531Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_cross_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7620791Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_eig_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7621059Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigh_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7621356Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_householder_product_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7621678Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7622002Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:02:58.7622267Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7622557Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7622851Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_cpu_float32 PASSED [ 24%] 2022-11-23T02:02:58.7623126Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7623426Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_solve_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7623705Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_power_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7624088Z 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-23T02:02:58.7624401Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_qr_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7624667Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_slogdet_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7624928Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7625211Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_triangular_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7625478Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_svdvals_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7625752Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorinv_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7626019Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_vecdot_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7626349Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:02:58.7626600Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_log1p_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7626851Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_log_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7627137Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_with_dtype_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7627398Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logaddexp_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7627651Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logcumsumexp_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7627996Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:02:58.7628326Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:02:58.7628655Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:02:58.7629014Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:02:58.7629373Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:02:58.7629722Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:02:58.7629970Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_lu_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7630208Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mH_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7630469Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_amax_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7630735Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_cumprod_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7631059Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7631365Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7631638Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_logaddexp_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7631909Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_logsumexp_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7632168Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_mean_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7632432Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_median_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7632694Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_norm_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7632958Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_normalize_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7633223Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_select_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7633541Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_softmax_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7633796Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_matmul_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7634041Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_matrix_exp_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7634297Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_max_binary_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7634576Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_no_dim_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7634859Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_with_dim_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7635187Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7635480Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7635767Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_minimum_cpu_float32 PASSED [ 25%] 2022-11-23T02:02:58.7636020Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mm_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7636351Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:02:58.7636595Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mv_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7636876Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7637132Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nan_to_num_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7637390Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nanmean_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7637649Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nanmedian_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7637914Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nanquantile_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7638242Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:02:58.7638515Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_native_batch_norm_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7638799Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_native_dropout_backward_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7639069Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_native_layer_norm_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7639383Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:02:58.7639612Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_neg_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7639994Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:02:58.7640317Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:02:58.7640650Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:02:58.7640950Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7641281Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7641569Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7641880Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_batch_norm_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7642184Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7642460Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_celu_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7643351Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7643643Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7643964Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7644270Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7644606Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7644948Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7645252Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7645562Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7645853Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7646139Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout3d_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7646420Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7646705Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7647008Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7647376Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7647634Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_glu_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7647927Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardshrink_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7648337Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardsigmoid_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7648620Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardswish_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7648907Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_instance_norm_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7649210Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7649516Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7649884Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 26%] 2022-11-23T02:02:58.7650199Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7650477Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_l1_loss_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7650763Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_layer_norm_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7651042Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7651317Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_linear_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7651613Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7651893Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7652193Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7652542Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7652833Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7653129Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7653412Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7653741Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7654057Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7654368Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7654661Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7654962Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7655256Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7655529Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7655806Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_rrelu_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7656085Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7656368Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softsign_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7656652Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_threshold_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7656932Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_unfold_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7657301Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7657578Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_norm_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7657859Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_norm_fro_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7658129Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_norm_inf_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7658399Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_norm_nuc_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7658673Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_normal_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7658966Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_normal_number_mean_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7659372Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:02:58.7659842Z 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-23T02:02:58.7660112Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_outer_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7660433Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_pca_lowrank_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7660675Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_permute_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7660982Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7661283Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7661558Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_prod_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7661837Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_put_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7662158Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_qr_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7662436Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_quantile_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7662710Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_rad2deg_cpu_float32 PASSED [ 27%] 2022-11-23T02:02:58.7663047Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:02:58.7663321Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_renorm_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7663596Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_repeat_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7663875Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_repeat_interleave_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7678964Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7679421Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7679697Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_resolve_conj_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7679955Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_round_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7680238Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_neg_3_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7680573Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7680836Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scatter_add_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7681112Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amin_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7681385Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_sum_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7681724Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7682007Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_lengths_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7682280Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_offsets_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7682532Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_select_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7682799Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_select_scatter_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7683044Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sgn_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7683358Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7683778Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sigmoid_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7684110Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7684512Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7684762Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sin_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7685053Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sinh_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7685309Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_slice_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7685574Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_slice_scatter_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7685831Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_softmax_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7686109Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_softmax_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7686540Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 28%] 2022-11-23T02:02:58.7686877Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7687212Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7687550Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7687883Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7688350Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7688751Z 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-23T02:02:58.7689154Z 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-23T02:02:58.7689514Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7689779Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_i0e_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7690042Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_i1_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7690307Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_i1e_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7690988Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7691391Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_log_ndtr_cpu_float32 PASSED [ 28%] 2022-11-23T02:02:58.7691666Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7691919Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7692164Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:02:58.7692353Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_ndtr_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7692583Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7693014Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:02:58.7693280Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:02:58.7693579Z 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-23T02:02:58.7693872Z 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-23T02:02:58.7694162Z 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-23T02:02:58.7694450Z 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-23T02:02:58.7694772Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:02:58.7694950Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_split_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7695143Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_split_with_sizes_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7695320Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sqrt_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7695494Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_std_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7695668Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sum_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7695840Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_t_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7696009Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_tan_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7696196Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_tensor_split_cpu_float32 XFAIL [ 29%] 2022-11-23T02:02:58.7696364Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_to_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7696547Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_to_sparse_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7696725Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_topk_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7696958Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_trace_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7697143Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_trapezoid_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7697315Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_trapz_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7697523Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_tril_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7697721Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_trunc_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7697884Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_unfold_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7698052Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_var_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7698229Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_var_mean_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7698404Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_vdot_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7698575Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_view_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7698748Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_where_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7698920Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_xlogy_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7699146Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:02:58.7699775Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_T_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7699978Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7700165Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___rmatmul___cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7700373Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp__softmax_backward_data_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7700550Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_abs_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7700722Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_add_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7700903Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7701080Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_addr_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7701263Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_amax_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7701440Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_amin_cpu_float32 PASSED [ 29%] 2022-11-23T02:02:58.7701729Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:02:58.7701945Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7702174Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7702393Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7702592Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_scatter_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7702773Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_asin_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7703022Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_asinh_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7703210Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_1d_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7703392Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_2d_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7703619Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_3d_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7703814Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_baddbmm_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7703999Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_bernoulli_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7704180Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7704360Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_block_diag_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7704548Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_to_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7704786Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7705015Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7705206Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cartesian_prod_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7705382Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cat_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7705606Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7705869Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7706065Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_inverse_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7706302Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_solve_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7706479Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_max_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7706663Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_complex_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7706849Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_contiguous_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7707033Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_copysign_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7707210Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cos_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7707390Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cross_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7707568Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cummax_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7707743Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cummin_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7707913Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cumsum_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7708163Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7708347Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_deg2rad_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7708530Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_diagflat_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7708720Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_copy_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7708902Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_digamma_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7709137Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_dist_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7709356Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7709581Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_dstack_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7709769Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_einsum_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7710002Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7710213Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7710441Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:02:58.7710622Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_erfinv_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7710802Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_exp2_cpu_float32 PASSED [ 30%] 2022-11-23T02:02:58.7711024Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7711209Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7711394Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7711583Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftshift_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7711767Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7711949Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft2_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7712134Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7712324Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftshift_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7712508Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7712734Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7712921Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7713108Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7713285Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fill_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7713454Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_flip_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7713630Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fliplr_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7713806Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_flipud_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7713963Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fmod_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7714143Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_frexp_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7714373Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7714652Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7714836Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_gather_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7715109Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7715340Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7715646Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 31%] 2022-11-23T02:02:58.7715872Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7716053Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_half_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7716272Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7716524Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7716705Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_hsplit_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7716931Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7717159Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7717345Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_index_fill_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7717535Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_index_reduce_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7717723Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_index_select_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7717904Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_inner_cpu_float32 PASSED [ 31%] 2022-11-23T02:02:58.7718128Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7718387Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7718617Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7718842Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7719120Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7719342Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7719572Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7719796Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:02:58.7720031Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T02:02:58.7720263Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T02:02:58.7720479Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T02:02:58.7720663Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ldexp_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7720938Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7721174Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_lerp_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7721390Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_lgamma_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7721592Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7721780Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigh_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7721975Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7722186Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_householder_product_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7722397Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7722590Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7722789Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7722985Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7723243Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7723430Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7723644Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7723827Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7724098Z 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-23T02:02:58.7724290Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svdvals_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7724470Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorinv_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7724659Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vander_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7724846Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vecdot_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7725077Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7725278Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7725518Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7725754Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7725993Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7726225Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7726408Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logit_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7726664Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7726937Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:02:58.7727120Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7727352Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_unpack_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7727575Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mH_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7727751Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mT_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7727936Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amax_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7728122Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amin_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7728434Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7728637Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_log_softmax_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7728828Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_median_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7729005Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_scatter_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7729198Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmax_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7729385Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmin_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7729569Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_sum_cpu_float32 PASSED [ 32%] 2022-11-23T02:02:58.7729746Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_var_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7729930Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_max_binary_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7730131Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7730315Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_min_binary_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7730518Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7730698Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mode_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7730885Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_movedim_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7731063Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mul_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7731299Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 33%] 2022-11-23T02:02:58.7731486Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmedian_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7731666Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nansum_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7731843Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7732091Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_native_batch_norm_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7732297Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_native_dropout_backward_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7732478Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_neg_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7732746Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7732967Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7733164Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7733421Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7733630Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7733846Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7734123Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7734335Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7734562Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7734794Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7735037Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7735249Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7735474Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7735691Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7735894Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout3d_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7736111Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7736326Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7736520Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gelu_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7736719Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_glu_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7736929Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7737136Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7737341Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_huber_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7737548Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_instance_norm_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7737764Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7737987Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7738213Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7738401Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7738691Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7738917Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 33%] 2022-11-23T02:02:58.7739118Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_linear_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7739358Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7739668Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7739968Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7747194Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7747646Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:02:58.7747963Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:02:58.7748478Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7748782Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7749201Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:02:58.7749594Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:02:58.7749878Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7750174Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7750472Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7750765Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7751058Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7751336Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu6_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7751607Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7751888Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7752169Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softplus_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7752500Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7752790Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7753147Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7753427Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_unfold_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7753728Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7754022Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7754276Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_fro_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7754622Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_inf_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7754876Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_nuc_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7755151Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_number_mean_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7755444Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7755698Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ormqr_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7755943Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_polar_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7756229Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7756480Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_positive_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7756728Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_pow_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7756976Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_prod_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7757272Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_qr_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7757528Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_quantile_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7757778Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_rad2deg_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7758100Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:02:58.7758417Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:02:58.7758686Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ravel_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7758949Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_reciprocal_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7759202Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_renorm_cpu_float32 PASSED [ 34%] 2022-11-23T02:02:58.7759515Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_interleave_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7759768Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7760085Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7760407Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7760667Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_conj_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7760926Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_neg_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7761172Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_rot90_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7761419Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_round_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7761692Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_0_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7761958Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_3_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7762232Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7762483Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_rsqrt_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7762730Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_rsub_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7763061Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7763328Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7763713Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7763972Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_select_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7764327Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7764567Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sigmoid_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7764905Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7765260Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7765506Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sin_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7765771Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_scatter_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7766156Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7766407Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sort_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7766753Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 35%] 2022-11-23T02:02:58.7767082Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7767410Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7767733Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7768071Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7768528Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7768884Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7769241Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7769630Z 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-23T02:02:58.7769902Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_log_ndtr_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7770250Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7770594Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7770940Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7771253Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7771651Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7772053Z 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-23T02:02:58.7772472Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:02:58.7772747Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_split_with_sizes_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7773000Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_square_cpu_float32 PASSED [ 35%] 2022-11-23T02:02:58.7773254Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_squeeze_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7773505Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_stack_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7773739Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_std_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7773989Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_stft_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7774247Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_to_size_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7774497Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7774741Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_t_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7775037Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_tan_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7775294Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_tensor_split_cpu_float32 XFAIL [ 36%] 2022-11-23T02:02:58.7775559Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_tensordot_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7775808Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_tile_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7776062Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_to_sparse_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7776309Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_topk_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7776559Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_trace_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7776816Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_transpose_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7777075Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_trapezoid_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7777324Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_trapz_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7777595Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_triangular_solve_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7777873Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_tril_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7778114Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_triu_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7778367Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_unflatten_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7778616Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_copy_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7778895Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7779232Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:02:58.7779550Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:02:58.7779794Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_var_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7780044Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_vdot_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7780285Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_view_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7780534Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_vsplit_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7780778Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_xlogy_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7781017Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_zero__cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7781384Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:02:58.7781708Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:02:58.7781958Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_H_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7782201Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_T_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7782455Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___cpu_float32 XFAIL [ 36%] 2022-11-23T02:02:58.7782735Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___functorch_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7782986Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___radd___cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7783242Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___rmatmul___cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7783493Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___rmul___cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7783792Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 XFAIL [ 36%] 2022-11-23T02:02:58.7784061Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap__softmax_backward_data_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7784353Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_add_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7784611Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_addcdiv_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7784867Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_addcmul_cpu_float32 PASSED [ 36%] 2022-11-23T02:02:58.7785152Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_addmv_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7785397Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_amax_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7785634Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_amin_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7785961Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7786286Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7786536Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_asinh_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7786780Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_atanh_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7787039Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_2d_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7787354Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7787691Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7787968Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_tensors_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7788277Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7788630Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7788880Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cdist_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7789124Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ceil_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7789365Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cfloat_cpu_float32 XFAIL [ 37%] 2022-11-23T02:02:58.7789605Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7789846Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_max_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7790137Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_clone_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7790399Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_column_stack_cpu_float32 XFAIL [ 37%] 2022-11-23T02:02:58.7790689Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7790956Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_physical_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7791202Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cos_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7791483Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cummin_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7791742Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cumprod_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7792000Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_embed_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7792269Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_copy_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7792528Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7793752Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_div_floor_rounding_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7794032Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_div_no_rounding_mode_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7794304Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_div_trunc_rounding_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7794557Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_dstack_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7794877Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7795203Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7795520Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7795776Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_erf_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7796088Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:02:58.7796345Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft2_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7796586Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7796843Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft2_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7797141Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7797401Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfftn_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7797654Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7797939Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftn_cpu_float32 PASSED [ 37%] 2022-11-23T02:02:58.7798208Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7798464Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7798722Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7798976Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfftn_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7799228Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfftn_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7799483Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_flipud_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7799737Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_float_cpu_float32 XFAIL [ 38%] 2022-11-23T02:02:58.7800103Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_float_functorch_no_channels_last_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7800372Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_float_power_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7800702Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7800954Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fmax_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7801198Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fmod_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7801447Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_frac_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7801765Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7802007Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_gradient_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7802281Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_grid_sampler_2d_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7802632Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_half_functorch_no_channels_last_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7802959Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7803284Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7803652Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7803910Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_hsplit_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7804163Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_hypot_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7804523Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7804782Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_index_add_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7805042Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_index_copy_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7805300Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7805565Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7805878Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7806189Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7806501Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7806822Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T02:02:58.7807125Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T02:02:58.7807426Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T02:02:58.7807681Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_kthvalue_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7807941Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cross_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7808288Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7808556Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvals_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7808857Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7809196Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7809539Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7809877Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7810202Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7810482Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_ex_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7810784Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_solve_cpu_float32 PASSED [ 38%] 2022-11-23T02:02:58.7811124Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:02:58.7811475Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7811799Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_multi_dot_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7812061Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7812363Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7812623Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_qr_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7812890Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_slogdet_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7813157Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_ex_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7813417Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svd_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7813694Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorinv_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7813961Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7814222Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7814498Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vector_norm_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7814750Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_log10_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7814992Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_log1p_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7815224Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_log_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7815487Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp2_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7815746Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7816015Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logcumsumexp_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7816272Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logdet_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7816633Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7816958Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7817318Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7817633Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7817992Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7818244Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7818486Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mH_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7818725Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mT_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7818987Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amax_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7819316Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7819643Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:02:58.7819910Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumprod_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7820177Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumsum_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7820526Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7820792Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_median_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7821052Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_norm_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7821327Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_normalize_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7821596Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmax_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7821841Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7822101Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_max_binary_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7822404Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7822695Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_median_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7822986Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_list_of_tensors_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7823277Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_variadic_tensors_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7823567Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_min_binary_cpu_float32 PASSED [ 39%] 2022-11-23T02:02:58.7823818Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mm_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7824067Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mode_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7824319Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_msort_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7824650Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:02:58.7824898Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mv_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7825178Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7825449Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7825706Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7825969Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmedian_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7826231Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7826616Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:02:58.7826872Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_cpu_float32 XFAIL [ 40%] 2022-11-23T02:02:58.7827143Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_native_batch_norm_cpu_float32 XFAIL [ 40%] 2022-11-23T02:02:58.7827954Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_native_dropout_backward_cpu_float32 [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7828635Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7829346Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7830105Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7830758Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7831418Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7832078Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7832729Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7833378Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7834027Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7835117Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7835835Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7836529Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7837182Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7837891Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7838549Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7839215Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7839867Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7840513Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7841172Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7841858Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7842516Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7843253Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7843908Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7844553Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7845201Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7845897Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7846548Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7847195Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7847846Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7848638Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7849335Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7850004Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7850651Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7851354Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7852005Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7852651Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7853297Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7853993Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7854644Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7855327Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7856015Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7856662Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7857308Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7857950Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7858644Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7859291Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7859934Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7860596Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7861336Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7862017Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7862674Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7863324Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7863970Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7864619Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7865265Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7865911Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7866613Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7867264Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7867913Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7868565Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7869260Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7869903Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7870554Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7871200Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7871862Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7872550Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7873202Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7873883Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7874580Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7875228Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7875877Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7876518Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7877210Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7877855Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7878500Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7879149Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7879796Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7880441Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7881088Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7881780Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7882448Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7883091Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7883742Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7884433Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7885082Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7885729Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7886373Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7887019Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7887669Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7888397Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7889086Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7889796Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7890486Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7891135Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7891788Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7892485Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7893134Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7893792Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7894436Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7895082Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7895730Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7896374Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7897019Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7897713Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7898361Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7899003Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7899647Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.7899802Z PASSED [ 40%] 2022-11-23T02:02:58.7900088Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_native_layer_norm_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7900404Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:02:58.7900739Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:02:58.7901060Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7901367Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7901671Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7901995Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:02:58.7902282Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool2d_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7902567Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_batch_norm_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7902848Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7903129Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv1d_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7903423Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7903746Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7904038Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7904354Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7904678Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7905014Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7905351Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7905701Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7906005Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7906298Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cross_entropy_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7906584Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32 XFAIL [ 40%] 2022-11-23T02:02:58.7906859Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_elu_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7907153Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7907457Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_functorch_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7907806Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:02:58.7908202Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:02:58.7908526Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:02:58.7908849Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:02:58.7909140Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_grid_sample_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7909428Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_group_norm_cpu_float32 PASSED [ 40%] 2022-11-23T02:02:58.7909719Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardshrink_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7910007Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardswish_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7910294Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardtanh_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7910584Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7910883Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_area_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7911184Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7911495Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7911798Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_linear_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7912114Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7912393Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7912678Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_layer_norm_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7912961Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_leaky_relu_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7913256Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_local_response_norm_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7913536Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_logsigmoid_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7913825Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7914105Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7914432Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool2d_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7914716Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7915008Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7915305Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7915582Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mish_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7915859Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7916154Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7916469Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7916798Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_nll_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7917081Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_normalize_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7917370Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_constant_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7917658Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_reflect_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7917932Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7918226Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7918522Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7918781Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_prelu_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7919056Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7919319Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_selu_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7919613Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7919901Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7920179Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7920475Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7920799Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softplus_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7921083Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softsign_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7921372Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_tanhshrink_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7921695Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_threshold_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7921998Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7922255Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_fro_cpu_float32 PASSED [ 41%] 2022-11-23T02:02:58.7922513Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_inf_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7922759Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_nuc_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7923100Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T02:02:58.7923396Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_number_mean_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T02:02:58.7923691Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten_index_put_functorch_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7923962Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ormqr_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T02:02:58.7924214Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_outer_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7924471Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_pca_lowrank_cpu_float32 XFAIL [ 42%] 2022-11-23T02:02:58.7924740Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_0_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7925023Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_1_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7925306Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_2_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7926033Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_3_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7926320Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_4_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7926585Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_positive_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7926850Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7927107Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_rad2deg_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7927436Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7927768Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7928049Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_interleave_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7928411Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7928735Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7929062Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7929324Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_neg_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7929578Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_round_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7929842Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_add_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7930119Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_mean_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7930408Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7930663Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_select_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7930936Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_select_scatter_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7931188Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sgn_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7931488Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7931848Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7932109Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sigmoid_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7932424Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sign_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7932774Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7933112Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7933432Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7933678Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sin_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7933928Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sinc_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7934181Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7934455Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_with_dtype_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7934702Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sort_cpu_float32 PASSED [ 42%] 2022-11-23T02:02:58.7935094Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7935426Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7935788Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:02:58.7936186Z 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-23T02:02:58.7936456Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_erfcx_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7936815Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7937174Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7937433Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i0e_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7937695Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7937946Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1e_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7938292Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7938637Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7938956Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7939317Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7939721Z 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-23T02:02:58.7940126Z 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-23T02:02:58.7940504Z 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-23T02:02:58.7940948Z 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-23T02:02:58.7941308Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7941581Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_xlog1py_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7941908Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7942164Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_split_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7942431Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_split_list_args_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7942681Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sqrt_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7942938Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_square_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7943190Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_stack_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7943489Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7943739Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_symeig_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7944006Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_take_along_dim_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7944256Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_tan_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7944504Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_tanh_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7944766Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_tensor_split_cpu_float32 XFAIL [ 43%] 2022-11-23T02:02:58.7945010Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_tile_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7945276Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_to_cpu_float32 SKIPPED (Skipped!) [ 43%] 2022-11-23T02:02:58.7945559Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_to_sparse_cpu_float32 SKIPPED (Skipped!) [ 43%] 2022-11-23T02:02:58.7945813Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_trace_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7946072Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_trapezoid_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7946324Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_trapz_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7946556Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_tril_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7946797Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_triu_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7947050Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_unbind_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7947301Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7947621Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:02:58.7947871Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_var_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7948121Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7948385Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_complex_cpu_float32 XFAIL [ 43%] 2022-11-23T02:02:58.7948645Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_view_copy_cpu_float32 PASSED [ 43%] 2022-11-23T02:02:58.7948896Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_view_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7949145Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_where_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7949390Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_xlogy_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7949683Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_zero__cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7950001Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7950327Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7950591Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7950863Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7951163Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float64 SKIPPED (Skipped!) [ 44%] 2022-11-23T02:02:58.7951430Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7951704Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7951956Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7952268Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7952526Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7952828Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__softmax_backward_data_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7953095Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7953365Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7953632Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7953902Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7954177Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7954452Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7954721Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7954989Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7955284Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7955550Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7955882Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7956150Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7956417Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7956759Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7957026Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7957356Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7957679Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7958011Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7958396Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7958725Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7959043Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7959377Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7959701Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:02:58.7959984Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7960257Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7960524Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7960841Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7961112Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7961378Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float32 PASSED [ 44%] 2022-11-23T02:02:58.7961644Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float64 PASSED [ 44%] 2022-11-23T02:02:58.7961914Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7962179Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7962454Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7962725Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7962993Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7963267Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7963587Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7963905Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7964177Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7964530Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:02:58.7964826Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7965111Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7965457Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:02:58.7965828Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:02:58.7966093Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7966349Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7966624Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7967597Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cfloat_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7967888Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cfloat_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7968155Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7968528Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7968906Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:02:58.7969285Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:02:58.7969563Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7969835Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7970179Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7970450Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7970719Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7971003Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7971278Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7971553Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7971821Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7972092Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7972389Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7972670Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7972946Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7973216Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7973465Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7973733Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7974087Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:02:58.7974346Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7974624Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32 PASSED [ 45%] 2022-11-23T02:02:58.7974895Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7975163Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64 PASSED [ 45%] 2022-11-23T02:02:58.7975441Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7975707Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7975980Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7976293Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7976564Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7976834Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7977113Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7977436Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7977715Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7978004Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_copy_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7978314Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7978612Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7978880Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7979200Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7979468Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7979749Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7980046Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7980338Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7980608Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7980880Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7981207Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7981473Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7981740Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7982010Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7982275Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7982611Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:02:58.7982952Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:02:58.7983281Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:02:58.7983612Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:02:58.7983880Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7984146Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7984418Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7984692Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7984961Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7985281Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7985616Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:02:58.7985934Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:02:58.7986208Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7986464Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7986733Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7987005Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7987276Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7987538Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7987879Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float32 PASSED [ 46%] 2022-11-23T02:02:58.7988151Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float64 PASSED [ 46%] 2022-11-23T02:02:58.7988422Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7988690Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7988967Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7989244Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7989524Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7989801Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7990066Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7990331Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7990606Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7990882Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7991153Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7991422Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7991690Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7991965Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7992236Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7992492Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7992763Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7993032Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7993379Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7993645Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7993960Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7994234Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7994504Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7994836Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7995159Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7995493Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7995838Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7996108Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7996490Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7996812Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7997092Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7997418Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7997734Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7998077Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7998348Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7998617Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.7998950Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7999286Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:02:58.7999565Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.7999843Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.8000110Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.8000382Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64 PASSED [ 47%] 2022-11-23T02:02:58.8000648Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.8000919Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float32 PASSED [ 47%] 2022-11-23T02:02:58.8001197Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8001503Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8001788Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8002072Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8002409Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8002744Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8003083Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8003418Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8003754Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8004081Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8004403Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8004732Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8005099Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8005429Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8005763Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8006095Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8006418Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T02:02:58.8006759Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T02:02:58.8007084Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T02:02:58.8007353Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8007621Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8007901Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8008265Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float32 SKIPPED (Skipped!) [ 48%] 2022-11-23T02:02:58.8008595Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8008926Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8009211Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8009489Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8009786Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8010083Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8010361Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float64 XFAIL [ 48%] 2022-11-23T02:02:58.8010648Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8010998Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8011290Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8011580Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8011862Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8012139Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8012490Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:02:58.8012771Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8013076Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8013369Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8013712Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8014003Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float32 PASSED [ 48%] 2022-11-23T02:02:58.8014299Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8014606Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float32 SKIPPED (Skipped!) [ 48%] 2022-11-23T02:02:58.8014888Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float64 PASSED [ 48%] 2022-11-23T02:02:58.8015285Z 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-23T02:02:58.8015676Z 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-23T02:02:58.8015957Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8016232Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8016521Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8016806Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8017087Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8017378Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8017667Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8017966Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8018262Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8018600Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8018868Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8019138Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8019408Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8019732Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8020020Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8020320Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_with_dtype_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8020602Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8020880Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8021166Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8021508Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8021854Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8022245Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8022581Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8022913Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8023254Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8023526Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8023781Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8024122Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8024457Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8024740Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8025071Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8025443Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:02:58.8025706Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8025981Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8026242Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8026518Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8026783Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8027047Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8027308Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8027562Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8027843Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float32 PASSED [ 49%] 2022-11-23T02:02:58.8028174Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float64 PASSED [ 49%] 2022-11-23T02:02:58.8028521Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:02:58.8028868Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:02:58.8029156Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8029443Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8029718Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8029996Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8030319Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8030641Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8030970Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8031261Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8031537Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8031818Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8032098Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8032382Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8032678Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8032955Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8033234Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float32 XFAIL [ 50%] 2022-11-23T02:02:58.8033521Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8033801Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8034087Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8034365Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8034635Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8034903Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8035182Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8035451Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8035768Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8036065Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8036362Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8036660Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8037008Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8037280Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8037533Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8037809Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8038117Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8038424Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8038720Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8038999Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8039263Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8039577Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8039846Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8040112Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8040380Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float64 PASSED [ 50%] 2022-11-23T02:02:58.8040727Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:02:58.8041028Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8041325Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 50%] 2022-11-23T02:02:58.8041622Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8041894Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8042174Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8042457Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8042725Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8043072Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8043362Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8043654Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8043960Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:02:58.8044269Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:02:58.8044583Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8044919Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8045274Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8045663Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8045990Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8046320Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8046656Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:02:58.8046994Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8047311Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8047632Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8047991Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8048391Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8048709Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8049027Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8049338Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_alpha_dropout_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8049645Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8049950Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8050251Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8050540Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8050828Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8051130Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8051449Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8051795Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8052079Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8052383Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8052684Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8052981Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8053292Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8053623Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8053998Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8054334Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8054674Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8054996Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 51%] 2022-11-23T02:02:58.8055318Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8055670Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float64 PASSED [ 51%] 2022-11-23T02:02:58.8055981Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8056321Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:02:58.8056700Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8057023Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8057328Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8057636Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8057932Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8058235Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8058527Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8058838Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8059138Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8059437Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8059781Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8060131Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8060458Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8060780Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8061085Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8061405Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8061719Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8062035Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8062331Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8062695Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8063004Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8063305Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8063610Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8063911Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8064233Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8064551Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8064877Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8065650Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8065972Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8066273Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8066570Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8066895Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:02:58.8067199Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8067492Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8067817Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8068119Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8068416Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8068733Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8069034Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8069343Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8069625Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32 PASSED [ 52%] 2022-11-23T02:02:58.8069921Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:02:58.8070228Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8070544Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8070855Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 53%] 2022-11-23T02:02:58.8071169Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float64 XFAIL [ 53%] 2022-11-23T02:02:58.8071536Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8071840Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8072140Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8072457Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8072783Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8073110Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8073416Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8073726Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8074086Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8074392Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8074703Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8075021Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8075329Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8075630Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8075948Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8076261Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8076560Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8076861Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8077155Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8077445Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8077739Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8078022Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8078311Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8078607Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8078955Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8079258Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8079578Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8079921Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8080292Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8080601Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8080905Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8081206Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8081513Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8081831Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8082182Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8082501Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8082871Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8083187Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 53%] 2022-11-23T02:02:58.8083498Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 53%] 2022-11-23T02:02:58.8083834Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:02:58.8084168Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:02:58.8084437Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8084720Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8084991Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8085254Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8085565Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8085862Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8086142Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8086511Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:02:58.8086855Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:02:58.8087273Z 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-23T02:02:58.8087584Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8087858Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8088139Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8088488Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8088766Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8089099Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8089405Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8089703Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8090002Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8090294Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8090581Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8090869Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8091172Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8091441Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8091760Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8092064Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8092334Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8092606Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8092899Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8093164Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8093433Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8093712Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8093992Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8094334Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:02:58.8094675Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:02:58.8095014Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:02:58.8095353Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:02:58.8095696Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:02:58.8095970Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8096238Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8096520Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8096794Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float32 PASSED [ 54%] 2022-11-23T02:02:58.8097070Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8097341Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float64 PASSED [ 54%] 2022-11-23T02:02:58.8097639Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8097989Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8098311Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8098651Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8098990Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8099279Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8099588Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8099867Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8100147Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8100475Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8100753Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8101049Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8101366Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8101635Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8101919Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8102215Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8102513Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8102810Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8103110Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8103399Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8103666Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8104004Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8104379Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8104755Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8105072Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8105341Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8105610Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8105914Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8106275Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8107045Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8107413Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8107769Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8108100Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8108368Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8108632Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8108885Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8109158Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8109444Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8109779Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float32 PASSED [ 55%] 2022-11-23T02:02:58.8110045Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8110343Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8110606Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float64 PASSED [ 55%] 2022-11-23T02:02:58.8110956Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8111349Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8111699Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:02:58.8112046Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8112453Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8112826Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8113197Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8113564Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8113855Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8114230Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8114515Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8114797Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8115075Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8115351Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8115699Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8116065Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8116430Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8116793Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8117147Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8117510Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8117844Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8118184Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8118549Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8118861Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8119238Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8119614Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8119997Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8120427Z 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-23T02:02:58.8120846Z 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-23T02:02:58.8121263Z 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-23T02:02:58.8121672Z 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-23T02:02:58.8122041Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:02:58.8122334Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8122606Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8122895Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8123161Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8123432Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8123707Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8124675Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8125000Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8125270Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8125532Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8125792Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8126071Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8126335Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8126597Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float64 PASSED [ 56%] 2022-11-23T02:02:58.8126881Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float32 PASSED [ 56%] 2022-11-23T02:02:58.8127142Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8127577Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8127845Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8128114Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8128460Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8128748Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8129041Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8129312Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8129573Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8129838Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8130114Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32 XFAIL [ 57%] 2022-11-23T02:02:58.8130384Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64 XFAIL [ 57%] 2022-11-23T02:02:58.8130688Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8130954Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8131233Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8131551Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8131822Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8132095Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8132384Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8132652Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8132914Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8133198Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8133480Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_copy_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8133896Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8134243Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:02:58.8134605Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:02:58.8134874Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8135149Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8135440Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8135714Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8135994Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_copy_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8136267Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_copy_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8136976Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8137252Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8137523Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8137831Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8138102Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8138371Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8138640Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8138904Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float64 PASSED [ 57%] 2022-11-23T02:02:58.8139162Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_T_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8139452Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___functorch_cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8139717Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmul___cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8139984Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8140242Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___rsub___cpu_float32 PASSED [ 57%] 2022-11-23T02:02:58.8140500Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_abs_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8140758Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_acos_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8141005Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_add_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8141270Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcmul_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8141528Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8141812Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_decomposed_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8142070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmv_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8142325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_addr_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8142649Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8142980Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8143867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_angle_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8144240Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8144568Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8144895Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8145222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8145506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8145764Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_asinh_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8146033Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_2d_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8146443Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_3d_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8146734Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T02:02:58.8146994Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_bmm_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8147278Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_tensors_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8147609Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8147973Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8148238Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cartesian_prod_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8148489Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cat_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8148813Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cfloat_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8149177Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8149502Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:02:58.8149818Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_solve_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8150078Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_chunk_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8150344Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_min_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8150640Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_clone_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8150914Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_column_stack_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8151187Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_combinations_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8151440Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8151716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_constant_pad_nd_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8151984Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_contiguous_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8152247Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8152504Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cos_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8152903Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cov_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8153177Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8153443Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8153723Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_scatter_cpu_float32 PASSED [ 58%] 2022-11-23T02:02:58.8153980Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_dist_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8154264Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_floor_rounding_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8154525Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_trunc_rounding_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8154777Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_dot_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8155042Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_einsum_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8155376Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8155778Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_erf_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8156076Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfinv_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8156336Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp2_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8156589Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8156890Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_as_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8157211Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8157473Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8157738Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftn_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8158011Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftshift_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8158279Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft2_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8158547Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfftn_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8158812Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft2_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8159079Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8159338Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8159601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft2_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8159867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8160113Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfftn_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8160377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_flipud_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8160705Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8161080Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8161341Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8161816Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8162081Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmax_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8162446Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8162783Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8163103Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8163460Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8163782Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8164107Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8164472Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:02:58.8164927Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___functorch_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8165224Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___radd___cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8165510Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rdiv___cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8165797Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmod___cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8166084Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmul___cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8166424Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule__softmax_backward_data_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8166722Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_add_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8167029Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcmul_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8167330Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_cpu_float32 PASSED [ 59%] 2022-11-23T02:02:58.8167699Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8167997Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amin_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8168432Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8168807Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8169158Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8169511Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8169831Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asinh_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8170113Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8170403Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_1d_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8170714Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:02:58.8171150Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_block_diag_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8171437Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bmm_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8171804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8172085Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cat_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8172427Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8172717Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdouble_cpu_float32 XFAIL [ 60%] 2022-11-23T02:02:58.8173068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cfloat_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8173460Z 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-23T02:02:58.8173904Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_inverse_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8174197Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_max_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8174487Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_min_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8174783Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_combinations_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8175083Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_physical_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8175406Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_copysign_cpu_float32 XFAIL [ 60%] 2022-11-23T02:02:58.8175722Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8176043Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_deg2rad_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8176332Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagflat_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8176629Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_copy_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8176913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8177199Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_digamma_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8177492Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8177804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8178083Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dot_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8178371Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dstack_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8178655Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_einsum_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8178940Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfinv_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8179234Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_as_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8179517Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8179953Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8180243Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8180535Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8180826Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft2_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8181112Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft_cpu_float32 PASSED [ 60%] 2022-11-23T02:02:58.8181480Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:02:58.8181801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmod_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8182083Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frac_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8182465Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8183244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gather_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8183591Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8183939Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8184291Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8184634Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8184989Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8185348Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8185638Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hsplit_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8185922Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hypot_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8186261Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8186567Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_functorch_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8186868Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_select_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8187250Z 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-23T02:02:58.8187607Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8187986Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8188334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8188684Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T02:02:58.8189317Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lerp_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8189616Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cond_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8189913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eig_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8190212Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvals_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8190510Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8190797Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8191164Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8191523Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8191978Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8192278Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL [ 61%] 2022-11-23T02:02:58.8192571Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL [ 61%] 2022-11-23T02:02:58.8192876Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8193239Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8193625Z 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-23T02:02:58.8193944Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8194392Z 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-23T02:02:58.8194696Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_slogdet_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8195028Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8195328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svd_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8195624Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL [ 61%] 2022-11-23T02:02:58.8195932Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8196224Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log1p_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8196584Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8196857Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logdet_cpu_float32 PASSED [ 61%] 2022-11-23T02:02:58.8197212Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:02:58.8197563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8197842Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logit_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8198363Z 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-23T02:02:58.8198659Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_solve_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8198947Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_unpack_cpu_float32 XFAIL [ 62%] 2022-11-23T02:02:58.8199226Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mH_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8199519Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amax_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8199879Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8200229Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8200705Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumprod_cpu_float32 XFAIL [ 62%] 2022-11-23T02:02:58.8201008Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumsum_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8201349Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_log_softmax_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8201656Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logaddexp_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8201959Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logsumexp_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8202254Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_median_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8202554Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_norm_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8202852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_normalize_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8203201Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_select_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8203528Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmin_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8203847Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_var_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8204161Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matmul_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8204483Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matrix_exp_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8204778Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_median_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8213111Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8213586Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8213908Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8214228Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mm_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8214516Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mode_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8214804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_msort_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8215116Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8215659Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanquantile_cpu_float32 XFAIL [ 62%] 2022-11-23T02:02:58.8215957Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nansum_cpu_float32 XFAIL [ 62%] 2022-11-23T02:02:58.8216314Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8216601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8216978Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_dropout_backward_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8217323Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8217608Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_neg_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8217954Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8218894Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8219251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:02:58.8219619Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:02:58.8219997Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8220324Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8220651Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T02:02:58.8221006Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8221325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8221644Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8221956Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8222286Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8222633Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8222950Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8223306Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8223654Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8224084Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8224456Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8224949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8225288Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8225634Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:02:58.8225974Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:02:58.8226313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 63%] 2022-11-23T02:02:58.8226680Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 63%] 2022-11-23T02:02:58.8226997Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8227541Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_glu_cpu_float32 XFAIL [ 63%] 2022-11-23T02:02:58.8227859Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8228190Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8228513Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8228835Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8229159Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8229506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8229824Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8230144Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8230491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:02:58.8230824Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL [ 63%] 2022-11-23T02:02:58.8231163Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:02:58.8231489Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL [ 63%] 2022-11-23T02:02:58.8231827Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8232233Z 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-23T02:02:58.8232639Z 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-23T02:02:58.8232999Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8233360Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8233843Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8234222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8234601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:02:58.8234928Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8235256Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8235569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8235903Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:02:58.8236227Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 63%] 2022-11-23T02:02:58.8236696Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED [ 63%] 2022-11-23T02:02:58.8237024Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8237346Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8237686Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8238021Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8238320Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_inf_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8238600Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_nuc_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8238960Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8239317Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8239688Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8239980Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_outer_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8240332Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pca_lowrank_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:02:58.8240631Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_permute_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8240931Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pinverse_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8241248Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8241539Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pow_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8241821Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_qr_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8242112Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_quantile_cpu_float32 XFAIL [ 64%] 2022-11-23T02:02:58.8242467Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8242979Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8243277Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ravel_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8243565Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_real_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8243866Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_as_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8244165Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8244521Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8244886Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8245191Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_conj_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8245655Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_neg_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8245985Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_roll_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8246275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rot90_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8246566Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8246919Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_0_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8247212Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_3_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8247504Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsub_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8247875Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scalar_tensor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8248262Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_add_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8248578Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL [ 64%] 2022-11-23T02:02:58.8248959Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8249265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_scatter_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8249550Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sgn_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8249904Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8250303Z 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-23T02:02:58.8250598Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sigmoid_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8250884Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sign_cpu_float32 PASSED [ 64%] 2022-11-23T02:02:58.8251265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:02:58.8251553Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sin_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8252106Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8252446Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8252739Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sort_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8253208Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:02:58.8253581Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:02:58.8254010Z 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-23T02:02:58.8254407Z 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-23T02:02:58.8254945Z 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-23T02:02:58.8255334Z 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-23T02:02:58.8255724Z 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-23T02:02:58.8256105Z 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-23T02:02:58.8256407Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtr_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8256808Z 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-23T02:02:58.8257251Z 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-23T02:02:58.8257691Z 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-23T02:02:58.8258131Z 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-23T02:02:58.8258559Z 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-23T02:02:58.8258896Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8259210Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_list_args_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8259519Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_with_sizes_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8259842Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sqrt_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8260134Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_square_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8260414Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_squeeze_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8260706Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stack_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8261534Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_mean_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8261854Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_to_size_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8262157Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_along_dim_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8262449Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tanh_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8262812Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:02:58.8263103Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_topk_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8263394Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trace_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8263696Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_transpose_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8264143Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapezoid_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8264431Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tril_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8264709Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triu_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8265010Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_true_divide_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8265338Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trunc_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8265640Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_copy_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8266040Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:02:58.8266338Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_mean_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8266642Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_complex_cpu_float32 XFAIL [ 65%] 2022-11-23T02:02:58.8266938Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8267232Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_copy_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8267526Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vsplit_cpu_float32 PASSED [ 65%] 2022-11-23T02:02:58.8267809Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vstack_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8268101Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_xlogy_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8268441Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8268776Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8269114Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8269386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_hsplit_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8269645Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_i0_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8269983Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8270254Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_add_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8270668Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8271019Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8271298Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_select_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8271569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_inner_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8271928Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8272303Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8272679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8273014Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8273504Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8273840Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8274172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8274491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:02:58.8274809Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:02:58.8275078Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_kron_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8275351Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_kthvalue_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8275617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_lerp_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8275893Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cross_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8276169Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eig_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8276432Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigh_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8276711Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvals_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8277020Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_householder_product_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8277300Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_ex_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8277651Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:02:58.8277963Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8278281Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8278562Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8278884Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_norm_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8279170Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_multi_dot_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8279485Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8279906Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8280216Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_hermitian_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8280607Z 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-23T02:02:58.8280892Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_slogdet_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8281167Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8281450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32 PASSED [ 66%] 2022-11-23T02:02:58.8281713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_log10_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8282066Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8282404Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8282885Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8283226Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8283559Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8283886Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8284142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_solve_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8284454Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8284739Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amin_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8285023Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumsum_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8285379Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8285670Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logsumexp_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8285949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_median_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8286232Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmin_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8286500Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_matmul_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8286774Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_matrix_exp_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8287073Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_no_dim_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8287377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_variadic_tensors_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8287645Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_movedim_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8287912Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_msort_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8288170Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mul_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8288545Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8288814Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nan_to_num_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8289313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8289607Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_batch_norm_cpu_float32 XFAIL [ 67%] 2022-11-23T02:02:58.8289958Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8290287Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8290548Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_neg_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8290906Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8291242Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8291614Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:02:58.8292546Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:02:58.8292864Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8293172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8293490Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8293799Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8294132Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:02:58.8294436Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool3d_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8294737Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8295031Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv1d_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8295341Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8295743Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8296072Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8296411Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 67%] 2022-11-23T02:02:58.8296730Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8297084Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8297430Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8297740Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8298100Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8298412Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_similarity_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8298856Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cross_entropy_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8299183Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:02:58.8299476Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_elu_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8299846Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:02:58.8300162Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:02:58.8300521Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:02:58.8300869Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:02:58.8301189Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 68%] 2022-11-23T02:02:58.8301647Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 68%] 2022-11-23T02:02:58.8301954Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 68%] 2022-11-23T02:02:58.8302245Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gelu_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8302532Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8302899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:02:58.8303201Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardtanh_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8303528Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8303862Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8304173Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_area_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8304528Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8304848Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_linear_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8305164Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8305486Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8305778Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8306070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_l1_loss_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8306364Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_linear_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8306668Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8306986Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:02:58.8307307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:02:58.8307628Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:02:58.8308095Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8308390Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mish_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8308681Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8309062Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:02:58.8309382Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8309683Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_normalize_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8310024Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_constant_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8310343Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pairwise_distance_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8310955Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:02:58.8311269Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 68%] 2022-11-23T02:02:58.8311593Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8311885Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8312196Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:02:58.8312481Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_selu_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8312764Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_silu_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8313072Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8313384Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softshrink_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8313687Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_tanhshrink_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8313985Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_threshold_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8314280Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_unfold_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8314595Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8314866Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_inf_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8315138Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_nuc_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8315472Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8315807Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8316224Z 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-23T02:02:58.8316596Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8316893Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_pca_lowrank_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:02:58.8317826Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_pinverse_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8318085Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8318385Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_0_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8318683Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_3_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8318973Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_4_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8319236Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_pow_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8319500Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_prod_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8319759Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_qr_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8320030Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 XFAIL [ 69%] 2022-11-23T02:02:58.8320369Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8320852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8321116Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_real_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8321392Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_reciprocal_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8321727Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8321993Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8322262Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_as_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8322534Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8322908Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8323185Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_neg_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8323444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_roll_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8323744Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8324030Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_0_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8324304Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_neg_3_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8324567Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsqrt_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8324920Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scalar_tensor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:02:58.8325213Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amin_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8325502Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_sum_cpu_float32 PASSED [ 69%] 2022-11-23T02:02:58.8325768Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8326096Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8326353Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sign_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8326706Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8327204Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8327476Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sin_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8327737Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinc_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8327999Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinh_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8328347Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8328615Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8328905Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_with_dtype_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8329305Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 70%] 2022-11-23T02:02:58.8329657Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8330195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8330546Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8330884Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8331260Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8331669Z 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-23T02:02:58.8331949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_entr_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8332233Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_erfcx_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8332605Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8332865Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i0e_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8333140Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8333517Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8333805Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8334174Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8334533Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8334810Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtr_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8335091Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtri_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8335421Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8335835Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8336351Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8336683Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_xlog1py_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8337031Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8337300Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8337562Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sub_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8337837Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_to_size_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8338093Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8338390Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_lowrank_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:02:58.8338726Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:02:58.8339126Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_t_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8339409Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_along_dim_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8339672Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8339931Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_tanh_cpu_float32 PASSED [ 70%] 2022-11-23T02:02:58.8340191Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_tile_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8340459Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:02:58.8340802Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:02:58.8341080Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_transpose_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8341357Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapezoid_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8341622Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapz_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8341896Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_true_divide_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8342199Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_unbind_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8342470Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_unflatten_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8342814Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:02:58.8343183Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:02:58.8343457Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_unsqueeze_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8343720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8343983Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8344313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:02:58.8344570Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_H_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8344865Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___functorch_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8345137Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___radd___cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8345551Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rdiv___cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8345829Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmatmul___cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8346095Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8346357Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rsub___cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8346644Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp__softmax_backward_data_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8346905Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_add_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8347171Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addbmm_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8347461Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_decomposed_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8347724Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addr_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8348062Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:02:58.8348466Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amax_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8348769Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_angle_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8349106Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:02:58.8349445Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:02:58.8349768Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32 XFAIL [ 71%] 2022-11-23T02:02:58.8350033Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asin_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8350302Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan2_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8350597Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:02:58.8350894Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:02:58.8351160Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_cpu_float32 XFAIL [ 71%] 2022-11-23T02:02:58.8351435Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_block_diag_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8351698Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bmm_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8352071Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:02:58.8352382Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_tensors_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:02:58.8352721Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:02:58.8353006Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cartesian_prod_cpu_float32 PASSED [ 71%] 2022-11-23T02:02:58.8353272Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdist_cpu_float32 XFAIL [ 71%] 2022-11-23T02:02:58.8353522Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chalf_cpu_float32 XFAIL [ 72%] 2022-11-23T02:02:58.8353852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:02:58.8354225Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:02:58.8354495Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_cpu_float32 XFAIL [ 72%] 2022-11-23T02:02:58.8354914Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chunk_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8355225Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8355513Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_physical_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8355794Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_contiguous_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8356106Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8356377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_corrcoef_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8356639Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cosh_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8356901Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cov_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8357165Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cross_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8357434Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummax_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8357852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8358152Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8358433Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_copy_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8358722Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_scatter_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8358985Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dist_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8359274Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8359520Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dot_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8359840Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8360112Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dsplit_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8360377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dstack_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8360640Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_einsum_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8360963Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:02:58.8361296Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:02:58.8361569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfc_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8361863Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfinv_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8362126Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp2_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8362485Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:02:58.8362756Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft2_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8363029Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftshift_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8363300Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft2_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8363570Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8363834Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfftn_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8364094Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8364520Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftshift_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8364801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8365066Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8365336Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft2_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8365581Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfftn_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8365851Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flatten_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8366112Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flip_cpu_float32 PASSED [ 72%] 2022-11-23T02:02:58.8366377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flipud_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8366648Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8366991Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8367827Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmax_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8368128Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmin_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8368468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frac_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8368738Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frexp_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8369109Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8369429Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8369695Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_cpu_float32 XFAIL [ 73%] 2022-11-23T02:02:58.8370011Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8370354Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8370697Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8370954Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_i0_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8371283Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8371615Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8371885Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_add_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8372156Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8372454Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_functorch_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8372716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_cpu_float32 XFAIL [ 73%] 2022-11-23T02:02:58.8372996Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_select_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8373327Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8373665Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8374351Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 73%] 2022-11-23T02:02:58.8374716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 73%] 2022-11-23T02:02:58.8375064Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 73%] 2022-11-23T02:02:58.8375330Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kron_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8375641Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kthvalue_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8375967Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8376230Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lerp_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8376506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cond_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8376784Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8377316Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_singular_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8377586Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eig_cpu_float32 XFAIL [ 73%] 2022-11-23T02:02:58.8377858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigh_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8378134Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_ex_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8378490Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8378852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:02:58.8379122Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8379411Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8379705Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8379998Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_power_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8380260Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8380536Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8380818Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_ex_cpu_float32 PASSED [ 73%] 2022-11-23T02:02:58.8381128Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svd_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8381412Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svdvals_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8381706Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8382022Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vander_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8382312Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vector_norm_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8382573Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log10_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8382837Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log1p_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8383110Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8383405Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8383858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8384138Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logcumsumexp_cpu_float32 XFAIL [ 74%] 2022-11-23T02:02:58.8384407Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logdet_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8384753Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:02:58.8385087Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:02:58.8385426Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:02:58.8385755Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:02:58.8386016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8386290Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8386695Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mH_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8387025Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:02:58.8387397Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:02:58.8387678Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8387997Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8388329Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_log_softmax_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8388608Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_mean_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8388892Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_median_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8389189Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_normalize_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8389458Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_prod_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8389740Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8390018Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8390298Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmin_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8390573Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_sum_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8390846Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_var_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8391112Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matmul_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8391384Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matrix_exp_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8391650Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_binary_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8391965Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8392259Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8392522Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mean_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8392816Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8393251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8393502Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mm_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8393806Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_msort_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8394082Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nan_to_num_cpu_float32 PASSED [ 74%] 2022-11-23T02:02:58.8394351Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8394659Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8394926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8395269Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:02:58.8395569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_dropout_backward_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8395893Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:02:58.8396371Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:02:58.8396724Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:02:58.8397057Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:02:58.8397388Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:02:58.8397718Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8398039Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8398357Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8398656Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8398955Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_batch_norm_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8399271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_bilinear_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:02:58.8399589Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8399878Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_celu_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8400212Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8400506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8400846Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8401183Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8401512Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8401825Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8402174Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8402660Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8402981Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8403291Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8403613Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8403910Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout3d_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8404213Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8404535Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8404847Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8405289Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gelu_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8405629Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8405986Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8406372Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8406790Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8407168Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8407564Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8407893Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8408309Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8408641Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8409002Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T02:02:58.8409352Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 75%] 2022-11-23T02:02:58.8409686Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 76%] 2022-11-23T02:02:58.8410010Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8410332Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mish_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8410692Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T02:02:58.8411059Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T02:02:58.8411386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8411708Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_normalize_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8412039Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8413155Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8413519Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8413817Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pdist_cpu_float32 XFAIL [ 76%] 2022-11-23T02:02:58.8414175Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8414490Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8414781Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu6_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8415070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_rrelu_cpu_float32 XFAIL [ 76%] 2022-11-23T02:02:58.8415360Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_selu_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8415659Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softsign_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8416142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8416486Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8416786Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_unfold_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8417058Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8417329Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_fro_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8417599Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_inf_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8417861Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_nuc_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8418132Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_cpu_float32 XFAIL [ 76%] 2022-11-23T02:02:58.8418452Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:02:58.8418868Z 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-23T02:02:58.8419176Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8419440Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_outer_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8419757Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_permute_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8420025Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8420365Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8420675Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8420973Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8421242Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_positive_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8421506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_prod_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8421773Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 XFAIL [ 76%] 2022-11-23T02:02:58.8422114Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:02:58.8422592Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:02:58.8422862Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ravel_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8423139Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_remainder_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8423432Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_interleave_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8423767Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:02:58.8424042Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_neg_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8424305Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_cpu_float32 PASSED [ 76%] 2022-11-23T02:02:58.8424594Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_0_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8424875Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_3_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8425129Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsqrt_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8425557Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8425887Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 XFAIL [ 77%] 2022-11-23T02:02:58.8426173Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8426559Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8426826Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8427112Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8427450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8427829Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8428106Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sigmoid_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8428466Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8428832Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8429193Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8429457Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sin_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8429719Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinh_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8430004Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8430271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8430560Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_with_dtype_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8430822Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sort_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8431168Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8431513Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8432179Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8432600Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8432979Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8433260Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_entr_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8433544Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_erfcx_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8433899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8434173Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i0e_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8434448Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8434781Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1e_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8435186Z 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-23T02:02:58.8435547Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8435908Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8436188Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtr_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8436472Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtri_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8436845Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8437272Z 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-23T02:02:58.8437691Z 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-23T02:02:58.8438012Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_xlog1py_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8438356Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:02:58.8438678Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_list_args_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8438965Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_with_sizes_cpu_float32 PASSED [ 77%] 2022-11-23T02:02:58.8439234Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_square_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8439495Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8439757Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8440031Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_to_size_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8440397Z 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-23T02:02:58.8440663Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_symeig_cpu_float32 XFAIL [ 78%] 2022-11-23T02:02:58.8440976Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 XFAIL [ 78%] 2022-11-23T02:02:58.8441249Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensordot_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8441515Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tile_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8441757Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_cpu_float32 XFAIL [ 78%] 2022-11-23T02:02:58.8442018Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_topk_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8442280Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trace_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8442547Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_transpose_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8442804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tril_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8443076Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unflatten_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8443346Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8443790Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:02:58.8444120Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:02:58.8444386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unsqueeze_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8444679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8444961Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_complex_cpu_float32 XFAIL [ 78%] 2022-11-23T02:02:58.8445226Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8445563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:02:58.8445815Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_H_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8446083Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___rmatmul___cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8446376Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp__softmax_backward_data_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8446630Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_abs_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8446885Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_acos_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8447139Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_acosh_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8447388Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_add_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8447634Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_addbmm_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8447899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_addcdiv_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8448155Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8448551Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_decomposed_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8448806Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_addr_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8449131Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:02:58.8449383Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_amin_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8449712Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:02:58.8450033Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:02:58.8450423Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:02:58.8450689Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_cpu_float32 XFAIL [ 78%] 2022-11-23T02:02:58.8450950Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_asinh_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8451239Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_atan_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8451491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_atanh_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8451755Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_2d_cpu_float32 PASSED [ 78%] 2022-11-23T02:02:58.8452017Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_3d_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8452328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8452593Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_block_diag_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8452968Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8453316Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8453587Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_to_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8453895Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8454261Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8454518Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cat_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8454779Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cdouble_cpu_float32 XFAIL [ 79%] 2022-11-23T02:02:58.8455072Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ceil_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8455328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cfloat_cpu_float32 XFAIL [ 79%] 2022-11-23T02:02:58.8455615Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_chalf_cpu_float32 XFAIL [ 79%] 2022-11-23T02:02:58.8455940Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8456219Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_inverse_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8456475Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8456736Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_min_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8456990Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_clone_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8457263Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_physical_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8457542Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_constant_pad_nd_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8457810Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_contiguous_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8458075Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8458326Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cov_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8458585Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8458874Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cumulative_trapezoid_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8459135Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8459455Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_scatter_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8459719Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_digamma_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8459977Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_dist_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8460297Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8460628Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8460942Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8461265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:02:58.8461522Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_erf_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8461780Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_erfc_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8462075Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_exp2_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8462330Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_expm1_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8462592Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8462861Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftshift_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8463121Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8463382Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft2_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8463648Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftn_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8463915Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8464172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft_cpu_float32 PASSED [ 79%] 2022-11-23T02:02:58.8464436Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfftn_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8464694Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft2_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8464953Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfftn_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8465195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_flip_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8465455Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fliplr_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8465705Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_float_cpu_float32 XFAIL [ 80%] 2022-11-23T02:02:58.8466010Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8466271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8466612Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8466867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fmax_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8467117Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fmin_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8467366Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fmod_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8467613Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_frac_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8467867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_frexp_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8468190Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8468563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8468825Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_gather_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8469137Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8469455Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8469729Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_grid_sampler_2d_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8470031Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8470307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_H_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8470581Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_T_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8470902Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___cpu_float32 XFAIL [ 80%] 2022-11-23T02:02:58.8471230Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___radd___cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8471555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmatmul___cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8471840Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmul___cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8472117Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8472427Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule__softmax_backward_data_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8472706Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acos_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8472989Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acosh_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8473273Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addbmm_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8473549Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8473826Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addr_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8474172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8474525Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8474809Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_angle_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8475149Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8475498Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8475848Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:02:58.8476128Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asin_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8476412Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atanh_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8476706Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_3d_cpu_float32 PASSED [ 80%] 2022-11-23T02:02:58.8477016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:02:58.8477351Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_cpu_float32 XFAIL [ 80%] 2022-11-23T02:02:58.8477646Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_block_diag_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8477984Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:02:58.8478366Z 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-23T02:02:58.8478716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:02:58.8479062Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:02:58.8479438Z 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-23T02:02:58.8479765Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cat_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8480044Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ceil_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8480323Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cfloat_cpu_float32 XFAIL [ 81%] 2022-11-23T02:02:58.8480613Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8480917Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_inverse_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8481214Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_solve_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8481506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_min_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8481787Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clone_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8482072Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_copysign_cpu_float32 XFAIL [ 81%] 2022-11-23T02:02:58.8482428Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:02:58.8482706Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cov_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8482987Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummin_cpu_float32 XFAIL [ 81%] 2022-11-23T02:02:58.8483270Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumsum_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8483581Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8483867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_deg2rad_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8484159Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_embed_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8484448Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagflat_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8484751Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_copy_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8485053Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_scatter_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8485338Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_digamma_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8485614Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dist_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8485966Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_floor_rounding_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8486261Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8486551Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dsplit_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8486901Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:02:58.8487184Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfc_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8487469Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfinv_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8487749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8488040Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfftn_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8488419Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft2_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8488763Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8489053Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftn_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8489352Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftshift_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8489639Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL [ 81%] 2022-11-23T02:02:58.8489920Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft2_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8490200Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8490488Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfftn_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8490771Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fliplr_cpu_float32 PASSED [ 81%] 2022-11-23T02:02:58.8491105Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8491383Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmax_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8491663Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmin_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8491955Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmod_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8492325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8492692Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8493009Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_grid_sampler_2d_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8493299Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_cpu_float32 XFAIL [ 82%] 2022-11-23T02:02:58.8493652Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8493952Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hsplit_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8494251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hstack_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8494535Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_i0_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8494952Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8495258Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_cpu_float32 XFAIL [ 82%] 2022-11-23T02:02:58.8495579Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_functorch_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8495882Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_reduce_cpu_float32 XFAIL [ 82%] 2022-11-23T02:02:58.8496189Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_select_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8496548Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8496945Z 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-23T02:02:58.8497314Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8497727Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8498092Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8498450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8498815Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8499189Z 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-23T02:02:58.8499545Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T02:02:58.8499895Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T02:02:58.8500196Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ldexp_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8500491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lerp_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8500800Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cond_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8501111Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvals_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8501420Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8501810Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8502227Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8502587Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8502881Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_cpu_float32 XFAIL [ 82%] 2022-11-23T02:02:58.8503167Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL [ 82%] 2022-11-23T02:02:58.8503477Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8503790Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8504210Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:02:58.8504520Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8504817Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8505132Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8505545Z 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-23T02:02:58.8505845Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_slogdet_cpu_float32 PASSED [ 82%] 2022-11-23T02:02:58.8506140Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8506443Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8506810Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8507099Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svd_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8507422Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:02:58.8507726Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8508020Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vander_cpu_float32 XFAIL [ 83%] 2022-11-23T02:02:58.8508375Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8508659Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log2_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8508979Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_with_dtype_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8509276Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp2_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8509560Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logdet_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8509918Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8510270Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8510555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logit_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8510912Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8511209Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logsumexp_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8511555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8511942Z 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-23T02:02:58.8512268Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8512541Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mH_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8512868Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mT_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8513233Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8513534Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumprod_cpu_float32 XFAIL [ 83%] 2022-11-23T02:02:58.8513846Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logsumexp_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8514147Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_normalize_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8514444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_prod_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8514742Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmax_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8515033Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_std_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8515323Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_var_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8516063Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matrix_exp_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8516375Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8516688Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8516978Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_maximum_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8517298Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8517586Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_minimum_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8517868Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mode_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8518146Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mul_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8518457Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8518742Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nan_to_num_cpu_float32 PASSED [ 83%] 2022-11-23T02:02:58.8519026Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmean_cpu_float32 XFAIL [ 83%] 2022-11-23T02:02:58.8519314Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanquantile_cpu_float32 XFAIL [ 83%] 2022-11-23T02:02:58.8519595Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nansum_cpu_float32 XFAIL [ 83%] 2022-11-23T02:02:58.8519940Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:02:58.8520252Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_dropout_backward_cpu_float32 XFAIL [ 84%] 2022-11-23T02:02:58.8520593Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:02:58.8520872Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_neg_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8521222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:02:58.8521574Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:02:58.8521981Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:02:58.8522348Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:02:58.8522682Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8523011Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8523341Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8523667Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8524009Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:02:58.8524325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8524696Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8525028Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8525332Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_celu_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8525638Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8525989Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8526336Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8526683Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8527016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8527378Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8527743Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8528075Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8528509Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8528837Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8529151Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cpu_float32 XFAIL [ 84%] 2022-11-23T02:02:58.8529491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:02:58.8529824Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:02:58.8530137Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_elu_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8530443Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8530832Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 84%] 2022-11-23T02:02:58.8531142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8531459Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8531776Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8532109Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8532444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8532748Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8533063Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8533430Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8533737Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_linear_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8534067Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8534378Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8534688Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8534990Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T02:02:58.8535302Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8535619Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8535941Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8536262Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8536582Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8536889Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8537220Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8537537Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8537882Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8538197Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8538530Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8538879Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8539222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8539588Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8539911Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8540234Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8540577Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:02:58.8540899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_silu_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8541233Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8541573Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8541907Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8542330Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8542673Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8543016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8543380Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:02:58.8543673Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8543974Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_fro_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8544275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_nuc_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8544619Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:02:58.8544987Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:02:58.8545281Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ormqr_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8545579Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_outer_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8545885Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pca_lowrank_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8546190Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_permute_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8546497Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pinverse_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8546802Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polar_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8547137Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8547468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8547799Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8548093Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_positive_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8548386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pow_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8548734Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_prod_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8549024Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_put_cpu_float32 XFAIL [ 85%] 2022-11-23T02:02:58.8549316Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_qr_cpu_float32 PASSED [ 85%] 2022-11-23T02:02:58.8549616Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_quantile_cpu_float32 XFAIL [ 86%] 2022-11-23T02:02:58.8549914Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rad2deg_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8550282Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8550648Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8551026Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8551438Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8551807Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8552100Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_real_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8552398Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_renorm_cpu_float32 XFAIL [ 86%] 2022-11-23T02:02:58.8552725Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_interleave_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8553036Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_as_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8553405Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8553717Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_conj_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8554023Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_neg_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8554315Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_roll_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8554617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8554910Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsub_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8555286Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8555594Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_add_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8555914Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL [ 86%] 2022-11-23T02:02:58.8556225Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cpu_float32 XFAIL [ 86%] 2022-11-23T02:02:58.8556603Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8556931Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cpu_float32 XFAIL [ 86%] 2022-11-23T02:02:58.8557254Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cpu_float32 XFAIL [ 86%] 2022-11-23T02:02:58.8557544Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sgn_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8558413Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8558866Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8559251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8559604Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8559884Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sin_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8560163Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinc_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8560437Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinh_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8560743Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_scatter_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8561088Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sort_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8561466Z 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-23T02:02:58.8561835Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8562202Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8562567Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8562995Z 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-23T02:02:58.8563388Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8563679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i0e_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8563972Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1e_cpu_float32 PASSED [ 86%] 2022-11-23T02:02:58.8564361Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8564663Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL [ 86%] 2022-11-23T02:02:58.8565037Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:02:58.8565413Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8565711Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtr_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8566008Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtri_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8566393Z 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-23T02:02:58.8566825Z 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-23T02:02:58.8567254Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8567545Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8567851Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_with_sizes_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8568127Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_square_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8568509Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_mean_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8568788Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stft_cpu_float32 XFAIL [ 87%] 2022-11-23T02:02:58.8569084Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_to_size_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8569365Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8569706Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_symeig_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8569986Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_t_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8570284Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_along_dim_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8570558Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_cpu_float32 XFAIL [ 87%] 2022-11-23T02:02:58.8570840Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8571132Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensordot_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8571412Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tile_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8571687Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_topk_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8571975Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_transpose_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8572269Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapezoid_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8572554Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapz_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8572830Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tril_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8573106Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trunc_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8573392Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unflatten_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8573686Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_copy_cpu_float32 XFAIL [ 87%] 2022-11-23T02:02:58.8574035Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8574404Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8574751Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8575036Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_complex_cpu_float32 XFAIL [ 87%] 2022-11-23T02:02:58.8575320Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vsplit_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8575601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_xlogy_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8575934Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zero__cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8576288Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8576625Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8576957Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8577293Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8577556Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_hstack_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8577811Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_i0_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8578142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:02:58.8578405Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_index_add_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8578721Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32 PASSED [ 87%] 2022-11-23T02:02:58.8578986Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8579307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8579673Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8580003Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8580336Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8580657Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8580983Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8581315Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8581641Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-11-23T02:02:58.8581980Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-11-23T02:02:58.8582293Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-11-23T02:02:58.8582561Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_kthvalue_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8582809Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ldexp_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8583098Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_singular_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8583370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigh_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8583642Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvals_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8583943Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8584215Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_ex_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8584482Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8584812Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8585097Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8585377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8585721Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8586086Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8586361Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_multi_dot_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8586629Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8586937Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8587207Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8587552Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8587815Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_qr_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8588087Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_slogdet_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8588355Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8588617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svd_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8588894Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorinv_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8589166Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorsolve_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8589438Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vander_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8589721Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vector_norm_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8589980Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_log10_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8590265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8590541Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logcumsumexp_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8590801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logdet_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8591133Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8591466Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8591734Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logsumexp_cpu_float32 PASSED [ 88%] 2022-11-23T02:02:58.8592104Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:02:58.8592422Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:02:58.8592678Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8592945Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8593198Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mH_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8593460Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amax_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8593761Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amin_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8594104Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:02:58.8594386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumprod_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8594648Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8594957Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8595231Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_median_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8595503Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_norm_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8595780Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_normalize_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8596049Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_prod_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8596321Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32 XFAIL [ 89%] 2022-11-23T02:02:58.8596649Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmin_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8596917Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_sum_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8597188Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_var_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8597448Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_matrix_exp_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8597755Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8598042Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8598333Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8598592Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_minimum_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8598850Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mm_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8599117Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_movedim_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8599378Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_msort_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8599621Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mul_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8599964Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:02:58.8600218Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mv_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8600506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8600796Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8601068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 XFAIL [ 89%] 2022-11-23T02:02:58.8601375Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:02:58.8601696Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:02:58.8601953Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_neg_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8602299Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:02:58.8602629Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:02:58.8602991Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8603307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8603618Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8603943Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:02:58.8604239Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8604533Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8604820Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-11-23T02:02:58.8605117Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8605430Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8605762Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_celu_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8606050Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8606385Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8606700Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8607009Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8607356Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8607659Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8607971Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8608370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8608679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8608989Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8609292Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8609598Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8609926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:02:58.8610226Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_elu_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8610545Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8610855Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8611186Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8611561Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:02:58.8611889Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 90%] 2022-11-23T02:02:58.8612271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 90%] 2022-11-23T02:02:58.8612571Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_glu_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8612893Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8613219Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8613547Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8613881Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8614181Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8614491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8614785Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_layer_norm_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8615149Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8615455Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_linear_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8615770Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8616071Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8616370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8616670Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8616981Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8617279Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 90%] 2022-11-23T02:02:58.8617583Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 90%] 2022-11-23T02:02:58.8617886Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8618172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mish_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8618459Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8618759Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8619078Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:02:58.8619387Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8619691Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8619999Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8620280Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu6_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8620563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_selu_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8620844Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_silu_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8621148Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8621481Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softplus_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8621776Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softsign_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8622075Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8622372Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_threshold_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8622684Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8623019Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8623311Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_unfold_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8623623Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8623934Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8624199Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_inf_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8624503Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_number_mean_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:02:58.8624828Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:02:58.8625232Z 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-23T02:02:58.8625535Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8625799Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ormqr_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8626058Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_outer_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8626325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_permute_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8626619Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8626915Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8627210Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8627468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_qr_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8627799Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:02:58.8628140Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:02:58.8628467Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:02:58.8628710Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ravel_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8628968Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_real_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8629231Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8629499Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_as_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8629821Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:02:58.8630097Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_conj_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8630412Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_roll_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8630675Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_rot90_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8631020Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:02:58.8631307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 XFAIL [ 91%] 2022-11-23T02:02:58.8631569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_select_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8631846Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_select_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T02:02:58.8632173Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:02:58.8632431Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sign_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8632786Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8633199Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8633530Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8633790Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sinc_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8634057Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8634340Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_with_dtype_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8634595Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sort_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8634943Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 92%] 2022-11-23T02:02:58.8635289Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8635630Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8635960Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8636326Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8636685Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8637093Z 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-23T02:02:58.8637499Z 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-23T02:02:58.8637774Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_entr_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8638141Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8638410Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8638770Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8639177Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8639537Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8639864Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8640144Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_xlog1py_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8640403Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sqrt_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8640662Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_stack_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8640913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_std_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8641178Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_std_mean_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8641433Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8641691Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_symeig_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8642016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_take_along_dim_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8642271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_tan_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8642529Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_tanh_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8642799Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_to_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:02:58.8643047Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32 XFAIL [ 92%] 2022-11-23T02:02:58.8643314Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_transpose_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8643571Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_trapz_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8643854Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_triangular_solve_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8644119Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8644448Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8644792Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8645113Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:02:58.8645381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_unsqueeze_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8645640Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8645900Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_view_cpu_float32 PASSED [ 92%] 2022-11-23T02:02:58.8646161Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_xlogy_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8646497Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8646759Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_T_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8647030Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8647334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___functorch_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8647600Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmatmul___cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8647867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmod___cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8648264Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_abs_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8648529Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acos_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8648793Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_add_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8649048Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addbmm_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8649321Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcdiv_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8649648Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8649988Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8650324Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8650600Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_cpu_float32 XFAIL [ 93%] 2022-11-23T02:02:58.8650867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asin_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8651195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asinh_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8651460Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan2_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8651729Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atanh_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8652025Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:02:58.8652327Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:02:58.8652587Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_cpu_float32 XFAIL [ 93%] 2022-11-23T02:02:58.8652905Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8653233Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8653605Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8653961Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8654241Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_to_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8654504Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cat_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8654861Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 93%] 2022-11-23T02:02:58.8655194Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8655566Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8655858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_inverse_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8656136Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_max_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8656388Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clone_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8656668Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_column_stack_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8656942Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8657235Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_constant_pad_nd_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8657561Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_contiguous_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8657839Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_corrcoef_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8658101Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cos_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8658443Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:02:58.8658701Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cov_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8658964Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummax_cpu_float32 PASSED [ 93%] 2022-11-23T02:02:58.8659271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummin_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8659537Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumprod_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8659847Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_embed_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8660593Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diff_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8660852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_cpu_float32 XFAIL [ 94%] 2022-11-23T02:02:58.8661117Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dsplit_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8661383Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_einsum_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8661724Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8662047Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8662320Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_as_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8662574Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8662913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8663185Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8663467Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftshift_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8663739Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8664013Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8664283Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8664555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfftn_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8664825Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft2_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8665136Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8665404Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfftn_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8665668Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flatten_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8665964Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flip_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8666232Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fliplr_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8666491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_cpu_float32 XFAIL [ 94%] 2022-11-23T02:02:58.8666769Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_power_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8667094Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8667444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8667713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmax_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8667969Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmin_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8668233Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmod_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8668489Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frexp_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8668764Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gradient_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8669024Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_cpu_float32 XFAIL [ 94%] 2022-11-23T02:02:58.8669370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8669707Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8670101Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8670451Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8670722Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hsplit_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8670991Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hstack_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8671287Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_i0_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8671628Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8671996Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:02:58.8672272Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_add_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8672547Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 PASSED [ 94%] 2022-11-23T02:02:58.8672824Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_select_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8673092Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_inner_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8673421Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8673795Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8674133Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8674470Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8674801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8675131Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8675467Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8675804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8676176Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8676505Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T02:02:58.8676852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T02:02:58.8677204Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T02:02:58.8677472Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kron_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8677776Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kthvalue_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8678043Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lgamma_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8678337Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8678611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eig_cpu_float32 XFAIL [ 95%] 2022-11-23T02:02:58.8678952Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8679234Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvals_cpu_float32 XFAIL [ 95%] 2022-11-23T02:02:58.8679509Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8679789Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8680068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8680376Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8680645Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8680939Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8681296Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8681668Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8681942Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8682222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8682523Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8682800Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_qr_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8683096Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svd_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8683389Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8683689Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8684001Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8684295Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8684561Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log10_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8684821Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log1p_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8685083Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8685420Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp2_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8685765Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:02:58.8686035Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logit_cpu_float32 PASSED [ 95%] 2022-11-23T02:02:58.8686374Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8686643Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logsumexp_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8687021Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8687350Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8687622Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8687902Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amax_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8688309Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amin_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8688661Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8688941Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumsum_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8689274Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_log_softmax_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8689566Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logaddexp_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8689868Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logsumexp_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8690151Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_norm_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8690434Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8690724Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmin_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8690997Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_std_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8691273Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_var_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8691543Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matrix_exp_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8691814Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_binary_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8692134Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8692409Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_maximum_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8692677Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_median_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8692949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_binary_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8693241Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8693539Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_with_dim_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8693807Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mode_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8694067Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mv_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8694334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8694739Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8695064Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_batch_norm_cpu_float32 XFAIL [ 96%] 2022-11-23T02:02:58.8695956Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_dropout_backward_cpu_float32 [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8696657Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8697349Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8698097Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8698778Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8699465Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8700144Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8700824Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8701540Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8702248Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8703337Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8704025Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8704701Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8705379Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8706120Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8706791Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8707505Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8708215Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8708879Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8709548Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8710216Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8710882Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8711603Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8712275Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8712940Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8713649Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8714410Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8715076Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8715740Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8716415Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8717094Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8717764Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8718434Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8719100Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8719860Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8720570Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8721238Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8721906Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8722633Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8723299Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8723974Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8724649Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8725358Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8726116Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8726785Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8727516Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8728275Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8728969Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8729640Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8730371Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8731037Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8731746Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8732450Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8733115Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8733779Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8734446Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8735108Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8735834Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8736503Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8737169Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8737866Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8738626Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8739291Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8739974Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8740637Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8741303Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8741969Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8742635Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8743340Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8744104Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8744779Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8745447Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8746116Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8746833Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8747498Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8748174Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8748845Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8749552Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8750260Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8750929Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8751677Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8752349Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8753015Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8753687Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8754402Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8755066Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8755773Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8756485Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8757152Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8757820Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:02:58.8757931Z PASSED [ 96%] 2022-11-23T02:02:58.8758223Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_layer_norm_cpu_float32 XFAIL [ 96%] 2022-11-23T02:02:58.8758559Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8758828Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_neg_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8759175Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8759512Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8759901Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:02:58.8760237Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 XFAIL [ 96%] 2022-11-23T02:02:58.8760562Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8760874Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8761175Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8761512Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8761813Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_batch_norm_cpu_float32 XFAIL [ 96%] 2022-11-23T02:02:58.8762147Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_bilinear_cpu_float32 PASSED [ 96%] 2022-11-23T02:02:58.8762452Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 96%] 2022-11-23T02:02:58.8762843Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8763153Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8763502Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8763836Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8764149Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8764466Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8764775Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8765089Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8765413Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:02:58.8765729Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:02:58.8766030Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8766352Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8766704Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8767048Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:02:58.8767395Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 97%] 2022-11-23T02:02:58.8767684Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8768114Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:02:58.8768496Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8776969Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8777475Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_instance_norm_cpu_float32 XFAIL [ 97%] 2022-11-23T02:02:58.8777818Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8778130Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8778434Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_layer_norm_cpu_float32 XFAIL [ 97%] 2022-11-23T02:02:58.8778731Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_linear_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8779052Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8779402Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8779703Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8780042Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool2d_cpu_float32 XFAIL [ 97%] 2022-11-23T02:02:58.8780424Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8780737Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8781054Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8781370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8781650Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8781954Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8782264Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8782575Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8782891Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8783269Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:02:58.8783579Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8783890Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8784184Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8784477Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_rrelu_cpu_float32 XFAIL [ 97%] 2022-11-23T02:02:58.8784779Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8785070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_silu_cpu_float32 PASSED [ 97%] 2022-11-23T02:02:58.8785421Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8785739Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8786079Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softsign_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8786387Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8786749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_threshold_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8787071Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8787411Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8787727Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8788041Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8788307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8788578Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_nuc_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8788868Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_number_mean_cpu_float32 XFAIL [ 98%] 2022-11-23T02:02:58.8789189Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8789590Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8789865Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pca_lowrank_cpu_float32 XFAIL [ 98%] 2022-11-23T02:02:58.8790135Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_permute_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8790408Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pinverse_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8790709Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8791005Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8791346Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8791608Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pow_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8791910Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_prod_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8792181Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 XFAIL [ 98%] 2022-11-23T02:02:58.8792449Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rad2deg_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8792793Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8793130Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8793406Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_remainder_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8793687Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_as_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8794022Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8794311Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_3_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8794603Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8794875Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsqrt_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8795142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsub_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8795493Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8795756Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_add_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8796103Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8796401Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8796692Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 XFAIL [ 98%] 2022-11-23T02:02:58.8797040Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8797463Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 98%] 2022-11-23T02:02:58.8797734Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8798038Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sigmoid_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8798305Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sign_cpu_float32 PASSED [ 98%] 2022-11-23T02:02:58.8798720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8799058Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:02:58.8799322Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sin_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8799586Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinh_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8799854Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8800136Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8800410Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8800778Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 99%] 2022-11-23T02:02:58.8801131Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8801480Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8801829Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8802201Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8802566Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8802850Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_entr_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8803135Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_erfcx_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8803450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1e_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8803724Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8804121Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8804486Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8804768Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8805108Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtri_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8805444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8805871Z 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-23T02:02:58.8806157Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8806424Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8806687Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sqrt_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8806954Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_square_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8807226Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_squeeze_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8807488Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stack_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8808350Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8808616Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sub_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8808878Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8809141Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8809451Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_lowrank_cpu_float32 XFAIL [ 99%] 2022-11-23T02:02:58.8809733Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_along_dim_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8810036Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 XFAIL [ 99%] 2022-11-23T02:02:58.8810296Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tan_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8810574Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensordot_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8810827Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tile_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8811090Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tril_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8811364Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unflatten_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8811630Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8811965Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:02:58.8812244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_complex_cpu_float32 XFAIL [ 99%] 2022-11-23T02:02:58.8812513Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_where_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8812776Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_xlogy_cpu_float32 PASSED [ 99%] 2022-11-23T02:02:58.8813045Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvmapjvp_linalg_solve_cpu PASSED [100%] 2022-11-23T02:02:58.8813061Z 2022-11-23T02:02:58.8813235Z ============================== warnings summary =============================== 2022-11-23T02:02:58.8813498Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:02:58.8813923Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:02:58.8814072Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:02:58.8814081Z 2022-11-23T02:02:58.8814425Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:02:58.8814938Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-54b3e3c9ccadbcab.xml - 2022-11-23T02:02:58.8815203Z = 3243 passed, 1043 skipped, 14 deselected, 166 xfailed, 1 warning in 1793.92s (0:29:53) = 2022-11-23T02:02:58.8815472Z 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-23T02:02:58.8815481Z 2022-11-23T02:02:58.8816004Z ##[endgroup] 2022-11-23T02:02:58.8816383Z FINISHED PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_ncuhx7o8) 2022-11-23T02:02:58.8816392Z 2022-11-23T02:05:12.7562714Z 2022-11-23T02:05:12.7563376Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T02:05:12.7564317Z ##[group]PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_3lun26li) 2022-11-23T02:05:12.7668989Z Test results will be stored in test-reports\python-pytest\functorch.test_ops\functorch.test_ops-9b408be756d1602a.xml 2022-11-23T02:05:12.7669394Z ============================= test session starts ============================= 2022-11-23T02:05:12.7669999Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:05:12.7670317Z cachedir: .pytest_cache 2022-11-23T02:05:12.7670703Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:05:12.7671153Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:05:12.7671665Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:05:12.7672068Z collecting ... collected 9104 items / 14 deselected / 9090 selected 2022-11-23T02:05:12.8394626Z 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-23T02:05:12.8900967Z 2022-11-23T02:05:12.8904665Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_cross_entropy_cpu PASSED [ 0%] 2022-11-23T02:05:12.8905136Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_l1_loss_cpu PASSED [ 0%] 2022-11-23T02:05:12.8905886Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_layer_norm_cpu PASSED [ 0%] 2022-11-23T02:05:12.8906281Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu PASSED [ 0%] 2022-11-23T02:05:12.8906692Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_mse_loss_cpu PASSED [ 0%] 2022-11-23T02:05:12.8907094Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_nll_loss_cpu PASSED [ 0%] 2022-11-23T02:05:12.8907489Z functorch\test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu PASSED [ 0%] 2022-11-23T02:05:12.8907885Z functorch\test_ops.py::TestOperatorsCPU::test_grad___getitem___cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8908303Z functorch\test_ops.py::TestOperatorsCPU::test_grad___getitem___functorch_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8908691Z functorch\test_ops.py::TestOperatorsCPU::test_grad___rmatmul___cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8909079Z functorch\test_ops.py::TestOperatorsCPU::test_grad___rmod___cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8909464Z functorch\test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8909843Z functorch\test_ops.py::TestOperatorsCPU::test_grad___rsub___cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8910244Z functorch\test_ops.py::TestOperatorsCPU::test_grad__softmax_backward_data_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8910695Z functorch\test_ops.py::TestOperatorsCPU::test_grad_acos_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8911073Z functorch\test_ops.py::TestOperatorsCPU::test_grad_acosh_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8911487Z functorch\test_ops.py::TestOperatorsCPU::test_grad_add_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8911871Z functorch\test_ops.py::TestOperatorsCPU::test_grad_addbmm_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8912258Z functorch\test_ops.py::TestOperatorsCPU::test_grad_addmv_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8912633Z functorch\test_ops.py::TestOperatorsCPU::test_grad_addr_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8913067Z functorch\test_ops.py::TestOperatorsCPU::test_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8913545Z functorch\test_ops.py::TestOperatorsCPU::test_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8913973Z functorch\test_ops.py::TestOperatorsCPU::test_grad_amax_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8914328Z functorch\test_ops.py::TestOperatorsCPU::test_grad_amin_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8914703Z functorch\test_ops.py::TestOperatorsCPU::test_grad_angle_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8915180Z functorch\test_ops.py::TestOperatorsCPU::test_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8915771Z functorch\test_ops.py::TestOperatorsCPU::test_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8916249Z functorch\test_ops.py::TestOperatorsCPU::test_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8916721Z functorch\test_ops.py::TestOperatorsCPU::test_grad_atan2_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8917140Z functorch\test_ops.py::TestOperatorsCPU::test_grad_atan_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8917513Z functorch\test_ops.py::TestOperatorsCPU::test_grad_atleast_1d_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8917901Z functorch\test_ops.py::TestOperatorsCPU::test_grad_baddbmm_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8918290Z functorch\test_ops.py::TestOperatorsCPU::test_grad_bfloat16_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8918674Z functorch\test_ops.py::TestOperatorsCPU::test_grad_block_diag_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8919060Z functorch\test_ops.py::TestOperatorsCPU::test_grad_bmm_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8919502Z functorch\test_ops.py::TestOperatorsCPU::test_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8920054Z functorch\test_ops.py::TestOperatorsCPU::test_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8920514Z functorch\test_ops.py::TestOperatorsCPU::test_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8921011Z functorch\test_ops.py::TestOperatorsCPU::test_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8921457Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cat_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8921838Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ceil_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8922212Z functorch\test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32 XFAIL [ 0%] 2022-11-23T02:05:12.8922689Z functorch\test_ops.py::TestOperatorsCPU::test_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:05:12.8923169Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cholesky_solve_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8923548Z functorch\test_ops.py::TestOperatorsCPU::test_grad_clamp_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8923937Z functorch\test_ops.py::TestOperatorsCPU::test_grad_clamp_min_cpu_float32 PASSED [ 0%] 2022-11-23T02:05:12.8924329Z functorch\test_ops.py::TestOperatorsCPU::test_grad_combinations_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8924724Z functorch\test_ops.py::TestOperatorsCPU::test_grad_complex_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8925117Z functorch\test_ops.py::TestOperatorsCPU::test_grad_contiguous_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8925517Z functorch\test_ops.py::TestOperatorsCPU::test_grad_copysign_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8925886Z functorch\test_ops.py::TestOperatorsCPU::test_grad_corrcoef_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8926262Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cos_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8926636Z functorch\test_ops.py::TestOperatorsCPU::test_grad_cov_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8927021Z functorch\test_ops.py::TestOperatorsCPU::test_grad_diagflat_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8927408Z functorch\test_ops.py::TestOperatorsCPU::test_grad_diagonal_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8927797Z functorch\test_ops.py::TestOperatorsCPU::test_grad_diagonal_scatter_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8928188Z functorch\test_ops.py::TestOperatorsCPU::test_grad_diff_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8928589Z functorch\test_ops.py::TestOperatorsCPU::test_grad_digamma_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8928970Z functorch\test_ops.py::TestOperatorsCPU::test_grad_dist_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8929477Z functorch\test_ops.py::TestOperatorsCPU::test_grad_div_no_rounding_mode_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8929890Z functorch\test_ops.py::TestOperatorsCPU::test_grad_div_trunc_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8930289Z functorch\test_ops.py::TestOperatorsCPU::test_grad_dsplit_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8930676Z functorch\test_ops.py::TestOperatorsCPU::test_grad_dstack_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8931084Z functorch\test_ops.py::TestOperatorsCPU::test_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:05:12.8931503Z functorch\test_ops.py::TestOperatorsCPU::test_grad_erf_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8931881Z functorch\test_ops.py::TestOperatorsCPU::test_grad_erfinv_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8932261Z functorch\test_ops.py::TestOperatorsCPU::test_grad_exp_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8932689Z functorch\test_ops.py::TestOperatorsCPU::test_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:05:12.8933124Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_fftshift_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8933571Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_hfft_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8933939Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_ifft2_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8934325Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_ifft_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8934762Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_ifftn_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8935202Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_ifftshift_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8935603Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft2_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8935991Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_irfft2_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8936481Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_irfftn_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8936859Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_rfft2_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8937242Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fft_rfftn_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8937623Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fill_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8938001Z functorch\test_ops.py::TestOperatorsCPU::test_grad_flatten_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8938383Z functorch\test_ops.py::TestOperatorsCPU::test_grad_flip_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8938768Z functorch\test_ops.py::TestOperatorsCPU::test_grad_flipud_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8939129Z functorch\test_ops.py::TestOperatorsCPU::test_grad_float_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8939513Z functorch\test_ops.py::TestOperatorsCPU::test_grad_float_power_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8939898Z functorch\test_ops.py::TestOperatorsCPU::test_grad_floor_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8940336Z functorch\test_ops.py::TestOperatorsCPU::test_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:05:12.8940811Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fmin_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8941228Z functorch\test_ops.py::TestOperatorsCPU::test_grad_fmod_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8941598Z functorch\test_ops.py::TestOperatorsCPU::test_grad_frac_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8941952Z functorch\test_ops.py::TestOperatorsCPU::test_grad_frexp_cpu_float32 PASSED [ 1%] 2022-11-23T02:05:12.8942383Z functorch\test_ops.py::TestOperatorsCPU::test_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:05:12.8942857Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8943364Z functorch\test_ops.py::TestOperatorsCPU::test_grad_grid_sampler_2d_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8943810Z functorch\test_ops.py::TestOperatorsCPU::test_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8944235Z functorch\test_ops.py::TestOperatorsCPU::test_grad_hsplit_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8944618Z functorch\test_ops.py::TestOperatorsCPU::test_grad_hstack_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8945029Z functorch\test_ops.py::TestOperatorsCPU::test_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8945504Z functorch\test_ops.py::TestOperatorsCPU::test_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8945932Z functorch\test_ops.py::TestOperatorsCPU::test_grad_index_copy_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8946322Z functorch\test_ops.py::TestOperatorsCPU::test_grad_index_fill_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8946776Z functorch\test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8947217Z functorch\test_ops.py::TestOperatorsCPU::test_grad_index_select_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8947714Z functorch\test_ops.py::TestOperatorsCPU::test_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8948189Z functorch\test_ops.py::TestOperatorsCPU::test_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8948681Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8949143Z functorch\test_ops.py::TestOperatorsCPU::test_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8949616Z functorch\test_ops.py::TestOperatorsCPU::test_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T02:05:12.8950090Z functorch\test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T02:05:12.8950538Z functorch\test_ops.py::TestOperatorsCPU::test_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T02:05:12.8950949Z functorch\test_ops.py::TestOperatorsCPU::test_grad_kron_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8951334Z functorch\test_ops.py::TestOperatorsCPU::test_grad_kthvalue_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8951744Z functorch\test_ops.py::TestOperatorsCPU::test_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8952158Z functorch\test_ops.py::TestOperatorsCPU::test_grad_lerp_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8952593Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_eigh_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8953035Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvals_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8953500Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8953997Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8954459Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8954859Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8955268Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_ex_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8955739Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8956194Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8956687Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8957108Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8957523Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_hermitian_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8957917Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_slogdet_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8958313Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8958769Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_triangular_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8959225Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_svd_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8959623Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_svdvals_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8960026Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorinv_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8960474Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:05:12.8960941Z functorch\test_ops.py::TestOperatorsCPU::test_grad_log10_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8961320Z functorch\test_ops.py::TestOperatorsCPU::test_grad_log1p_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8961698Z functorch\test_ops.py::TestOperatorsCPU::test_grad_log2_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8962102Z functorch\test_ops.py::TestOperatorsCPU::test_grad_log_softmax_with_dtype_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8962514Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logaddexp2_cpu_float32 PASSED [ 2%] 2022-11-23T02:05:12.8962961Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8963447Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8963857Z functorch\test_ops.py::TestOperatorsCPU::test_grad_logsumexp_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8964369Z functorch\test_ops.py::TestOperatorsCPU::test_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8964862Z functorch\test_ops.py::TestOperatorsCPU::test_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8965320Z functorch\test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8965703Z functorch\test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8966091Z functorch\test_ops.py::TestOperatorsCPU::test_grad_lu_unpack_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8966472Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mH_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8966837Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_amax_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8967285Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8967730Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_cumprod_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8968131Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_cumsum_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8968557Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8968982Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_log_softmax_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8969390Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_logsumexp_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8969774Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_median_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8970244Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_normalize_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8970705Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_scatter_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8971153Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_softmax_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8971546Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_std_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8971937Z functorch\test_ops.py::TestOperatorsCPU::test_grad_masked_sum_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8972305Z functorch\test_ops.py::TestOperatorsCPU::test_grad_matrix_exp_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8972687Z functorch\test_ops.py::TestOperatorsCPU::test_grad_max_binary_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8973102Z functorch\test_ops.py::TestOperatorsCPU::test_grad_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8973536Z functorch\test_ops.py::TestOperatorsCPU::test_grad_max_reduction_no_dim_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8973932Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mean_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8974374Z functorch\test_ops.py::TestOperatorsCPU::test_grad_minimum_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8974758Z functorch\test_ops.py::TestOperatorsCPU::test_grad_movedim_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8975118Z functorch\test_ops.py::TestOperatorsCPU::test_grad_msort_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8975497Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mul_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8975931Z functorch\test_ops.py::TestOperatorsCPU::test_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8976508Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mv_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8976912Z functorch\test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8977366Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nan_to_num_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8977758Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nanmean_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8978134Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nanmedian_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8978583Z functorch\test_ops.py::TestOperatorsCPU::test_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8979019Z functorch\test_ops.py::TestOperatorsCPU::test_grad_narrow_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8979419Z functorch\test_ops.py::TestOperatorsCPU::test_grad_native_batch_norm_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8979844Z functorch\test_ops.py::TestOperatorsCPU::test_grad_native_dropout_backward_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8980261Z functorch\test_ops.py::TestOperatorsCPU::test_grad_native_layer_norm_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8980704Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8981107Z functorch\test_ops.py::TestOperatorsCPU::test_grad_neg_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:12.8981558Z functorch\test_ops.py::TestOperatorsCPU::test_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8982045Z functorch\test_ops.py::TestOperatorsCPU::test_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:05:12.8982574Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 4%] 2022-11-23T02:05:12.8983087Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8983541Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8984051Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8984492Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8984914Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8985348Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8985793Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_alpha_dropout_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8986230Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8986657Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_batch_norm_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8987094Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8987529Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_celu_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8987975Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv1d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8988435Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8988895Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8989425Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8989897Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8990380Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8990857Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8991286Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8991724Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8992178Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8992627Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cross_entropy_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8993059Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8993499Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_functorch_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8993974Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8994445Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8994934Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8995420Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_group_norm_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8995854Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardshrink_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8996279Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardtanh_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8996725Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8997176Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8997700Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8998120Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8998537Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_linear_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8998976Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_local_response_norm_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8999428Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.8999865Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool1d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9000293Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9000767Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9001229Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9001736Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9002169Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mish_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9002588Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9003018Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9003472Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 4%] 2022-11-23T02:05:12.9003936Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9004373Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9004821Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9005263Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9005703Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9006128Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9006611Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9007058Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softplus_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9007535Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softshrink_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9007957Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9008430Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9008882Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nn_functional_unfold_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9009335Z functorch\test_ops.py::TestOperatorsCPU::test_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9009768Z functorch\test_ops.py::TestOperatorsCPU::test_grad_norm_fro_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9010160Z functorch\test_ops.py::TestOperatorsCPU::test_grad_norm_nuc_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9010545Z functorch\test_ops.py::TestOperatorsCPU::test_grad_normal_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9011020Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9011458Z functorch\test_ops.py::TestOperatorsCPU::test_grad_pca_lowrank_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9011878Z functorch\test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9012306Z functorch\test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9012763Z functorch\test_ops.py::TestOperatorsCPU::test_grad_pow_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9013187Z functorch\test_ops.py::TestOperatorsCPU::test_grad_put_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9013557Z functorch\test_ops.py::TestOperatorsCPU::test_grad_quantile_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9013999Z functorch\test_ops.py::TestOperatorsCPU::test_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9014476Z functorch\test_ops.py::TestOperatorsCPU::test_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9014952Z functorch\test_ops.py::TestOperatorsCPU::test_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9015440Z functorch\test_ops.py::TestOperatorsCPU::test_grad_ravel_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9015828Z functorch\test_ops.py::TestOperatorsCPU::test_grad_real_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9016303Z functorch\test_ops.py::TestOperatorsCPU::test_grad_reciprocal_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9016680Z functorch\test_ops.py::TestOperatorsCPU::test_grad_repeat_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9017085Z functorch\test_ops.py::TestOperatorsCPU::test_grad_repeat_interleave_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9017491Z functorch\test_ops.py::TestOperatorsCPU::test_grad_reshape_as_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9017885Z functorch\test_ops.py::TestOperatorsCPU::test_grad_reshape_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9018331Z functorch\test_ops.py::TestOperatorsCPU::test_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9018864Z functorch\test_ops.py::TestOperatorsCPU::test_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9019348Z functorch\test_ops.py::TestOperatorsCPU::test_grad_resolve_neg_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9019717Z functorch\test_ops.py::TestOperatorsCPU::test_grad_roll_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9020097Z functorch\test_ops.py::TestOperatorsCPU::test_grad_rot90_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9020478Z functorch\test_ops.py::TestOperatorsCPU::test_grad_round_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9020916Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9021368Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9021784Z functorch\test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_sum_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9022246Z functorch\test_ops.py::TestOperatorsCPU::test_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:05:12.9022677Z functorch\test_ops.py::TestOperatorsCPU::test_grad_select_scatter_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9023070Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sgn_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9023451Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sign_cpu_float32 PASSED [ 5%] 2022-11-23T02:05:12.9023904Z functorch\test_ops.py::TestOperatorsCPU::test_grad_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9024344Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sinc_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9024835Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sinh_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9025264Z functorch\test_ops.py::TestOperatorsCPU::test_grad_slice_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9025678Z functorch\test_ops.py::TestOperatorsCPU::test_grad_softmax_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9026084Z functorch\test_ops.py::TestOperatorsCPU::test_grad_softmax_with_dtype_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9026541Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9027088Z 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-23T02:05:12.9027575Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_erfcx_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9028048Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9028573Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9029088Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_i1_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9029529Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9029982Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_ndtr_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9030472Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9030982Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9031600Z 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-23T02:05:12.9032159Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9032627Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_xlog1py_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9033079Z functorch\test_ops.py::TestOperatorsCPU::test_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9033497Z functorch\test_ops.py::TestOperatorsCPU::test_grad_split_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9033887Z functorch\test_ops.py::TestOperatorsCPU::test_grad_squeeze_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9034274Z functorch\test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9034657Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sub_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9035035Z functorch\test_ops.py::TestOperatorsCPU::test_grad_sum_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9035409Z functorch\test_ops.py::TestOperatorsCPU::test_grad_svd_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9035779Z functorch\test_ops.py::TestOperatorsCPU::test_grad_svd_lowrank_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9036173Z functorch\test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9036606Z functorch\test_ops.py::TestOperatorsCPU::test_grad_take_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9037000Z functorch\test_ops.py::TestOperatorsCPU::test_grad_tensor_split_cpu_float32 XFAIL [ 6%] 2022-11-23T02:05:12.9037437Z functorch\test_ops.py::TestOperatorsCPU::test_grad_tensordot_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9037825Z functorch\test_ops.py::TestOperatorsCPU::test_grad_tile_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9038216Z functorch\test_ops.py::TestOperatorsCPU::test_grad_to_sparse_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9038650Z functorch\test_ops.py::TestOperatorsCPU::test_grad_transpose_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9039040Z functorch\test_ops.py::TestOperatorsCPU::test_grad_trapezoid_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9039432Z functorch\test_ops.py::TestOperatorsCPU::test_grad_trapz_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9039815Z functorch\test_ops.py::TestOperatorsCPU::test_grad_tril_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9040188Z functorch\test_ops.py::TestOperatorsCPU::test_grad_triu_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9040564Z functorch\test_ops.py::TestOperatorsCPU::test_grad_trunc_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9040930Z functorch\test_ops.py::TestOperatorsCPU::test_grad_unfold_copy_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9041325Z functorch\test_ops.py::TestOperatorsCPU::test_grad_unfold_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9041760Z functorch\test_ops.py::TestOperatorsCPU::test_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9042237Z functorch\test_ops.py::TestOperatorsCPU::test_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:05:12.9042765Z functorch\test_ops.py::TestOperatorsCPU::test_grad_var_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9043214Z functorch\test_ops.py::TestOperatorsCPU::test_grad_view_as_complex_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9043618Z functorch\test_ops.py::TestOperatorsCPU::test_grad_view_copy_cpu_float32 PASSED [ 6%] 2022-11-23T02:05:12.9043990Z functorch\test_ops.py::TestOperatorsCPU::test_grad_vsplit_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9044375Z functorch\test_ops.py::TestOperatorsCPU::test_grad_zero__cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9044806Z functorch\test_ops.py::TestOperatorsCPU::test_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T02:05:12.9045228Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_H_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9045604Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_T_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9045993Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___rmatmul___cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9046389Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___rmod___cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9046754Z functorch\test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9047160Z functorch\test_ops.py::TestOperatorsCPU::test_jvp__softmax_backward_data_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9047561Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_acos_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9047940Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_add_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9048322Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_addcdiv_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9048710Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_addmv_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9049070Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_addr_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9049501Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9049977Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9050450Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9050922Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9051394Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9051864Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9052373Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_as_strided_scatter_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9052755Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_asin_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9053133Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_atan2_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9053562Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_atan_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9053934Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_atanh_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9054365Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_atleast_1d_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9054771Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_broadcast_tensors_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9055146Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cat_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9055533Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cdouble_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9055921Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ceil_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9056489Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cfloat_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9056966Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9057402Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cholesky_solve_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9057796Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_clamp_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9058162Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_clamp_max_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9058546Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_clone_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9058935Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_column_stack_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9059339Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_combinations_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9059738Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_complex_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9060125Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_conj_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9060515Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_conj_physical_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9060897Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_constant_pad_nd_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9061301Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_contiguous_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9061700Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_copysign_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9062085Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cos_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:12.9062531Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:05:12.9062963Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cummax_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9063350Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cummin_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9063714Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cumprod_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9064099Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_cumsum_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9064488Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_deg2rad_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9064869Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_diag_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9065264Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_diagonal_scatter_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9065662Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_diff_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9066099Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_digamma_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9066482Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_dist_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9066880Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_div_floor_rounding_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9067296Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_div_no_rounding_mode_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9067690Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_dot_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9068074Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_dsplit_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9068460Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_dstack_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9068819Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_einsum_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9069260Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:05:12.9069793Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:05:12.9070375Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:05:12.9070792Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_erf_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9071174Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_erfinv_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9071533Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_exp_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9071920Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_expand_as_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9072308Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_expand_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9072694Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_expm1_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9073086Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_fft2_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9073470Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_fft_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9073864Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_fftshift_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9074237Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft2_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9074636Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftshift_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9075034Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfftn_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9075425Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft2_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9075811Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fft_rfftn_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9076202Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fill_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9076560Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_flip_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9076946Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_flipud_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9077327Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_floor_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9077706Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fmax_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9078084Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_fmod_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9078457Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_frac_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9078834Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_frexp_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9079249Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:05:12.9079679Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_gather_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9080795Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:05:12.9081285Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:05:12.9081713Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_gradient_cpu_float32 PASSED [ 8%] 2022-11-23T02:05:12.9082166Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:05:12.9082647Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9083124Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9114233Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9115047Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9115709Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_hsplit_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9116105Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_hstack_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9116492Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_hypot_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9116884Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_index_fill_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9117279Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_index_put_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9117719Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9118185Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9118648Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9119123Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9119597Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9120075Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T02:05:12.9120511Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_kron_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9120902Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_kthvalue_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9121334Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9121733Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_lgamma_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9122116Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigh_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9122507Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvals_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9122900Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvalsh_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9123318Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_householder_product_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9123729Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9124118Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_ex_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9124550Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9125060Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9125452Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_norm_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9125915Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9126397Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9126817Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_qr_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9127215Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_ex_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9127595Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_svdvals_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9128005Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorsolve_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9128412Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_vander_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9128860Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_vecdot_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9129263Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_vector_norm_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9129656Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_log_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9130022Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9130434Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_with_dtype_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9130896Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9131330Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logdet_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9131715Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logit_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9132158Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9132592Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_logsumexp_cpu_float32 PASSED [ 9%] 2022-11-23T02:05:12.9133009Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:05:12.9133476Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:05:12.9133890Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mT_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9134275Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_amin_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9134723Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:05:12.9135169Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_cumprod_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9135579Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_cumsum_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9135968Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_logaddexp_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9136501Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_mean_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9136898Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_median_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9137293Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_norm_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9137687Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_normalize_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9138093Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_scatter_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9138567Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_select_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9138949Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_softmax_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9139349Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_masked_var_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9139740Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_matrix_exp_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9140131Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_max_binary_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9140550Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9140984Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_with_dim_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9141382Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mean_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9141766Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9142200Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9142676Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_no_dim_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9143066Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mm_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9143448Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mode_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9143830Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_movedim_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9144280Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:05:12.9144684Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mv_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9145083Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9145487Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nan_to_num_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9145872Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nanmedian_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9146312Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:05:12.9146734Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_narrow_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9147090Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_neg_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9147519Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:05:12.9147996Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:05:12.9148446Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9148894Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9149331Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9149757Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9150179Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_bilinear_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9150596Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9151027Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_celu_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9151472Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9151997Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9152465Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:12.9152936Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9153407Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9153870Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9154329Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9154759Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9155189Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9155670Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9156108Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9156538Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cross_entropy_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9157003Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:05:12.9157440Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9157847Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_elu_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9158306Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:05:12.9158777Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9159193Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gelu_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9159592Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_glu_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9160000Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardswish_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9160413Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9160838Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_huber_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9161343Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_area_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9161782Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9162277Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9162723Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9163147Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9163534Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_l1_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9163946Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_leaky_relu_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9164372Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_local_response_norm_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9164865Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_logsigmoid_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9165280Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool1d_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9165724Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool3d_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9166158Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:05:12.9166594Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9167019Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:05:12.9167442Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mish_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9167849Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9168272Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9168770Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9169200Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_nll_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9169611Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_normalize_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9170017Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_circular_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9170443Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_replicate_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9170873Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9171303Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9171719Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu6_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9172121Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu_cpu_float32 PASSED [ 11%] 2022-11-23T02:05:12.9172522Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_rrelu_cpu_float32 XFAIL [ 11%] 2022-11-23T02:05:12.9172919Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9173346Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9173775Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softshrink_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9174189Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_tanhshrink_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9174608Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_threshold_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9175037Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9175496Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9175930Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9176423Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_norm_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9176801Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_norm_fro_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9177225Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9177703Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9178248Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9178771Z 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-23T02:05:12.9179245Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_pca_lowrank_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9179618Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_pinverse_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9179991Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_polar_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9180390Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9180806Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9181216Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9181619Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9182042Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_put_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9182410Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9182779Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_quantile_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9183160Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_rad2deg_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9183592Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9184009Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_ravel_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9184390Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_reciprocal_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9184755Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_repeat_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9185147Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_repeat_interleave_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9185537Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_reshape_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9185963Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9186374Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_roll_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9186748Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_round_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9187131Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_0_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9187522Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_neg_3_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9187911Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scatter_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9188298Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_sum_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9188745Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9189236Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9189670Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_select_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9190050Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_select_scatter_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9190416Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sigmoid_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9190786Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sign_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9191294Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:05:12.9191735Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sin_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9192106Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_slice_cpu_float32 PASSED [ 12%] 2022-11-23T02:05:12.9192482Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_slice_scatter_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9192848Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_softmax_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9193232Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_softmax_with_dtype_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9193614Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sort_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9194050Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 13%] 2022-11-23T02:05:12.9194538Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9195079Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9195568Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9196047Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9196528Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9197071Z 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-23T02:05:12.9197607Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9198121Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9198564Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_i1e_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9199016Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9199557Z 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-23T02:05:12.9200029Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_log_ndtr_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9200486Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9200914Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_ndtr_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9201308Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_ndtri_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9201769Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9202279Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9202830Z 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-23T02:05:12.9203404Z 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-23T02:05:12.9204048Z 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-23T02:05:12.9204590Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9205039Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_xlog1py_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9205463Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9205879Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_split_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9206250Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sqrt_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9206620Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_square_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9206991Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_std_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9207419Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_std_mean_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9207779Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_stft_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9208144Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sub_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9208507Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_sum_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9208867Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_svd_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9209243Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_take_along_dim_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9209618Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_tan_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9209994Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_tensor_split_cpu_float32 XFAIL [ 13%] 2022-11-23T02:05:12.9210371Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_tensordot_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9210749Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_tile_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9211170Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:05:12.9211580Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_topk_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9211949Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_trace_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9212324Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_trapezoid_cpu_float32 PASSED [ 13%] 2022-11-23T02:05:12.9212683Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_trapz_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9213057Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_true_divide_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9213430Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_trunc_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9213799Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_unbind_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9214178Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_unflatten_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9214560Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_unfold_copy_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9214935Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_unfold_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9215342Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T02:05:12.9215752Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_var_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9216115Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_vdot_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9216623Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_view_as_complex_cpu_float32 XFAIL [ 14%] 2022-11-23T02:05:12.9217112Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_view_as_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9217484Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_view_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9217841Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_vsplit_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9218209Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_xlogy_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9218569Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_zero__cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9218937Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_T_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9219309Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___rmatmul___cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9219693Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp___rmod___cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9220099Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp__softmax_backward_data_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9220482Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_abs_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9220856Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_acos_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9221288Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_addbmm_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9221682Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_decomposed_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9222074Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_addmv_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9222502Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9222974Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9223379Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_amax_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9223799Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9224264Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9224732Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9225154Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_atan2_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9225530Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_atanh_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9225915Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_bernoulli_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9226322Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9226735Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_block_diag_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9227122Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_bmm_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9227547Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9228025Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9228501Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9228986Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9229415Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cat_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9229794Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cdouble_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9230237Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ceil_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9230618Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cfloat_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:12.9231077Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:05:12.9231534Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_inverse_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9231937Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_solve_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9232309Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9232694Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_complex_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9233088Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_physical_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9233486Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_copysign_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9233876Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_corrcoef_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9234314Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cos_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9234686Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cosh_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9235039Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cov_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9235417Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cummin_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9235799Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_cumprod_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9236180Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9236563Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_embed_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9236957Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_diagflat_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9237334Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_copy_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9237741Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_scatter_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9238134Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_dist_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9238528Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9238920Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_dsplit_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9239300Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_einsum_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9239724Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:05:12.9240184Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:05:12.9240605Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_erf_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9240980Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_erfc_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9241352Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_exp2_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9241722Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_exp_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9242100Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9242488Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9242864Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9243248Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9243688Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9244086Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9244479Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9244862Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9245249Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9245613Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fill_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9245993Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_flatten_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9246373Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_flip_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9246753Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fliplr_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9247126Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_flipud_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9247547Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9247963Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:05:12.9248391Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fmax_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9248762Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_fmod_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9249136Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_frexp_cpu_float32 PASSED [ 15%] 2022-11-23T02:05:12.9249554Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9250023Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9250455Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_grid_sampler_2d_cpu_float32 XFAIL [ 16%] 2022-11-23T02:05:12.9250861Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9251320Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9251788Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9252257Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9252678Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_hypot_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9253106Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9253535Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_index_add_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9253924Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_index_copy_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9254311Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_functorch_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9254780Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9255272Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9255737Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9256304Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9256854Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9257333Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-11-23T02:05:12.9257746Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_kron_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9258131Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_kthvalue_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9258511Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ldexp_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9258889Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_lerp_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9259267Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_lgamma_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9259667Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_singular_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9260072Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eig_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9261082Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_householder_product_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9261497Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_ex_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9261947Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9262440Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9262955Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9263356Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9263813Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9264205Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_solve_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9264614Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_power_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9265071Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9265580Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9266031Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_multi_dot_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9266451Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9266943Z 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-23T02:05:12.9267409Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_ex_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9267793Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vecdot_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9268230Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:05:12.9268652Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_log10_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9269030Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_log1p_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9269405Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_log2_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9269775Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_log_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9270155Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_cpu_float32 PASSED [ 16%] 2022-11-23T02:05:12.9270597Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9270993Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logdet_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9271371Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logit_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9271803Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:05:12.9272229Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9272661Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:05:12.9273119Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:05:12.9273524Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_solve_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9273904Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mH_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9274319Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mT_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9274751Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:05:12.9275189Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumprod_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9275618Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9276041Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9276431Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9276827Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_mean_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9277222Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_median_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9277616Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_norm_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9278004Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_prod_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9278390Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_scatter_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9278772Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_select_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9279167Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9279562Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_sum_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9279948Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_matrix_exp_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9280371Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9280785Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_median_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9281194Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9281579Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_min_binary_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9281978Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9282371Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mode_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9282750Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_movedim_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9283133Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_msort_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9283626Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:05:12.9284081Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9284466Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nan_to_num_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9284852Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmedian_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9285237Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nansum_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9285633Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9286051Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_native_dropout_backward_cpu_float32 XFAIL [ 17%] 2022-11-23T02:05:12.9286464Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9286902Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:05:12.9287409Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:05:12.9287890Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9288350Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9288798Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9289237Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_alpha_dropout_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:12.9289664Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9290090Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9290526Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9291009Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9291481Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9291936Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9292391Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9292862Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9293324Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9293769Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9294188Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9294628Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9295075Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9295500Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9295923Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9296561Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9296985Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_glu_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9297389Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9297818Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9298246Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9298674Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9299109Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9299556Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9300009Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9300486Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_l1_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9300904Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9301336Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9301755Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9302180Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9302615Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9303048Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9303481Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9303898Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9304324Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9304763Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9305214Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9305647Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9306066Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9306505Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9306932Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9307370Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9307792Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu6_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9308200Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9308609Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_selu_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9309031Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 18%] 2022-11-23T02:05:12.9309508Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 18%] 2022-11-23T02:05:12.9309937Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9310378Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9310833Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9311292Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9311709Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9312088Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_fro_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9312470Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_inf_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9312856Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_nuc_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9313270Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_cpu_float32 XFAIL [ 19%] 2022-11-23T02:05:12.9313692Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9314216Z 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-23T02:05:12.9314694Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_outer_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9315080Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_pinverse_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9315461Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_polar_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9315869Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9316258Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_positive_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9316648Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_prod_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9317023Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_put_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9317453Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9317926Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9318398Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9318820Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_ravel_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9319195Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_remainder_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9319576Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_renorm_cpu_float32 XFAIL [ 19%] 2022-11-23T02:05:12.9319956Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9320386Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9320802Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_roll_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9321178Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_rot90_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9321550Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_round_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9321923Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_0_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9322327Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_3_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9323303Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9323756Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9324159Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9324569Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_prod_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9324979Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9325416Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9325840Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sgn_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9326270Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9326696Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sigmoid_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9327206Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:05:12.9327643Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sinc_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9328019Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sinh_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9328391Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_scatter_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9328781Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9329179Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_with_dtype_cpu_float32 PASSED [ 19%] 2022-11-23T02:05:12.9329573Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sort_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9330010Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9330502Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9330988Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9331447Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9331927Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9332459Z 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-23T02:05:12.9333026Z 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-23T02:05:12.9333498Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_erfcx_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9333960Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9334411Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9334872Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9335345Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9336339Z 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-23T02:05:12.9336911Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9337405Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9337833Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_split_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9338211Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sqrt_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9338585Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_square_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9338951Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_squeeze_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9339328Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_stack_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9339699Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_std_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9340129Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9340498Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sub_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9340872Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_to_size_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9341253Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9341620Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_lowrank_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9342007Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_t_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9342398Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_take_along_dim_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9342790Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_take_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9343172Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_tensor_split_cpu_float32 XFAIL [ 20%] 2022-11-23T02:05:12.9343555Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_trace_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9343926Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_trapezoid_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9344307Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_trapz_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9344675Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_tril_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9345043Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_triu_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9345422Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_true_divide_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9345808Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_trunc_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9346194Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_unflatten_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9346613Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:05:12.9347051Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_unsqueeze_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9347437Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_vdot_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9347827Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_complex_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9348218Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9348601Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_view_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9348979Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_vstack_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9349404Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_where_cpu_float32 PASSED [ 20%] 2022-11-23T02:05:12.9349787Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_xlogy_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9350161Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_zero__cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9350589Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:05:12.9351037Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9351471Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9351909Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9352324Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9352757Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9353178Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9353671Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9354111Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9354562Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9355033Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9355488Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9355950Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9356382Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9356803Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9357228Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9357666Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9358104Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9358542Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9358958Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9359384Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9359802Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_jvp_cpu PASSED [ 21%] 2022-11-23T02:05:12.9360213Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_vjp_cpu PASSED [ 21%] 2022-11-23T02:05:12.9360634Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9361060Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9361493Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9361910Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9362394Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9362828Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9363257Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9363694Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9364130Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_jvp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9364643Z functorch\test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_vjp_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9365054Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_H_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9365509Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___getitem___cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9365884Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___radd___cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9366319Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___rdiv___cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9366691Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___rmatmul___cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9367062Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___rmod___cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9367424Z functorch\test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9367801Z functorch\test_ops.py::TestOperatorsCPU::test_vjp__softmax_backward_data_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9367975Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_add_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9368173Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_addmm_decomposed_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:12.9368403Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:05:12.9368631Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9368806Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_angle_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9369024Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9369249Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9369432Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_as_strided_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9369607Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_asin_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9369782Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_asinh_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9369959Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_atan_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9370135Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_atanh_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9370315Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_atleast_1d_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9370494Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_baddbmm_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9370679Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_bernoulli_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9370858Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9371035Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_block_diag_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9371288Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9371568Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9371760Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_broadcast_to_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9371986Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9372237Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9372424Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cartesian_prod_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9372599Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cat_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9372777Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cfloat_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9373001Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:05:12.9373182Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cholesky_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9373407Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_chunk_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9373588Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_clamp_max_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9373761Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_clamp_min_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9373933Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_clone_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9374122Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_combinations_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9374298Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_complex_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9374472Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_conj_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9374644Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cos_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9374817Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cosh_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9374989Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cov_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9375163Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cross_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9375326Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cummax_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9375494Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cumsum_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9375694Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_cumulative_trapezoid_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9375871Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_deg2rad_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9376051Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_diag_embed_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9376315Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_diagflat_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9376502Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_diagonal_copy_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9376697Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_div_no_rounding_mode_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9376889Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_div_trunc_rounding_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9377061Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_dot_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9377235Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_double_cpu_float32 PASSED [ 22%] 2022-11-23T02:05:12.9377404Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_dsplit_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9377579Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_einsum_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9377803Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9378086Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9378264Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_erf_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9378435Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_exp_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9378607Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_expand_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9378779Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_expm1_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9378942Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_fft_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9379121Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_hfftn_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9379294Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft2_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9379471Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9379649Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftn_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9379872Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft2_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9380048Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9380229Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fft_irfftn_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9380401Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_float_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9380612Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9380799Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_float_power_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9380972Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_floor_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9381149Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fmax_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9381322Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fmin_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9381496Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_fmod_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9381670Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_frac_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9381844Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_frexp_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9382069Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9382297Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9382504Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9382687Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_gradient_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9382904Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9383078Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_half_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9383299Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9383480Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_hstack_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9383653Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_hypot_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9383878Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9384059Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_index_fill_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9384237Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_index_put_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9384472Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_index_select_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9384650Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_inner_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9384868Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9385087Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9385305Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:05:12.9385516Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 23%] 2022-11-23T02:05:12.9385728Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 23%] 2022-11-23T02:05:12.9385905Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_kron_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9386086Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_kthvalue_cpu_float32 PASSED [ 23%] 2022-11-23T02:05:12.9386304Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ldexp_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9386523Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9386683Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_lerp_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9386866Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9387062Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_singular_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9387246Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvals_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9387433Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvalsh_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9387617Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_ex_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9387859Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9388101Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9388289Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9388484Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_norm_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9388719Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9388965Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9389154Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_multi_dot_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9389337Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9389548Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9389731Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9389927Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9390113Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_ex_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9390294Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_svd_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9390489Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorsolve_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9390727Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_vander_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9390916Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_vector_norm_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9391075Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_log10_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9391250Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_log2_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9391434Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9391617Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logaddexp2_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9391794Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logdet_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9392027Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9392259Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9392436Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logit_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9392666Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_logsumexp_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9392841Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_lu_solve_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9393017Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_lu_unpack_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9393189Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mT_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9393372Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_amin_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9393604Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9393839Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:05:12.9394024Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_cumsum_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9394219Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_log_softmax_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9394397Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_prod_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9394583Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_scatter_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9394769Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_softmin_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9394935Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_std_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9395108Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_sum_cpu_float32 PASSED [ 24%] 2022-11-23T02:05:12.9395286Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_masked_var_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9395498Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9395681Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_maximum_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9395858Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mean_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9396035Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_median_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9396216Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_min_binary_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9396414Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_no_dim_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9396613Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_with_dim_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9396789Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mode_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9397015Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_movedim_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9397194Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_msort_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9397373Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mul_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9397572Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9397769Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9397947Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nansum_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9398119Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_narrow_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9398348Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:05:12.9398592Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:05:12.9398800Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:05:12.9399070Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9399286Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9399500Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9399707Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9399918Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9400128Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9400332Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9400532Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9400732Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_bilinear_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9400962Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9401161Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv1d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9401391Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9401615Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9401830Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9402060Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9402269Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9402483Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9402696Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9402911Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9403111Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_ctc_loss_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9403367Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9403561Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_elu_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9403771Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_bag_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9403991Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9404209Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9404426Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9404637Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9404832Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gelu_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:12.9405035Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_grid_sample_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9405287Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_group_norm_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9405487Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardtanh_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9405700Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9405899Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_huber_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9406115Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9406334Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9406528Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9406730Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9406939Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9407139Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9407333Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9407534Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9407733Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9407926Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mish_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9408139Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9408352Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9408538Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_nll_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9408736Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_normalize_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9408937Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_circular_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9409141Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_constant_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9409351Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9409548Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pdist_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9409802Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9410001Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_prelu_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9410193Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu6_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9410383Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_selu_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9410573Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_silu_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9410778Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9410985Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9411197Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9411402Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softplus_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9411645Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softshrink_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9411844Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9412056Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9412285Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9412495Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9412722Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:05:12.9412951Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:05:12.9413158Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9413323Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ormqr_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9413503Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_pinverse_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9413679Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_polar_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9413878Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9414072Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_2_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9414262Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 26%] 2022-11-23T02:05:12.9414443Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_positive_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9414616Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_pow_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9414849Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9415074Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9415309Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9415535Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9415710Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_ravel_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9415884Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_real_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9416118Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_reciprocal_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9416394Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_remainder_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9416579Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_reshape_as_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9416758Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_reshape_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9416939Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_resolve_neg_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9417112Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_roll_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9417271Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_rot90_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9417458Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_0_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9417642Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_3_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9417819Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_rsqrt_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9418730Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_rsub_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9418909Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scatter_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9419102Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amax_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9419297Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_mean_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9419491Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_prod_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9419747Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9419923Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sign_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9420178Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9420423Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9420646Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9420819Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sinc_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9420990Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sort_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9421227Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9421481Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9421669Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_entr_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9421859Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_erfcx_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9422112Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9422394Z 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-23T02:05:12.9422643Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9422817Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_ndtri_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9423008Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_xlog1py_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9423299Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:05:12.9423490Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_split_list_args_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9423669Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_square_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9423846Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_squeeze_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9424020Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_stack_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9424200Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_std_mean_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9424373Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_stft_cpu_float32 PASSED [ 27%] 2022-11-23T02:05:12.9424546Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sub_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9424728Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_sum_to_size_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9424900Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_svd_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9425127Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_svd_lowrank_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9425307Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_symeig_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9425490Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_take_along_dim_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9425664Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_take_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9425835Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_tanh_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9426016Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_tensordot_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9426190Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_tile_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9426359Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_transpose_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9426547Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_triangular_solve_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9426718Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_triu_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9426900Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_true_divide_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9427076Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_unbind_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9427256Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_unflatten_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9427436Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_unfold_copy_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9427663Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:05:12.9427905Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:05:12.9428131Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:05:12.9428314Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_unsqueeze_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9428500Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_view_as_complex_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9428677Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_view_as_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9428854Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_view_copy_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9429030Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_vsplit_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9429206Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_vstack_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9429379Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_zero__cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9429661Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:05:12.9429842Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_H_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9430044Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___functorch_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9430213Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___radd___cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9430396Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___rdiv___cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9430575Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___rmod___cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9430754Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___rmul___cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9430931Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9431101Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp___rsub___cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9431283Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_acos_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9431506Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_acosh_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9431685Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_addbmm_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9431867Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_addcdiv_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9432042Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_addcmul_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9432240Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_decomposed_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9432416Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_addmv_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9432641Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:05:12.9432878Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:05:12.9433062Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_angle_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:12.9433293Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9433521Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9433750Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9433936Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9434102Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_atan2_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9434280Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_atan_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9434509Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_atanh_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9434762Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9434959Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_bmm_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9435207Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9435491Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9435753Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9435970Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_tensors_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9436301Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9436572Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 29%] 2022-11-23T02:05:12.9436776Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cdouble_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9436985Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ceil_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9437188Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cfloat_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9437388Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_chalf_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9437592Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9437793Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_chunk_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9437989Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9438246Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_min_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9438437Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_clone_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9438647Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_column_stack_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9438824Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_combinations_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9439020Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9439230Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_physical_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9439448Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_constant_pad_nd_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9439658Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_corrcoef_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9439859Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cosh_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9440118Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9440318Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cov_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9440527Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_cumprod_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9440727Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9440930Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_embed_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9441136Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9441352Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_scatter_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9441551Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_diff_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9441772Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_div_floor_rounding_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9441996Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9442215Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_div_trunc_rounding_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9442418Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_dot_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9442620Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_double_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9442819Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_dsplit_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9443034Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:05:12.9443290Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_erf_cpu_float32 PASSED [ 29%] 2022-11-23T02:05:12.9443490Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_erfc_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9443691Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_exp_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9443899Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_as_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9444103Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9444305Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_expm1_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9444507Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft2_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9444711Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft2_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9444917Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9445126Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9445385Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft2_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9445591Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9445796Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft2_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9446005Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft2_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9446205Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9446409Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_flatten_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9446606Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_float_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9446847Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9447024Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_float_power_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9447229Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9447485Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:05:12.9447688Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fmax_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9447887Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_fmin_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9448084Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_frac_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9448288Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_gradient_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9448549Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:05:12.9448801Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:05:12.9449061Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:05:12.9449265Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_hstack_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9449462Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_hypot_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9449655Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_i0_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9449861Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_index_add_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9450066Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_index_copy_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9450327Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9450554Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_functorch_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9450805Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:05:12.9451052Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:05:12.9451309Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 30%] 2022-11-23T02:05:12.9451547Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 30%] 2022-11-23T02:05:12.9451745Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_kron_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9451916Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_kthvalue_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9452125Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cond_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9452385Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cross_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9452604Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_singular_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9452810Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eig_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9453020Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvals_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9453224Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_cpu_float32 PASSED [ 30%] 2022-11-23T02:05:12.9453434Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_ex_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9453698Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9453965Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9454227Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9454438Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9454644Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9454863Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_solve_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9455085Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_power_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9455349Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9455568Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_multi_dot_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9455793Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9455998Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_qr_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9456332Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_slogdet_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9456551Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9456727Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_ex_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9456959Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9457163Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svd_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9457442Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorsolve_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9457660Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vector_norm_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9457862Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_log10_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9458059Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_log1p_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9458264Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_log2_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9458464Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_log_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9458673Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9458883Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp2_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9459100Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logcumsumexp_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9459305Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logdet_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9459564Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9459877Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9460088Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_logsumexp_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9460333Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9460540Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_solve_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9460798Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9461061Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:05:12.9461276Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumprod_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9461487Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumsum_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9461660Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9461876Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logaddexp_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9462092Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logsumexp_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9462300Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_mean_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9462509Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_norm_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9462728Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_normalize_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9462934Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_prod_cpu_float32 XFAIL [ 31%] 2022-11-23T02:05:12.9463155Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_select_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9463367Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_std_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9463567Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_matmul_cpu_float32 PASSED [ 31%] 2022-11-23T02:05:12.9463770Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_matrix_exp_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9464006Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9464225Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9464430Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_maximum_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9464680Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mean_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9464888Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_median_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9465113Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9465340Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9465634Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_no_dim_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9465845Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_minimum_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9466008Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mm_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9466264Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_msort_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9466464Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mv_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9466685Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9466959Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9467170Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9467378Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nan_to_num_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9467584Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmean_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9467791Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nanquantile_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9468043Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9468260Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_native_layer_norm_cpu_float32 XFAIL [ 32%] 2022-11-23T02:05:12.9468506Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9468759Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9469023Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9469271Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9469520Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9469768Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9470021Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:05:12.9470272Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9470507Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9470748Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9470988Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9471217Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9471409Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9471685Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_batch_norm_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9471965Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_bilinear_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9495485Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_celu_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9495699Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9495898Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9496130Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9496461Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9496735Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9496954Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9497443Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9497652Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9497860Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:12.9498060Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9498260Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9498455Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 33%] 2022-11-23T02:05:12.9498653Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9498856Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9499047Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_elu_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9499312Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T02:05:12.9499508Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9499722Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9499947Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9500181Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9500396Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9500656Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T02:05:12.9500860Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9501123Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T02:05:12.9501314Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9501596Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9501804Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9502020Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9502227Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9502419Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9502676Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9502873Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool2d_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9503082Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9503327Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9503568Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mish_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9503760Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9503969Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9504187Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9504384Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_normalize_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9504585Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9504785Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9504990Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9505245Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T02:05:12.9505445Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9505635Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_prelu_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9505820Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_rrelu_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9506005Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_selu_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9506192Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_silu_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9506393Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9506597Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9506804Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9507000Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softsign_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9507197Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9507395Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_threshold_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9507619Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 33%] 2022-11-23T02:05:12.9507835Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_cpu_float32 PASSED [ 33%] 2022-11-23T02:05:12.9508012Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9508232Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9508501Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9508786Z 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-23T02:05:12.9508962Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_outer_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9509186Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_pca_lowrank_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9509367Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_permute_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9509545Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_pinverse_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9509789Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9509987Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9510181Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9510377Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9510547Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_put_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9510769Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9510996Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9511226Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9511398Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_real_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9511578Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_remainder_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9511754Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9511933Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_as_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9512106Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_roll_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9512288Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_add_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9512466Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9512658Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amax_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9512845Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9513024Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9513205Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_prod_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9513463Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:05:12.9513714Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:05:12.9513942Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_select_scatter_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9514115Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sgn_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9514338Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9514517Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sign_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9514806Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9515051Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9515337Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9515513Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sinc_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9515674Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sinh_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9515896Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9516086Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_with_dtype_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9516322Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9516572Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:05:12.9516851Z 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-23T02:05:12.9517131Z 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-23T02:05:12.9517313Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_entr_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9517500Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_erfcx_cpu_float32 PASSED [ 34%] 2022-11-23T02:05:12.9517678Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i0e_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9517855Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9518036Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1e_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9518286Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:05:12.9518532Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:05:12.9518715Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtr_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9518899Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtri_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9519152Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:05:12.9519437Z 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-23T02:05:12.9519712Z 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-23T02:05:12.9520025Z 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-23T02:05:12.9520269Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:05:12.9520456Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_special_xlog1py_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9520630Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_split_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9520864Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_split_list_args_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9521038Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sqrt_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9521213Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_std_mean_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9521384Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sub_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9521587Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9521768Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_lowrank_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9521990Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_symeig_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9522170Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_take_along_dim_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9522340Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_take_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9522505Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_tanh_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9522672Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_to_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9522851Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_true_divide_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9523026Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_trunc_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9523200Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_unbind_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9523424Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:05:12.9523606Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_unsqueeze_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9523782Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_var_mean_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9523970Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_complex_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9524144Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9524323Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_view_copy_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9524497Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_vstack_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9524672Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_where_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9524854Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___rdiv___cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9525022Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___rmod___cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9525196Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap___rsub___cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9525371Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_abs_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9525543Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_acos_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9525718Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_acosh_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9525892Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_addbmm_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9526062Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9526300Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_decomposed_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9526473Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_addr_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:12.9526698Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9526971Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9527200Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9527372Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_angle_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9527634Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9527861Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9528084Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9528359Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9528540Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9528729Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32 XFAIL [ 36%] 2022-11-23T02:05:12.9528902Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_asin_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9529073Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_atan2_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9529234Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_atan_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9529411Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_1d_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9529588Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_3d_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9529762Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_baddbmm_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9529958Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 36%] 2022-11-23T02:05:12.9530132Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_cpu_float32 XFAIL [ 36%] 2022-11-23T02:05:12.9530342Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9530521Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_block_diag_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9530692Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_bmm_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9530941Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9531125Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_to_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9531360Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9531555Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cartesian_prod_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9531739Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cat_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9531925Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cdouble_cpu_float32 XFAIL [ 36%] 2022-11-23T02:05:12.9532153Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9532418Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9532652Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9532855Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_inverse_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9533101Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_solve_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9533285Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_chunk_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9533451Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_cpu_float32 XFAIL [ 36%] 2022-11-23T02:05:12.9533638Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_min_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9533873Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_combinations_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9534056Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9534254Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_constant_pad_nd_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9534443Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_contiguous_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9534679Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9534865Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_corrcoef_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9535046Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cosh_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9535285Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:05:12.9535465Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cov_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9535645Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cross_cpu_float32 XFAIL [ 36%] 2022-11-23T02:05:12.9535828Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cummax_cpu_float32 PASSED [ 36%] 2022-11-23T02:05:12.9536013Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cumsum_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9536309Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_cumulative_trapezoid_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9536499Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_deg2rad_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9536680Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9536862Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9537060Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_scatter_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9537236Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_diff_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9537405Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_digamma_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9537586Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_dist_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9537765Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_dot_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9537949Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_double_cpu_float32 XFAIL [ 37%] 2022-11-23T02:05:12.9538168Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_double_functorch_no_channels_last_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9538351Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_dsplit_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9538533Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_einsum_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9538760Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:05:12.9538943Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_erfc_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9539126Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_erfinv_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9539405Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_exp2_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9539592Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_exp_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9539781Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_as_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9540010Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9540194Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_expm1_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9540382Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftn_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9540576Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftshift_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9540763Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft2_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9540960Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftshift_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9541132Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft2_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9541366Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9541552Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft2_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9541737Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9541918Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fill_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9542104Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_flatten_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9542285Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_flip_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9542469Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fliplr_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9542655Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9542835Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_fmin_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9543016Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_frexp_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9543250Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:05:12.9543483Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:05:12.9543663Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_gather_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9543891Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:05:12.9544114Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:05:12.9544299Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_half_cpu_float32 XFAIL [ 37%] 2022-11-23T02:05:12.9544529Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:05:12.9544710Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_hstack_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9544890Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_i0_cpu_float32 PASSED [ 37%] 2022-11-23T02:05:12.9545122Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:05:12.9545296Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_cpu_float32 XFAIL [ 38%] 2022-11-23T02:05:12.9545548Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_functorch_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9545742Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_index_select_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9545974Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_inner_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9546280Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9546514Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9546746Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9546972Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9547206Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9547441Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9547671Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9548456Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T02:05:12.9548693Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T02:05:12.9548877Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_kron_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9549061Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ldexp_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9549286Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9549471Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_lerp_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9549657Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_lgamma_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9549851Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cond_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9550040Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9550243Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_singular_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9550431Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eig_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9550629Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvalsh_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9550829Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_householder_product_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9551020Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_ex_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9551212Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9551402Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9551657Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9551860Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_norm_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9552061Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_power_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9552298Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9552505Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_hermitian_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9552840Z 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-23T02:05:12.9553035Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9553246Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_triangular_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9553442Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svdvals_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9553645Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9553883Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9554065Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_log2_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9554256Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9554466Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_with_dtype_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9554711Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9555197Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logit_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9555434Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9555625Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_logsumexp_cpu_float32 PASSED [ 38%] 2022-11-23T02:05:12.9555869Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:05:12.9556056Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9556245Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9556438Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amin_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9556630Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9556833Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_log_softmax_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9557034Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logaddexp_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9557231Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logsumexp_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9557415Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_mean_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9557604Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_prod_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9557848Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9558043Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_select_cpu_float32 XFAIL [ 39%] 2022-11-23T02:05:12.9558240Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmin_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9558475Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_std_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9558663Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_sum_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9558846Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_var_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9559031Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_matmul_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9559234Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_no_dim_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9559440Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_with_dim_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9559681Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_maximum_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9559849Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mean_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9560055Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_no_dim_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9560261Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_with_dim_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9560447Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_minimum_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9560633Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_movedim_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9560813Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mul_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9561017Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9561204Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nan_to_num_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9561387Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9561864Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_neg_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9562100Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:05:12.9562334Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:05:12.9562565Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:05:12.9562803Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:05:12.9563035Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:05:12.9563257Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9563484Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9563704Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9563987Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9564201Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool1d_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9564408Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool3d_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9564673Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9564911Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9565112Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_celu_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9565300Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9565534Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9565759Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:12.9565983Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9566200Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9566475Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9566696Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_similarity_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9566909Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9567115Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout3d_cpu_float32 XFAIL [ 40%] 2022-11-23T02:05:12.9567334Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:05:12.9567542Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9567757Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 40%] 2022-11-23T02:05:12.9567958Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gelu_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9568158Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_glu_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9568709Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardsigmoid_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9568929Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9569141Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_instance_norm_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9569371Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9569572Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_l1_loss_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9569776Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_linear_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9570041Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9570263Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9570484Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9570727Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9570950Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9571175Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9571387Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_circular_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9571608Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_replicate_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9571829Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pairwise_distance_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9572045Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9572247Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu6_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9572461Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:05:12.9572663Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_silu_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9572876Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softshrink_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9573095Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9573388Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9573600Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_unfold_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9573819Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9574054Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:05:12.9574236Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9574465Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:05:12.9574700Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:05:12.9574989Z 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-23T02:05:12.9575221Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_permute_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9575412Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_pinverse_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9575596Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_polar_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9575779Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_pow_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9575947Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_prod_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9576254Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32 PASSED [ 40%] 2022-11-23T02:05:12.9576437Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_qr_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9576683Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9576962Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9577197Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9577379Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_ravel_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9577562Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_real_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9577755Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_reciprocal_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9577946Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_remainder_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9578130Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9578316Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9578506Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_as_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9578697Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_conj_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9578880Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_roll_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9579059Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_rot90_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9579256Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_0_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9579453Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_3_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9579657Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_neg_3_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9580348Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_rsqrt_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9580525Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_rsub_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9580770Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9580959Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9581161Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amax_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9581357Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amin_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9581547Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_prod_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9581744Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_sum_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9581993Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9582298Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9582560Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9582858Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9583044Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sinh_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9583227Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9583420Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_scatter_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9583674Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 41%] 2022-11-23T02:05:12.9583918Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9584156Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9584386Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9584648Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9584936Z 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-23T02:05:12.9585134Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_entr_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9585390Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9585681Z 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-23T02:05:12.9585882Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9586135Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9586386Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9586575Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtr_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9586806Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtri_cpu_float32 PASSED [ 41%] 2022-11-23T02:05:12.9587077Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:05:12.9587278Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_split_with_sizes_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9587468Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_squeeze_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9587650Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_std_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9587836Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_std_mean_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9588022Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sub_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9588247Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9588441Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_to_size_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9588669Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9588902Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_lowrank_cpu_float32 XFAIL [ 42%] 2022-11-23T02:05:12.9589080Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_t_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9589263Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9589452Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_tensordot_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9589636Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_topk_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9589825Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_transpose_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9590027Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_triangular_solve_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9590218Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_true_divide_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9590404Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_trunc_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9590591Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_unflatten_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9590767Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_copy_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9591014Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:05:12.9591249Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:05:12.9591439Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_unsqueeze_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9591627Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_var_mean_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9591811Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9591998Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_vsplit_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9592182Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_vstack_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9592374Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9592566Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9592753Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9592956Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9593163Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9593434Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9593660Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9593858Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9594052Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9594281Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9594500Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T02:05:12.9594694Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9594918Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9595086Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9595353Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__softmax_backward_data_cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9595549Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9595744Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9595940Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9596135Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float64 PASSED [ 42%] 2022-11-23T02:05:12.9596326Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:12.9596532Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9596723Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9596921Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9597136Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9597333Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9597530Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9597721Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9597964Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9598215Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9598464Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9598656Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9598852Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9599098Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9599296Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9599538Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9599814Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9600083Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9600326Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9600540Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9600801Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9601000Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9601195Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9601393Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9601643Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9601841Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9602033Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9602231Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9602423Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9602626Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9602819Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9603017Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9603214Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9603407Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9603599Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9603840Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9604074Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9604348Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9604622Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9604839Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9605050Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9605299Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9605526Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9605758Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9606126Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:05:12.9606347Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float32 PASSED [ 43%] 2022-11-23T02:05:12.9606558Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float64 PASSED [ 43%] 2022-11-23T02:05:12.9606799Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9607002Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdouble_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9607196Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdouble_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9607390Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9607584Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9607825Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:05:12.9608110Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:05:12.9608312Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9608523Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9608735Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9608941Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9609149Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9609349Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9609547Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9609742Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9609948Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9610143Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9610341Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9610534Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9610744Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9610946Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9611156Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9611371Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9611581Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9611788Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9612038Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9612233Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9612486Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9612682Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9612986Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:05:12.9613180Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9613375Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9613572Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9613770Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9613970Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9614167Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9614389Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9614655Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9614854Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9615061Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_copy_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9615245Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9615457Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9615654Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9615848Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float64 PASSED [ 44%] 2022-11-23T02:05:12.9616044Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9616349Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float32 PASSED [ 44%] 2022-11-23T02:05:12.9616566Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9616781Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9616973Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9617166Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9617403Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9617603Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9617802Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9618049Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:05:12.9618342Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:05:12.9618584Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:05:12.9618866Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:05:12.9619111Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9619307Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9619503Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9619701Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9619897Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9620091Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9620268Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9620474Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9620672Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9620871Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9621116Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9621317Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9621513Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9621720Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9621925Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9622127Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9622325Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9622520Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9622722Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9622915Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9623123Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9623330Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9623532Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9623728Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9623931Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9624172Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9624370Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9624558Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9624804Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9624999Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9625192Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9625390Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9625634Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9625834Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9626028Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float64 PASSED [ 45%] 2022-11-23T02:05:12.9626222Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float32 PASSED [ 45%] 2022-11-23T02:05:12.9626417Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9626650Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9626883Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9627093Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9627297Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9627539Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9627793Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9627986Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9628180Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9628372Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9628567Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9628760Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9628952Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9629150Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9629377Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9629618Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9629822Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9630040Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_grid_sampler_2d_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9630298Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_grid_sampler_2d_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9630539Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9630773Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9630970Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9631200Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9631453Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9631707Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9632001Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9632237Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9632490Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9632744Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9632994Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9633195Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9633393Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9633593Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9633831Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9634028Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9634220Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9634466Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9634710Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9634912Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9635131Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9635324Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9635521Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:12.9635718Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float64 PASSED [ 46%] 2022-11-23T02:05:12.9635959Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9636276Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9636553Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:05:12.9636845Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9637091Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9637334Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9637579Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9637823Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9638058Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9638352Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T02:05:12.9638601Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T02:05:12.9638851Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T02:05:12.9639103Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T02:05:12.9639337Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T02:05:12.9639590Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T02:05:12.9639824Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T02:05:12.9640068Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9640268Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9640463Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9640661Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9640857Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9641054Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9641261Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9641468Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9641677Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9641864Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9642116Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float32 XFAIL [ 47%] 2022-11-23T02:05:12.9642324Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9642533Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9642808Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9643031Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9643239Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9643447Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9643705Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9643963Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9644213Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9644462Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9644766Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9644975Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9645197Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9645400Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9645594Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9645806Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9646023Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9646237Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9646490Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9646705Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64 PASSED [ 47%] 2022-11-23T02:05:12.9646924Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float32 PASSED [ 47%] 2022-11-23T02:05:12.9647183Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:05:12.9647439Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9647710Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9648023Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9648238Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped!) [ 48%] 2022-11-23T02:05:12.9648445Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9648718Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9648954Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9649159Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9649366Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9649588Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9649810Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9650014Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9650224Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9650431Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9650636Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9650844Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9651117Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9651334Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9651536Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9651732Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9651946Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9652154Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9652362Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9652569Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9652775Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9653031Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9653279Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9653459Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9653655Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9653850Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9654043Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9654306Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9654529Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_with_dtype_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9654736Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9654985Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9655197Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9655394Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9655590Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float64 PASSED [ 48%] 2022-11-23T02:05:12.9655845Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9656097Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9656399Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9656642Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9656913Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9657152Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9657389Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:05:12.9657636Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float32 PASSED [ 48%] 2022-11-23T02:05:12.9657835Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9658039Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9658244Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9658500Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:05:12.9658754Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:05:12.9658967Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9659164Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9659421Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9659638Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9659848Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9660058Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9660276Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9660519Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9660728Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9660977Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9661190Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9661397Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9661603Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float64 XFAIL [ 49%] 2022-11-23T02:05:12.9661815Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9662017Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9662215Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9662408Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9662596Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9662811Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float32 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:05:12.9663022Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float64 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:05:12.9663216Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9663446Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9663645Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9663839Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9664068Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9664294Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9664520Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9664723Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9664920Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9665134Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9665350Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9665572Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9665813Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9666008Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9666201Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9666403Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9666647Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9666842Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9667139Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:05:12.9667336Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float32 PASSED [ 49%] 2022-11-23T02:05:12.9667529Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float64 PASSED [ 49%] 2022-11-23T02:05:12.9667747Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9667965Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9668183Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9668383Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9668581Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9668762Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9668968Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9669177Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9669373Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9669626Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9669821Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9670017Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9670238Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9670506Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9670751Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9670946Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9671138Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9671388Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9671645Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9671892Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9672135Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9672425Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9672720Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:05:12.9672966Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9673199Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9673475Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9673704Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9673929Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9674154Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9674375Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9674602Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9674824Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9675026Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9675236Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9675458Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9675696Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9675939Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9676154Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9676372Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9676643Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9676894Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9677148Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9677393Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9677628Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9677872Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9678115Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:12.9678374Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 50%] 2022-11-23T02:05:12.9678677Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9678976Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9679205Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9679449Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:05:12.9679729Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:05:12.9679965Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:05:12.9680196Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:05:12.9680424Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:05:12.9680655Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9680890Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9681114Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9681343Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9681562Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9681780Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9682005Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9682223Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9682422Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9682649Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9683385Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9683628Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9683883Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9684139Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9684355Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9684566Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9684778Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9685057Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9685338Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9685554Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9685824Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9686040Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9686258Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9686471Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9686708Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9686931Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9687145Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9687370Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9687595Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9687824Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9688060Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9688297Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9688541Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9688776Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9689007Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9689228Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 51%] 2022-11-23T02:05:12.9689466Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9689738Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64 PASSED [ 51%] 2022-11-23T02:05:12.9689957Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9690180Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9690393Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9690611Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9690845Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9691076Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9691345Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9691560Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9691875Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9692105Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9692326Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 52%] 2022-11-23T02:05:12.9692540Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64 XFAIL [ 52%] 2022-11-23T02:05:12.9692769Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9692985Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9693215Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9693430Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9693643Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9693876Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9694101Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9694325Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9694569Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9694806Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9695027Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9695230Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9695454Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9695678Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9695894Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9696233Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9696467Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9696704Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9696923Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9697138Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9697418Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9697649Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9697872Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9698184Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9698394Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9698621Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9698844Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9699070Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9699300Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9699521Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9699751Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9699967Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9700191Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 52%] 2022-11-23T02:05:12.9700412Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float32 PASSED [ 52%] 2022-11-23T02:05:12.9700625Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9700856Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9701108Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9701331Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9701534Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9701731Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9701931Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9702126Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9702317Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9702566Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9702817Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9703067Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9703372Z 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-23T02:05:12.9703653Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9703856Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9704054Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9704297Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9704559Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9704761Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9704960Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9705157Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9705382Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9705596Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9705807Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9706012Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9706211Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9706407Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9706594Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9706845Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9707093Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9707347Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9707598Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9707842Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9708037Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9708236Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9708440Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9708644Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9708844Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9709093Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9709303Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9709508Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9709752Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float64 PASSED [ 53%] 2022-11-23T02:05:12.9710001Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9710249Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:05:12.9710505Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9710713Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:12.9710922Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9711172Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9711368Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9711579Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9711792Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9711999Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9712201Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9712400Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9712597Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9712854Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9713109Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9713318Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9713516Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9713708Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9713924Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9714145Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9714357Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9714572Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9714784Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9714996Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9715253Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9715555Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9715787Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9716046Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9716262Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9716525Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9716725Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9716928Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9717140Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9717336Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9717616Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9717877Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9718142Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9718414Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9718682Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9718930Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9719125Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9719321Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9719517Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9719714Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9719921Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float64 PASSED [ 54%] 2022-11-23T02:05:12.9720136Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9720331Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float32 PASSED [ 54%] 2022-11-23T02:05:12.9720568Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:05:12.9720802Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:05:12.9721054Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9721308Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:05:12.9721568Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9721871Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9722173Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9722430Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9722773Z 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-23T02:05:12.9723073Z 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-23T02:05:12.9723372Z 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-23T02:05:12.9723670Z 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-23T02:05:12.9723928Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9724137Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9724346Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9724616Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9724886Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9725158Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9725366Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9725572Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9725828Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9726099Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9726403Z 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-23T02:05:12.9726703Z 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-23T02:05:12.9726918Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9727184Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9727446Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9727711Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9727966Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9728223Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9728502Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9728853Z 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-23T02:05:12.9729163Z 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-23T02:05:12.9729469Z 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-23T02:05:12.9729775Z 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-23T02:05:12.9730094Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9730312Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9730559Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9730808Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:05:12.9731008Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9731222Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9731436Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9731647Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9731842Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9732039Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9732241Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9732524Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9732822Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float64 PASSED [ 55%] 2022-11-23T02:05:12.9733105Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9733393Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32 PASSED [ 55%] 2022-11-23T02:05:12.9733676Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9733955Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9734242Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9734596Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9734909Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9735236Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9735629Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9735938Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9736350Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9736644Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9736915Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9737189Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9737493Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9737784Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9738085Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9738466Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9738774Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9739068Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9739353Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9739623Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9739863Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9740060Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9740270Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9740451Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9740649Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9740908Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9741108Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9741309Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9741551Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9741761Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_copy_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9741955Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9742208Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:05:12.9742471Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:05:12.9742715Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:05:12.9742951Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:05:12.9743155Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9743415Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9743610Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9743813Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9744007Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9744202Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9744412Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9744612Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9744806Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9744999Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float64 PASSED [ 56%] 2022-11-23T02:05:12.9745197Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float32 PASSED [ 56%] 2022-11-23T02:05:12.9745425Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float64 PASSED [ 57%] 2022-11-23T02:05:12.9745672Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:05:12.9745908Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:05:12.9746155Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:05:12.9746407Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:05:12.9746595Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_H_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9746791Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9747034Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___radd___cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9747226Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___rdiv___cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9747420Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmatmul___cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9747658Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmod___cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9747874Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall__softmax_backward_data_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9748065Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_acosh_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9748257Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_addbmm_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9748449Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcdiv_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9748699Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9748887Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_amax_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9749075Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_amin_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9749313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9749555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9749767Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_cpu_float32 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:05:12.9750074Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_asin_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9750251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan2_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9750438Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9750627Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_atanh_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9750821Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_1d_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9751011Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_baddbmm_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9751251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9751528Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9751725Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_block_diag_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9752003Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9752272Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9752526Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9752726Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_to_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9753007Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9753250Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9753438Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdouble_cpu_float32 XFAIL [ 57%] 2022-11-23T02:05:12.9753631Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ceil_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9753915Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9754148Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:05:12.9754353Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_inverse_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9754543Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9754739Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_max_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9754933Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9755137Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_physical_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9755328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_corrcoef_cpu_float32 PASSED [ 57%] 2022-11-23T02:05:12.9755500Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cosh_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9755746Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:05:12.9755933Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cross_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9756122Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummax_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9756312Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummin_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9756552Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumsum_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9756765Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumulative_trapezoid_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9756960Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_deg2rad_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9757144Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9757337Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_embed_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9757533Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagflat_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9757732Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_copy_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9757911Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_diff_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9758103Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_digamma_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9758307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_no_rounding_mode_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9759070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_cpu_float32 XFAIL [ 58%] 2022-11-23T02:05:12.9759298Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_functorch_no_channels_last_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9759485Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_dsplit_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9759718Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_dstack_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9759955Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:05:12.9760186Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:05:12.9760426Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:05:12.9760600Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfc_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9760788Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9760974Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_expm1_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9761163Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft2_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9761350Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9761532Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9761722Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftn_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9761925Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftshift_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9762121Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9762316Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfftn_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9762506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft2_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9762693Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9762877Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fill_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9763067Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_flatten_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9763254Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_flip_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9763443Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fliplr_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9763695Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_power_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9763882Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmin_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9764068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmod_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9764252Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_frac_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9764426Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_frexp_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9764613Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_gather_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9764804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_gradient_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9765103Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:05:12.9765311Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_H_cpu_float32 PASSED [ 58%] 2022-11-23T02:05:12.9765559Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_T_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9765819Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9766033Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmatmul___cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9766243Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9766449Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rsub___cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9766652Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_abs_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9766856Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acos_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9767063Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acosh_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9767273Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addbmm_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9767483Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9767708Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9767910Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmv_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9768115Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addr_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9768377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9768580Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amax_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9768835Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9769044Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_angle_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9769295Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9769550Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9769761Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_cpu_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:05:12.9770041Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL [ 59%] 2022-11-23T02:05:12.9770247Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asin_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9770455Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan2_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9770660Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atanh_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9770872Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_2d_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9771132Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_3d_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9771342Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9771601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9771932Z 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-23T02:05:12.9772233Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9772509Z 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-23T02:05:12.9772731Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_tensors_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9772946Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_to_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9773203Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9773455Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9773735Z 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-23T02:05:12.9773956Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cartesian_prod_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9774158Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ceil_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9774403Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9774650Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9774903Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:05:12.9775120Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9775324Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chunk_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9775527Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9775731Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clone_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9775944Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_column_stack_cpu_float32 PASSED [ 59%] 2022-11-23T02:05:12.9776236Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_complex_cpu_float32 XFAIL [ 60%] 2022-11-23T02:05:12.9776481Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9776701Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9776912Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_contiguous_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9777176Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9777381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cos_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9777580Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cosh_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9777881Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:05:12.9778087Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cov_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9778343Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cross_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9778551Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummax_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9778756Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummin_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9778960Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumprod_cpu_float32 XFAIL [ 60%] 2022-11-23T02:05:12.9779163Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumsum_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9779364Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9779575Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_embed_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9779796Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_scatter_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9779999Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diff_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9780198Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dist_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9780420Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_floor_rounding_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9780621Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_cpu_float32 XFAIL [ 60%] 2022-11-23T02:05:12.9780861Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9781064Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dsplit_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9781313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:05:12.9781570Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:05:12.9781814Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:05:12.9782044Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:05:12.9782244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erf_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9782447Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfc_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9782691Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp2_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9782892Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9783144Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expm1_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9783394Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:05:12.9783602Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft2_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9783852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9784070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9784280Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9784495Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9784747Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft2_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9784953Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9785150Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9785364Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftshift_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9785570Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL [ 60%] 2022-11-23T02:05:12.9785775Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL [ 60%] 2022-11-23T02:05:12.9785985Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9786186Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:12.9786392Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9786590Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9786794Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fill_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9786997Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flatten_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9787186Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flip_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9787394Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fliplr_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9787601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flipud_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9787855Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9788134Z 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-23T02:05:12.9788346Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_power_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9788549Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9788751Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmax_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9789426Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmin_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9789686Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frexp_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9789948Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9790200Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9790409Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gradient_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9790669Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9790920Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9791201Z 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-23T02:05:12.9791463Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hstack_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9791664Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_i0_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9791917Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9792124Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_add_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9792334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_copy_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9792539Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_fill_cpu_float32 XFAIL [ 61%] 2022-11-23T02:05:12.9792746Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9793006Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9793210Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_inner_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9793457Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9793708Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9793956Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9794190Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9794444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9794694Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9794998Z 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-23T02:05:12.9795239Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T02:05:12.9795493Z 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-23T02:05:12.9795822Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 61%] 2022-11-23T02:05:12.9796035Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kron_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9796243Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9796450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ldexp_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9796694Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:05:12.9796898Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lgamma_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9797111Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9797326Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32 PASSED [ 61%] 2022-11-23T02:05:12.9797589Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9797803Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9798036Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9798249Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9798513Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:05:12.9798784Z 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-23T02:05:12.9798991Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_cpu_float32 XFAIL [ 62%] 2022-11-23T02:05:12.9799210Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL [ 62%] 2022-11-23T02:05:12.9799428Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9799643Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9799851Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9800089Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9800303Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9800512Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_qr_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9800726Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9800987Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9801207Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9801426Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9801692Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9801952Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9802211Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:05:12.9802417Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log10_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9802622Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log2_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9802821Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9803030Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9803254Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_with_dtype_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9803467Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9803681Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9803980Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:05:12.9804230Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:05:12.9804481Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:05:12.9804694Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9804943Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:05:12.9805187Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:05:12.9805387Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_cpu_float32 XFAIL [ 62%] 2022-11-23T02:05:12.9805586Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mT_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9805796Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amin_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9806002Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_cpu_float32 XFAIL [ 62%] 2022-11-23T02:05:12.9806241Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9806465Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_mean_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:05:12.9806679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_prod_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9806887Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32 XFAIL [ 62%] 2022-11-23T02:05:12.9807146Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmax_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9807357Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_std_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9807608Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_sum_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9807815Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_binary_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9808052Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 62%] 2022-11-23T02:05:12.9808326Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9808554Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9808763Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_maximum_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9808965Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mean_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9809173Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_binary_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9809398Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9809604Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_minimum_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9809811Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_movedim_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9810011Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mul_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9810318Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:05:12.9810521Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mv_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9810745Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9810966Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9811174Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nan_to_num_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9811379Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmean_cpu_float32 XFAIL [ 63%] 2022-11-23T02:05:12.9811587Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9811806Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_batch_norm_cpu_float32 XFAIL [ 63%] 2022-11-23T02:05:12.9812069Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:05:12.9812323Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:05:12.9812578Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:05:12.9812828Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:05:12.9813099Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9813334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9813622Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:05:12.9813847Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32 XFAIL [ 63%] 2022-11-23T02:05:12.9814067Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL [ 63%] 2022-11-23T02:05:12.9814288Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9814563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9814790Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9815038Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9815275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9815521Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9815784Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9816020Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9816360Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9816651Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9816884Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9817125Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9817393Z 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-23T02:05:12.9817638Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:05:12.9817856Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_elu_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9818133Z 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-23T02:05:12.9818373Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:05:12.9818611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED [ 63%] 2022-11-23T02:05:12.9818925Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:05:12.9819201Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:05:12.9819434Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 64%] 2022-11-23T02:05:12.9819748Z 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-23T02:05:12.9819981Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9820219Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9820441Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL [ 64%] 2022-11-23T02:05:12.9820679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9820967Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9821208Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9821433Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9821672Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9821891Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9822120Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9822349Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9822615Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_linear_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9822851Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9823078Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9823310Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9823549Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:05:12.9823773Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL [ 64%] 2022-11-23T02:05:12.9824020Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:05:12.9824254Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 64%] 2022-11-23T02:05:12.9824477Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9824698Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9824922Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9825149Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9825382Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9825614Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9825852Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9826074Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9826293Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9826506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9826716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_silu_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9826990Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 64%] 2022-11-23T02:05:12.9827220Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9827456Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9827686Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9827912Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9828154Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9828382Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9828621Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9828919Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:05:12.9829126Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9829336Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_fro_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:12.9829602Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:05:12.9829901Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:05:12.9830214Z 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-23T02:05:12.9830466Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9830715Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polar_cpu_float32 XFAIL [ 65%] 2022-11-23T02:05:12.9831199Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9831674Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9832142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9832611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9833066Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_positive_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9833480Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_prod_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9833899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_put_cpu_float32 XFAIL [ 65%] 2022-11-23T02:05:12.9834316Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9834791Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9835321Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9835892Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9836368Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9836808Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_remainder_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9837270Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9837734Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9838180Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9838640Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9839077Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsqrt_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9839563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_cpu_float32 XFAIL [ 65%] 2022-11-23T02:05:12.9839998Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL [ 65%] 2022-11-23T02:05:12.9840443Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL [ 65%] 2022-11-23T02:05:12.9840989Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9841555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL [ 65%] 2022-11-23T02:05:12.9842120Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9842765Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9843403Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9843890Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9844446Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9845000Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9845535Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9846044Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinc_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9846462Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinh_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9846943Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_scatter_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9847411Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9847926Z 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-23T02:05:12.9848461Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9849058Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9849584Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:05:12.9850138Z 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-23T02:05:12.9850698Z 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-23T02:05:12.9851292Z 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-23T02:05:12.9851815Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_entr_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9852244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9852729Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32 PASSED [ 65%] 2022-11-23T02:05:12.9853159Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9853587Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9854114Z 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-23T02:05:12.9854631Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL [ 66%] 2022-11-23T02:05:12.9855137Z 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-23T02:05:12.9855684Z 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-23T02:05:12.9856252Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9856770Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9868756Z 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-23T02:05:12.9869472Z 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-23T02:05:12.9869998Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9870504Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9870977Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9871385Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stft_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9871808Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sub_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9873083Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9873518Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9874114Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32 SKIPPED (Skipped!) [ 66%] 2022-11-23T02:05:12.9874619Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9875080Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_t_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9875492Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_cpu_float32 XFAIL [ 66%] 2022-11-23T02:05:12.9875899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tan_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9876300Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32 XFAIL [ 66%] 2022-11-23T02:05:12.9876743Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensordot_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9877239Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tile_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9877802Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) [ 66%] 2022-11-23T02:05:12.9878243Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapz_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9878684Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9879127Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unbind_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9879545Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unflatten_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9879981Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9880499Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9881052Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9881539Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unsqueeze_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9881965Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9882381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vdot_cpu_float32 XFAIL [ 66%] 2022-11-23T02:05:12.9882792Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9883213Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_where_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9883626Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zero__cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9884100Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9884607Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9885101Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9885550Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_hstack_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9885946Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_hypot_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9886390Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:05:12.9886902Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_copy_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9887293Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_cpu_float32 PASSED [ 66%] 2022-11-23T02:05:12.9887715Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_functorch_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9888211Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9888720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9889209Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9889689Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 67%] 2022-11-23T02:05:12.9890200Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 67%] 2022-11-23T02:05:12.9890692Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 67%] 2022-11-23T02:05:12.9891190Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ldexp_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9891622Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9892059Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_lgamma_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9892475Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cond_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9892913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9893334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_singular_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9893761Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvalsh_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9894177Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9894638Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9895137Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9895632Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9896075Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9896634Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9897059Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_power_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9897527Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9898043Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9898502Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9898885Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_qr_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9899292Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_ex_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9899715Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_triangular_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9900190Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svd_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9900598Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svdvals_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9901014Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorinv_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9901438Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorsolve_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9901841Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vander_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9902256Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vector_norm_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9902709Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9903148Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_log1p_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9903540Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_log2_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9904499Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9904897Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9905305Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_with_dtype_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9905721Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp2_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9906125Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9906588Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logdet_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9907039Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9907529Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:05:12.9907964Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logit_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9908345Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_logsumexp_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:12.9908815Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:05:12.9909269Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9909646Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mH_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9910016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mT_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9910402Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amax_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9910857Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:05:12.9911340Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:05:12.9911795Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9912202Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9912616Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_log_softmax_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9913038Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logaddexp_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9913444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_mean_cpu_float32 XFAIL [ 68%] 2022-11-23T02:05:12.9913909Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_norm_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9914311Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_normalize_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9914720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_prod_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9915125Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9915617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_select_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9916030Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmax_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9916435Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_std_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9916833Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_sum_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9917222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_var_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9917613Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_binary_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9918099Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9918545Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_with_dim_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9918958Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_maximum_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9919353Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mean_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9919747Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_median_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9920155Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9920574Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_binary_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9920987Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_no_dim_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9921417Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_with_dim_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9921829Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_minimum_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9922215Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mm_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9922599Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mode_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9923035Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:05:12.9923472Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mv_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9923881Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9924311Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9924720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9925116Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmedian_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9925516Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 XFAIL [ 68%] 2022-11-23T02:05:12.9925901Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9926291Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_cpu_float32 PASSED [ 68%] 2022-11-23T02:05:12.9926755Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_dropout_backward_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:05:12.9927310Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:05:12.9927811Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:05:12.9928313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:05:12.9928791Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9929244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9929677Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9930112Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool2d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9930547Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_batch_norm_cpu_float32 XFAIL [ 69%] 2022-11-23T02:05:12.9931041Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9931512Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9931962Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_celu_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9932393Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9932830Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9933300Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9933862Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9934389Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9934839Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9935323Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:05:12.9935895Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:05:12.9936450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:05:12.9936896Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9937337Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_group_norm_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9937777Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardshrink_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9938211Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9938651Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardswish_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9939092Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_instance_norm_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9939596Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9940051Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_layer_norm_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9940595Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_leaky_relu_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9941047Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_local_response_norm_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9941496Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9941938Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool2d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9942368Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9942804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9943265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:05:12.9943716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9944223Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9944716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:05:12.9945195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_nll_loss_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9945681Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_circular_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9946157Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_reflect_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9946646Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_replicate_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9947093Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9947514Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_prelu_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9947936Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu6_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9948380Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 69%] 2022-11-23T02:05:12.9948816Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9949263Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 69%] 2022-11-23T02:05:12.9949704Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softplus_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9950145Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softsign_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9950580Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9951057Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9951525Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9952051Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9952481Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9952875Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_fro_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9953448Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9953936Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9954385Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten_index_put_functorch_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9954801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_outer_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9955195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_permute_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9955617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9956050Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_2_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9956454Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_positive_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9956844Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9957271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_rad2deg_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9957713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9958203Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9958732Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9959176Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_ravel_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9959611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_remainder_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9960030Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_interleave_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9960471Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9960914Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_conj_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9961313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_rot90_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9961716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_3_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9962119Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsub_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9962517Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_add_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9962913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_cpu_float32 XFAIL [ 70%] 2022-11-23T02:05:12.9963312Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amax_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9963738Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_mean_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9964211Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9964770Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9965326Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9965843Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9966297Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_scatter_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9967218Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sgn_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9967691Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9968154Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sigmoid_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9968622Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9969143Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9969641Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9970095Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_scatter_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9970500Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sort_cpu_float32 PASSED [ 70%] 2022-11-23T02:05:12.9971074Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:05:12.9971635Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:05:12.9972200Z 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-23T02:05:12.9972759Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:05:12.9973226Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1e_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9973737Z 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-23T02:05:12.9974290Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:05:12.9974802Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:05:12.9975358Z 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-23T02:05:12.9975960Z 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-23T02:05:12.9976747Z 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-23T02:05:12.9977383Z 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-23T02:05:12.9977947Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:05:12.9978420Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_list_args_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9978838Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_with_sizes_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9979240Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sqrt_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9979698Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_square_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9980103Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_squeeze_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9980488Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_stack_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9980875Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9981265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_mean_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9981656Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_stft_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9982041Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9982431Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_tan_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9982871Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensor_split_cpu_float32 XFAIL [ 71%] 2022-11-23T02:05:12.9983307Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensordot_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9983703Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_topk_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9984161Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_trace_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9984567Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_triangular_solve_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9984971Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_tril_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9985350Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_triu_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9985741Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_trunc_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9986131Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_copy_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9986530Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9986987Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:05:12.9987439Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_mean_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9987830Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9988229Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_complex_cpu_float32 XFAIL [ 71%] 2022-11-23T02:05:12.9988682Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9989065Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_copy_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9989505Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_vsplit_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9989895Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_vstack_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9990291Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_where_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9990681Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_xlogy_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9991068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_zero__cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9991502Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:05:12.9991939Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_T_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:12.9992335Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9992730Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmod___cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9993131Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmul___cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9993585Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_abs_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9993976Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acos_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9994350Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acosh_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9994796Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcdiv_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9995234Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcmul_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9995624Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9996016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmv_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9996455Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:12.9996886Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amin_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:12.9997316Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:12.9997855Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:12.9998331Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:12.9998811Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:12.9999301Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:12.9999740Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_cpu_float32 XFAIL [ 72%] 2022-11-23T02:05:13.0000141Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asinh_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0000581Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0000961Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atanh_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0001427Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T02:05:13.0001839Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_baddbmm_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0002239Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bernoulli_cpu_float32 XFAIL [ 72%] 2022-11-23T02:05:13.0002667Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0003136Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:13.0003627Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:13.0004074Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_to_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0004520Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:13.0005023Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:13.0005483Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cat_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0005874Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdouble_cpu_float32 XFAIL [ 72%] 2022-11-23T02:05:13.0006265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ceil_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0006783Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cfloat_cpu_float32 XFAIL [ 72%] 2022-11-23T02:05:13.0007229Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_inverse_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0007653Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_solve_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0008059Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0008461Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_max_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0008862Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_min_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0009250Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clone_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0009654Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_column_stack_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0010047Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0010451Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0010926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_constant_pad_nd_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0011325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cos_cpu_float32 PASSED [ 72%] 2022-11-23T02:05:13.0011770Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:05:13.0012213Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummin_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0012648Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumsum_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0013033Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_deg2rad_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0013459Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0013858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_embed_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0014259Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagflat_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0014657Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0015045Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diff_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0015420Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_digamma_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0015827Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0016328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_trunc_rounding_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0016742Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_cpu_float32 XFAIL [ 73%] 2022-11-23T02:05:13.0017190Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:05:13.0017680Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:05:13.0018116Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erf_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0018539Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0018939Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_as_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0019385Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0019774Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expm1_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0020166Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0020645Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftn_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0021047Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft2_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0021423Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftn_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0021818Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0022214Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0022608Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft2_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0023007Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfftn_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0023408Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0023799Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fill_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0024172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fliplr_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0024666Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_cpu_float32 XFAIL [ 73%] 2022-11-23T02:05:13.0025141Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0025573Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_power_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0025969Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmod_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0026408Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:05:13.0026891Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:05:13.0027314Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gather_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0027762Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:05:13.0028195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gradient_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0028600Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_grid_sampler_2d_cpu_float32 XFAIL [ 73%] 2022-11-23T02:05:13.0029047Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:05:13.0029532Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:05:13.0029977Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hsplit_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0030408Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hstack_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0030809Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hypot_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0031259Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32 PASSED [ 73%] 2022-11-23T02:05:13.0031660Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0032057Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_inner_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0032494Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0032999Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0033490Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0034039Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0034520Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0034996Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0035468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0035944Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0036472Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 74%] 2022-11-23T02:05:13.0036946Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 74%] 2022-11-23T02:05:13.0037404Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ldexp_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0037869Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lgamma_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0038269Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cross_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0038680Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvals_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0039093Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0039527Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0039949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0040392Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0040864Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:05:13.0041308Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0041733Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0042143Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_norm_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0042657Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0043219Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0043694Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_multi_dot_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0044094Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0044536Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0044983Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0045481Z 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-23T02:05:13.0045952Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_qr_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0046359Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_slogdet_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0046856Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0047273Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorinv_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0047690Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0048145Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0048637Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log2_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0049080Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0049489Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp2_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0049942Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0050431Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0050936Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logit_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0051341Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logsumexp_cpu_float32 PASSED [ 74%] 2022-11-23T02:05:13.0051815Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0052317Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:05:13.0052753Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0053142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mT_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0053543Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amax_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0053933Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amin_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0054386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0054808Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0055275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logaddexp_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0055695Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logsumexp_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0056108Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_norm_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0056607Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0057002Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_std_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0057419Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0057833Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_maximum_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0058232Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_median_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0058663Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:05:13.0059135Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:05:13.0059570Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_binary_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0059955Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_minimum_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0060488Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mode_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0060891Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_movedim_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0061334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mul_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0061791Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:05:13.0062237Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mv_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0062650Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 XFAIL [ 75%] 2022-11-23T02:05:13.0063064Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 XFAIL [ 75%] 2022-11-23T02:05:13.0063491Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 XFAIL [ 75%] 2022-11-23T02:05:13.0063906Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmedian_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0064304Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0064775Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_batch_norm_cpu_float32 XFAIL [ 75%] 2022-11-23T02:05:13.0065211Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:05:13.0065623Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_neg_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0066049Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:05:13.0066584Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:05:13.0067057Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0067561Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0068015Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0068456Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0068900Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_alpha_dropout_cpu_float32 XFAIL [ 75%] 2022-11-23T02:05:13.0069326Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0069761Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0070218Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0070439Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0070675Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0070908Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0071130Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0071348Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0071571Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:13.0071785Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0072065Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0072280Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0072530Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0072740Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_elu_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0072956Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0073238Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0073489Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0073716Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0073984Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0074189Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0074402Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0074602Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0074807Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0075021Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardswish_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0075230Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0075437Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0075652Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_instance_norm_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0075872Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0076095Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0076302Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0076513Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0076717Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_linear_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0076938Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0077152Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0077374Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0077582Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0077790Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0078001Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0078219Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0078486Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0078749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0078972Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0079228Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0079446Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0079665Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0079858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_prelu_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0080066Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0080265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_silu_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0080537Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0080751Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T02:05:13.0080960Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0081180Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0081389Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softplus_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0081599Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0081816Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_threshold_cpu_float32 PASSED [ 76%] 2022-11-23T02:05:13.0082040Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0082263Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0082480Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0082717Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0082921Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_number_mean_cpu_float32 XFAIL [ 77%] 2022-11-23T02:05:13.0083156Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0083362Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ormqr_cpu_float32 SKIPPED (Skipped!) [ 77%] 2022-11-23T02:05:13.0083556Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pca_lowrank_cpu_float32 XFAIL [ 77%] 2022-11-23T02:05:13.0083749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pinverse_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0083963Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0084172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0084356Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pow_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0084586Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0084759Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_qr_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0085021Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rad2deg_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0085328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0085574Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0085818Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0086004Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_real_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0086225Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reciprocal_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0086563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_renorm_cpu_float32 XFAIL [ 77%] 2022-11-23T02:05:13.0086766Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0086961Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_as_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0087212Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0087446Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0087642Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_conj_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0087828Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_roll_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0088015Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rot90_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0088222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_neg_3_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0088409Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsub_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0088655Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scalar_tensor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0088858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_add_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0089047Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0089257Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0089464Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_mean_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0089675Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_lengths_cpu_float32 XFAIL [ 77%] 2022-11-23T02:05:13.0089883Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_offsets_cpu_float32 XFAIL [ 77%] 2022-11-23T02:05:13.0090070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sgn_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0090246Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sign_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0090505Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0090797Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0090987Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinc_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0091177Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_cpu_float32 PASSED [ 77%] 2022-11-23T02:05:13.0091484Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 77%] 2022-11-23T02:05:13.0091800Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0092052Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:05:13.0092351Z 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-23T02:05:13.0092641Z 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-23T02:05:13.0092909Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0093172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0093378Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0094239Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0094499Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0094737Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0095008Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0095311Z 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-23T02:05:13.0095611Z 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-23T02:05:13.0095876Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0096068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0096357Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sqrt_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0096551Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0096792Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stack_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0096986Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_mean_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0097176Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0097409Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sub_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0097611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_lowrank_cpu_float32 XFAIL [ 78%] 2022-11-23T02:05:13.0097781Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_t_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0097981Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_along_dim_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0098175Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tan_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0098361Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tanh_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0098556Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensor_split_cpu_float32 XFAIL [ 78%] 2022-11-23T02:05:13.0098816Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_sparse_cpu_float32 XFAIL [ 78%] 2022-11-23T02:05:13.0099016Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapezoid_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0099210Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapz_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0099417Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triangular_solve_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0099601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triu_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0099801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_true_divide_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0099990Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trunc_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0100179Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unbind_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0100382Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_copy_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0100631Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0100867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0101057Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_mean_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0101251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_copy_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0101439Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0101627Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vsplit_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0101803Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vstack_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0101992Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_where_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0102191Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_xlogy_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0102381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zero__cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0102670Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:05:13.0102858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_T_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:13.0103042Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___cpu_float32 XFAIL [ 79%] 2022-11-23T02:05:13.0103247Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___functorch_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0103474Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___radd___cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0103656Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___rdiv___cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0103842Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___rmod___cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0104025Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___rmul___cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0104208Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0104386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp___rsub___cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0104572Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_addcmul_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0104766Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_addmv_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0105006Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0105187Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_amax_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0105373Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_angle_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0105670Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0105908Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0106134Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0106370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0106566Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32 XFAIL [ 79%] 2022-11-23T02:05:13.0106749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_asin_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0106932Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_atan2_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0107130Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_1d_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0107316Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_baddbmm_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0107571Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:05:13.0107754Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_cpu_float32 XFAIL [ 79%] 2022-11-23T02:05:13.0107939Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_bmm_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0108206Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0108409Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_tensors_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0108695Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0108897Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cartesian_prod_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0109087Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cdist_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0109388Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0109579Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0109769Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_solve_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0109948Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_chunk_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0110134Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_max_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0110325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_column_stack_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0110506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_combinations_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0110696Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0110877Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0111069Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_corrcoef_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0111251Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cos_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0111434Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cosh_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0111675Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:05:13.0111859Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cross_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0112109Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0112299Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cumprod_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0112493Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_cumsum_cpu_float32 PASSED [ 79%] 2022-11-23T02:05:13.0112679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_deg2rad_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0112862Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0113053Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_embed_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0113244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_diagflat_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0113439Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_copy_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0113616Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_diff_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0113817Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_div_floor_rounding_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0114074Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_div_no_rounding_mode_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0114275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_div_trunc_rounding_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0114439Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_dot_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0114618Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_double_cpu_float32 XFAIL [ 80%] 2022-11-23T02:05:13.0114883Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0115072Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_dsplit_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0115253Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_dstack_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0115481Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_einsum_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0115667Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_erfinv_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0115850Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_exp_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0116039Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_as_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0116222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0116450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:05:13.0116636Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft2_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0116818Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftn_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0117002Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft2_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0117186Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfftn_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0117367Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0117561Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftshift_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0117747Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0117932Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0118117Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft2_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0118281Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0118461Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_fill_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0118710Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_flatten_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0118900Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_flipud_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0119094Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_float_power_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0119279Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_gradient_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0119505Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:05:13.0119685Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_half_cpu_float32 XFAIL [ 80%] 2022-11-23T02:05:13.0119905Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___functorch_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0120105Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rdiv___cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0120309Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmod___cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0120555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rsub___cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0120804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_abs_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0121000Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_add_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0121201Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcdiv_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0121450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcmul_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0121673Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32 PASSED [ 80%] 2022-11-23T02:05:13.0121875Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmv_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0122074Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amax_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0122266Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amin_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0122518Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:05:13.0122754Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:05:13.0122997Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:05:13.0123237Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:05:13.0123447Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_cpu_float32 XFAIL [ 81%] 2022-11-23T02:05:13.0123667Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL [ 81%] 2022-11-23T02:05:13.0123869Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asinh_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0124065Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan2_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0124260Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0124468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_1d_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0124670Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_2d_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0124877Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_baddbmm_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0125680Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0125899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bmm_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0126163Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:05:13.0126382Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0126594Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0126860Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cartesian_prod_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0127066Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdist_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0127271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdouble_cpu_float32 XFAIL [ 81%] 2022-11-23T02:05:13.0127569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chalf_cpu_float32 XFAIL [ 81%] 2022-11-23T02:05:13.0127818Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:05:13.0128095Z 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-23T02:05:13.0128294Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chunk_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0128487Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0128693Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_max_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0128902Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_column_stack_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0129114Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_combinations_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0129314Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_complex_cpu_float32 XFAIL [ 81%] 2022-11-23T02:05:13.0129514Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0129713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_physical_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0129926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0130131Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_contiguous_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0130337Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_corrcoef_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0130538Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cos_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0130737Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cosh_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0130934Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cross_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0131125Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummax_cpu_float32 XFAIL [ 81%] 2022-11-23T02:05:13.0131326Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumprod_cpu_float32 XFAIL [ 81%] 2022-11-23T02:05:13.0131526Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0131732Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0131994Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diff_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0132219Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED [ 81%] 2022-11-23T02:05:13.0132423Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dot_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0132623Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_cpu_float32 XFAIL [ 82%] 2022-11-23T02:05:13.0132907Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0133110Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dstack_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0133347Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_einsum_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0133598Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0133845Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0134144Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0134344Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erf_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0134544Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp2_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0134751Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_as_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0134943Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0135145Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expm1_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0135397Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0135605Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0135809Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0136011Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0136308Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftshift_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0136518Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0136717Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0136923Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL [ 82%] 2022-11-23T02:05:13.0137126Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0137333Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft2_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0137536Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0137745Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0137941Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fill_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0138146Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flatten_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0138348Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flip_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0138615Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flipud_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0138859Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_cpu_float32 XFAIL [ 82%] 2022-11-23T02:05:13.0139075Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_power_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0139275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0139578Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0139783Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frac_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0139969Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frexp_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0140216Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0140417Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gather_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0140713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0140916Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gradient_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0141159Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0141387Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0141639Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0141888Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0142143Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0142344Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hypot_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:13.0142592Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:05:13.0142796Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_add_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0142999Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_copy_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0143203Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_fill_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0143402Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_inner_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0143649Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0143896Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0144135Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0144379Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T02:05:13.0144628Z 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-23T02:05:13.0144929Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kron_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0145140Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kthvalue_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0145379Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0145623Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lgamma_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0145830Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0146036Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0146240Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_singular_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0146445Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0146662Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0146931Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0147161Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0147364Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0147631Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0147838Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0148050Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0148262Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0148533Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0148741Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0148975Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0149179Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_qr_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0149397Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0149606Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0149821Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0150023Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log10_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0150216Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log1p_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0150412Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0150617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0150869Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0151085Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0151402Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0151702Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0151896Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0152094Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_solve_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0152285Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32 XFAIL [ 83%] 2022-11-23T02:05:13.0152492Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amax_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0152695Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amin_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0152949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:05:13.0153218Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumsum_cpu_float32 PASSED [ 83%] 2022-11-23T02:05:13.0153422Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_cpu_float32 XFAIL [ 84%] 2022-11-23T02:05:13.0153658Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0153871Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_log_softmax_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0154089Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logaddexp_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0154294Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_mean_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0154504Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_median_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0154704Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_norm_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0154904Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_scatter_cpu_float32 XFAIL [ 84%] 2022-11-23T02:05:13.0155110Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_select_cpu_float32 XFAIL [ 84%] 2022-11-23T02:05:13.0155317Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmin_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0155521Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_sum_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0155720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matmul_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0155926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_binary_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0156158Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0156357Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mean_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0156553Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_median_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0156822Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0157027Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_binary_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0157247Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0157575Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0157759Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mm_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0157962Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_movedim_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0158159Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_msort_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0158414Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:05:13.0158607Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mv_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0158828Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0159040Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0159247Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmedian_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0159490Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_cpu_float32 XFAIL [ 84%] 2022-11-23T02:05:13.0159717Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:05:13.0159935Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_layer_norm_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0160194Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:05:13.0160442Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:05:13.0160692Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:05:13.0160926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0161162Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0161381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0161603Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0161823Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL [ 84%] 2022-11-23T02:05:13.0162070Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0162288Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0162515Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0162807Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0163046Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0163271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0163545Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 84%] 2022-11-23T02:05:13.0163838Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0164050Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0164288Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:05:13.0164510Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0164746Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0165008Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:05:13.0165275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:05:13.0165510Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0165785Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0165998Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_glu_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0166222Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0166446Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0166670Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0166892Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0167110Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0167339Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0167570Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0167806Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0168045Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0168281Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0168521Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0168749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0169024Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0169245Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0169480Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0169733Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0170024Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0170245Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0170469Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0170694Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0170920Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0171120Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pdist_cpu_float32 XFAIL [ 85%] 2022-11-23T02:05:13.0171347Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0171578Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0171792Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_selu_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0172054Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0172283Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0172505Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0172724Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0172947Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0173172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0173404Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0173628Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0173828Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_inf_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:13.0174042Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:05:13.0174286Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:05:13.0174589Z 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-23T02:05:13.0174861Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0175089Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0175309Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0175552Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ravel_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0175762Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reciprocal_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0175970Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_remainder_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0176275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0176537Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0176791Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0176994Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rot90_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0177192Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0177404Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_3_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0177621Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0177825Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsqrt_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0178028Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0178286Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL [ 86%] 2022-11-23T02:05:13.0178499Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL [ 86%] 2022-11-23T02:05:13.0178713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL [ 86%] 2022-11-23T02:05:13.0178914Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0179123Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_scatter_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0179400Z 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-23T02:05:13.0179604Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0179801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sign_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0180066Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0180328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0180526Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0180726Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0180985Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0181246Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0181538Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0181814Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0182092Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0182398Z 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-23T02:05:13.0182660Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_entr_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0182872Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0183144Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0183352Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0183650Z 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-23T02:05:13.0183916Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0184180Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:05:13.0184422Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 86%] 2022-11-23T02:05:13.0184742Z 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-23T02:05:13.0185048Z 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-23T02:05:13.0185344Z 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-23T02:05:13.0185637Z 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-23T02:05:13.0185840Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_xlog1py_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0186092Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0186306Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_list_args_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0186506Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sqrt_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0186707Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_squeeze_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0186955Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stack_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0187156Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0187347Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sub_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0187577Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0187784Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_lowrank_cpu_float32 XFAIL [ 87%] 2022-11-23T02:05:13.0187980Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tan_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0188187Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensor_split_cpu_float32 XFAIL [ 87%] 2022-11-23T02:05:13.0188396Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:05:13.0188598Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_sparse_cpu_float32 XFAIL [ 87%] 2022-11-23T02:05:13.0188846Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trace_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0189064Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triangular_solve_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0189264Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triu_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0189468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_true_divide_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0189668Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unbind_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0189864Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_cpu_float32 XFAIL [ 87%] 2022-11-23T02:05:13.0190066Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unsqueeze_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0190257Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0190460Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_mean_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0190688Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vdot_cpu_float32 XFAIL [ 87%] 2022-11-23T02:05:13.0190886Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0191089Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_copy_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0191285Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0191483Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vstack_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0191680Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_where_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0191930Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0192165Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0192354Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_hsplit_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0192540Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_hypot_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0192824Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0193015Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_cpu_float32 XFAIL [ 87%] 2022-11-23T02:05:13.0193219Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_functorch_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0193413Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 XFAIL [ 87%] 2022-11-23T02:05:13.0193649Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_index_select_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0193835Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_inner_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0194068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0194301Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0194532Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0194753Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 87%] 2022-11-23T02:05:13.0194991Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 87%] 2022-11-23T02:05:13.0195234Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_kron_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0195461Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:05:13.0195632Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_lerp_cpu_float32 PASSED [ 87%] 2022-11-23T02:05:13.0195814Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_lgamma_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0196006Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cond_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0196198Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cross_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0196386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0196571Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eig_cpu_float32 XFAIL [ 88%] 2022-11-23T02:05:13.0196771Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvalsh_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0196964Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0197788Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0198037Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0198280Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0198494Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0198679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0198933Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_norm_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0199141Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_power_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0199421Z 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-23T02:05:13.0199657Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_ex_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0199866Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_triangular_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0200079Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:05:13.0200272Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0200508Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0200696Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_log1p_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0200866Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_log2_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0201046Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_log_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0201237Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0201427Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp2_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0201617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0201856Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0202093Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0202387Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0202575Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_logit_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0202804Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0202989Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0203170Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mT_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0203408Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:05:13.0203601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumsum_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0203801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_log_softmax_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0203998Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logaddexp_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0204243Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logsumexp_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0204428Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_mean_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0204618Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_select_cpu_float32 XFAIL [ 88%] 2022-11-23T02:05:13.0204860Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmax_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0205049Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_std_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0205217Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_matmul_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0205403Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_max_binary_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0205651Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_no_dim_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0205841Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_maximum_cpu_float32 PASSED [ 88%] 2022-11-23T02:05:13.0206022Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mean_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0206201Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_median_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0206407Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0206620Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0206806Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_min_binary_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0207008Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0207191Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mode_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0207392Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0207580Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nan_to_num_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0207763Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0207949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmedian_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0208130Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0208370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:05:13.0208549Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_cpu_float32 XFAIL [ 89%] 2022-11-23T02:05:13.0209205Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_native_dropout_backward_cpu_float32 [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0209705Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0210196Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0210680Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0211259Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0211789Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0212273Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0212751Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0213234Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0213707Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0214182Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0214712Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0215186Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0215658Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0216146Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0216773Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0217288Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0217810Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0218284Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0218756Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0219224Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0219695Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0220167Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0220692Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0221169Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0221640Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0222113Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0222630Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0223148Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0223619Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0224153Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0224625Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0225095Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0225567Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0226494Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0226975Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0227448Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0227925Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0228396Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0228918Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0229442Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0229959Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0230432Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0230905Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0231374Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0231844Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0232371Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0232857Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0233328Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0233795Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0234311Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0234779Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0235250Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0235766Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0236284Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0236754Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0237224Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0237692Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0238202Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0238677Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0239143Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0239615Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0240131Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0240613Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0241087Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0241558Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0242073Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0242591Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0243062Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0243575Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0244048Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0244516Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0244983Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0245447Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0245955Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0246425Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0246889Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0247356Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0247832Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0248351Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0248865Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0249379Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0249849Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0250314Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0250786Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0251294Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0251761Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0252226Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0252696Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0253160Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0253627Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0254146Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0254617Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0255172Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0255642Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0256110Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0256694Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0257213Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0257685Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0258158Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0258633Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0259098Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0259566Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0260035Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0260599Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0269627Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0270227Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0270729Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0271238Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0271865Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0272347Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0272877Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0273364Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0273892Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0274368Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0274841Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0275388Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0275866Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0276337Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0276811Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0277323Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0277793Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0278265Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0278740Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0279274Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0279797Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:05:13.0279882Z PASSED [ 89%] 2022-11-23T02:05:13.0280073Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_native_layer_norm_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0280313Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:05:13.0280550Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:05:13.0280785Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:05:13.0281018Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:05:13.0281317Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:05:13.0281546Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0281768Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0281990Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0282199Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_batch_norm_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0282434Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0282638Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv1d_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0282850Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0283127Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0283358Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0283581Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0283823Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0284049Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0284269Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:05:13.0284480Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:05:13.0284736Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:05:13.0284951Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 89%] 2022-11-23T02:05:13.0285151Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gelu_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0285363Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_grid_sample_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0285573Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_group_norm_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0285783Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0285996Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardsigmoid_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0286192Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardswish_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0286399Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0286622Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0286825Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:13.0287037Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_instance_norm_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0287259Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0287530Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0287750Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_local_response_norm_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0287960Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0288170Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0288381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0288599Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0288827Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0289032Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_nll_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0289240Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_normalize_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0289493Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_circular_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0289702Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_constant_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0289909Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_reflect_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0290176Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pairwise_distance_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0290380Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0290593Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0290844Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_prelu_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0291045Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0291244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:05:13.0291458Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0291661Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0291878Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0292088Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softshrink_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0292305Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0292538Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T02:05:13.0292728Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_fro_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0292913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_nuc_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0293113Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:05:13.0293345Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T02:05:13.0293533Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_pca_lowrank_cpu_float32 XFAIL [ 90%] 2022-11-23T02:05:13.0293721Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_pinverse_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0293951Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_polar_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0294159Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0294370Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_3_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0294555Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_positive_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0294736Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_pow_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0294913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_prod_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0295088Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0295271Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 XFAIL [ 90%] 2022-11-23T02:05:13.0295442Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_rad2deg_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0295678Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T02:05:13.0295962Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T02:05:13.0296273Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_reciprocal_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0296465Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_remainder_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0296649Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32 PASSED [ 90%] 2022-11-23T02:05:13.0296848Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_interleave_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0297037Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0297274Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0297461Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_neg_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0297646Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_round_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0297844Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_0_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0298039Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_3_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0298244Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_neg_3_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0298425Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_rsqrt_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0298606Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_rsub_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0298795Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_add_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0298982Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0299186Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amax_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0299379Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amin_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0299569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_mean_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0299749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_sum_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0299993Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0300201Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0300459Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0300643Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sgn_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0300909Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0301093Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sigmoid_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0301345Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0301593Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0301772Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sin_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0301954Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sinh_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0302138Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0302872Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0303115Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0303357Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0303551Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_erfcx_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0303813Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0304006Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i0e_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0304198Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1e_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0304489Z 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-23T02:05:13.0304691Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0304943Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0305195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0305388Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0305582Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtri_cpu_float32 PASSED [ 91%] 2022-11-23T02:05:13.0305831Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0306143Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0306444Z 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-23T02:05:13.0306775Z 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-23T02:05:13.0307057Z 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-23T02:05:13.0307395Z 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-23T02:05:13.0307654Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:05:13.0307894Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:05:13.0308079Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_split_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0308275Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_split_list_args_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0308472Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0308656Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_square_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0308843Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_squeeze_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0309024Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sub_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0309243Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0309432Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_to_size_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0309611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0309801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_lowrank_cpu_float32 XFAIL [ 92%] 2022-11-23T02:05:13.0309977Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_t_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0310154Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 XFAIL [ 92%] 2022-11-23T02:05:13.0310340Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_tensor_split_cpu_float32 XFAIL [ 92%] 2022-11-23T02:05:13.0310529Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_tensordot_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0310714Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_tile_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0310891Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_topk_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0311057Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_trace_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0311245Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_trapezoid_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0311426Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_tril_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0311598Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_triu_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0311783Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_true_divide_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0311963Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_trunc_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0312147Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_unbind_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0312334Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_unflatten_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0312519Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_copy_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0312697Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_var_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0312880Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_var_mean_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0313059Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0313256Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_complex_cpu_float32 XFAIL [ 92%] 2022-11-23T02:05:13.0313441Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_view_copy_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0313668Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_vsplit_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0313854Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_vstack_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0314039Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_where_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0314214Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_zero__cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0314444Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:05:13.0314614Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_H_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0314802Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___radd___cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0314989Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rdiv___cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0315171Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmul___cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0315354Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0315578Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rsub___cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0315792Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp__softmax_backward_data_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0315979Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acosh_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0316169Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcmul_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0316356Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:13.0316562Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_decomposed_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0316747Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmv_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0316936Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addr_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0317180Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0317361Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amax_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0317547Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amin_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0317731Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_angle_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0317970Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0318204Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0318437Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0318676Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0318917Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0319107Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32 XFAIL [ 93%] 2022-11-23T02:05:13.0319294Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0319503Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:05:13.0319711Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:05:13.0319902Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_baddbmm_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0320140Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_block_diag_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0320330Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bmm_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0320536Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_tensors_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0320778Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0321011Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0321277Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:05:13.0321479Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cartesian_prod_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0321670Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdouble_cpu_float32 XFAIL [ 93%] 2022-11-23T02:05:13.0321858Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ceil_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0322091Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cfloat_cpu_float32 XFAIL [ 93%] 2022-11-23T02:05:13.0322276Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chalf_cpu_float32 XFAIL [ 93%] 2022-11-23T02:05:13.0322467Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0322667Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_solve_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0322856Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chunk_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0323041Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0323231Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_min_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0323419Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0323605Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0323805Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_physical_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0323996Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0324179Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cosh_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0324367Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cross_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0324556Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumsum_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0324768Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumulative_trapezoid_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0324958Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_deg2rad_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0325145Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0325337Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagflat_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0325536Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_copy_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0325726Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_cpu_float32 PASSED [ 93%] 2022-11-23T02:05:13.0325930Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_scatter_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0326118Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_digamma_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0326303Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dist_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0326553Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_floor_rounding_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0326761Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_no_rounding_mode_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0326971Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_trunc_rounding_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0327155Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dot_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0327367Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0327556Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dstack_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0327794Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0328028Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0328217Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erf_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0328450Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfc_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0328636Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfinv_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0328823Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp2_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0329004Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0329192Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expm1_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0329381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft2_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0329569Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0329756Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftn_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0329953Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftshift_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0330147Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft2_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0330337Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfftn_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0330523Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft2_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0330713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0330896Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftn_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0331085Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0331278Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft2_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0331451Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fill_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0331643Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flipud_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0331867Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0332051Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frac_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0332284Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0332524Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0332714Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gather_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0333391Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0333644Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0333913Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 94%] 2022-11-23T02:05:13.0334144Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0334366Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0334559Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hypot_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0334754Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0334948Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0335156Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_functorch_cpu_float32 PASSED [ 94%] 2022-11-23T02:05:13.0335408Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 XFAIL [ 94%] 2022-11-23T02:05:13.0335643Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:05:13.0335880Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T02:05:13.0336127Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T02:05:13.0336417Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ldexp_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0336655Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0336841Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lerp_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0337081Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cond_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0337281Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cross_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0337475Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0337720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvalsh_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0337944Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32 XFAIL [ 95%] 2022-11-23T02:05:13.0338195Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0338454Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0338704Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0338907Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0339111Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0339312Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0339517Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_power_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0339719Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0339999Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0340279Z 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-23T02:05:13.0340483Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0340683Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0340880Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0341091Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0341287Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0341486Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vander_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0341727Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0341961Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log2_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0342157Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0342354Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_with_dtype_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0342551Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0342749Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0342938Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logdet_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0343183Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0343421Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0343653Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0343883Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0344068Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0344259Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0344442Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mH_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0344617Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mT_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0344862Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:05:13.0345065Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0345263Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0345488Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0345682Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_mean_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0345883Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_median_cpu_float32 PASSED [ 95%] 2022-11-23T02:05:13.0346089Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_normalize_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0346285Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0346538Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0346741Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmax_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0346922Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_sum_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0347110Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matmul_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0347317Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_no_dim_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0347527Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_with_dim_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0347713Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mean_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0347926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0348145Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0348386Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_minimum_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0348571Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mm_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0348762Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_movedim_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0348949Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_msort_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0349134Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mul_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0349378Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:05:13.0349588Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0349801Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0350010Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0350204Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nan_to_num_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0350393Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0350589Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmedian_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0350784Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 XFAIL [ 96%] 2022-11-23T02:05:13.0350969Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0351207Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:05:13.0351447Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:05:13.0351691Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:05:13.0351918Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0352136Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0352347Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0352559Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0352845Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped!) [ 96%] 2022-11-23T02:05:13.0353063Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0353272Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_celu_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0353480Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv1d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0353685Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0353910Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0354145Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0354385Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0354611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0354907Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0355159Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0355381Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0355607Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0355826Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:13.0356036Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL [ 97%] 2022-11-23T02:05:13.0356262Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:05:13.0356468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0356748Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:05:13.0357002Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:05:13.0357243Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:05:13.0357435Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0357710Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:05:13.0357926Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_group_norm_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0358142Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0358353Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0358565Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0358785Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0359012Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0359293Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0359524Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0359752Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0359959Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0360172Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0360396Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0360611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0360829Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL [ 97%] 2022-11-23T02:05:13.0361096Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL [ 97%] 2022-11-23T02:05:13.0361311Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0361516Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0361722Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0362001Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:05:13.0362292Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:05:13.0362527Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0362741Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_normalize_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0362962Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0363180Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0363371Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0363576Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0363792Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0364002Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0364214Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0364428Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0364633Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_unfold_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0364872Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 97%] 2022-11-23T02:05:13.0365062Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_fro_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0365250Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_inf_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0365486Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_cpu_float32 XFAIL [ 97%] 2022-11-23T02:05:13.0365783Z 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-23T02:05:13.0366003Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED [ 97%] 2022-11-23T02:05:13.0366210Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ormqr_cpu_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:05:13.0366397Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_outer_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0366582Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polar_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0366797Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0367010Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0367203Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_positive_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0367433Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 XFAIL [ 98%] 2022-11-23T02:05:13.0367609Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_qr_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0367854Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0368091Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0368317Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0368501Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ravel_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0368691Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_real_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0368887Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reciprocal_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0369076Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0369267Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0369474Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_interleave_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0369662Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0369899Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0370098Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_conj_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0370295Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_neg_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0370481Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_roll_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0370669Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rot90_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0370856Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0371059Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_0_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0371249Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0371457Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amin_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0371661Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_sum_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0371985Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 98%] 2022-11-23T02:05:13.0372188Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0372377Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sgn_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0372612Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0372865Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0373128Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0373383Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0373638Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0373873Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinc_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0374078Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_with_dtype_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0374265Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sort_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0374513Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0374760Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0375051Z 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-23T02:05:13.0375342Z 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-23T02:05:13.0375610Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0375874Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:05:13.0376074Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i0e_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0376368Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1_cpu_float32 PASSED [ 98%] 2022-11-23T02:05:13.0376635Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0376925Z 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-23T02:05:13.0377183Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0377441Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0377705Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0377969Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0378326Z 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-23T02:05:13.0378628Z 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-23T02:05:13.0378926Z 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-23T02:05:13.0379187Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0379426Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0379627Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_list_args_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0379830Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0380064Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0380257Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_mean_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0380451Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_to_size_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0380640Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_symeig_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0380809Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_t_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0380998Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tanh_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0381193Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensor_split_cpu_float32 XFAIL [ 99%] 2022-11-23T02:05:13.0381372Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_cpu_float32 XFAIL [ 99%] 2022-11-23T02:05:13.0381563Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32 XFAIL [ 99%] 2022-11-23T02:05:13.0381752Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_topk_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0381939Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trace_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0382134Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_transpose_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0382328Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapezoid_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0382517Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapz_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0382720Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triangular_solve_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0382907Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triu_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0383106Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_true_divide_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0383295Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trunc_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0383482Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0383679Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_copy_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0383919Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0384171Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0384365Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsqueeze_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0384601Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0384791Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_mean_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0384965Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0385157Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0385345Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_copy_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0385529Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0385715Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vsplit_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0385900Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vstack_cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0386086Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zero__cpu_float32 PASSED [ 99%] 2022-11-23T02:05:13.0386325Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:05:13.0386611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) [100%] 2022-11-23T02:05:13.0386622Z 2022-11-23T02:05:13.0386746Z ============================== warnings summary =============================== 2022-11-23T02:05:13.0386936Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:05:13.0387239Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:05:13.0387353Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:05:13.0387360Z 2022-11-23T02:05:13.0387563Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:05:13.0387869Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-9b408be756d1602a.xml - 2022-11-23T02:05:13.0388033Z = 3457 passed, 984 skipped, 14 deselected, 183 xfailed, 1 warning in 1928.33s (0:32:08) = 2022-11-23T02:05:13.0388224Z 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-23T02:05:13.0388231Z 2022-11-23T02:05:13.0388623Z ##[endgroup] 2022-11-23T02:05:13.0388890Z FINISHED PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_3lun26li) 2022-11-23T02:05:13.0388896Z 2022-11-23T02:05:13.2152220Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-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 02:05:13.214482] 2022-11-23T02:05:13.2152967Z Ignoring disabled issues: [] 2022-11-23T02:05:13.2153111Z Prioritized test from test file changes. 2022-11-23T02:05:13.2153293Z reordering tests for PR: 2022-11-23T02:05:13.2153390Z prioritized: [] 2022-11-23T02:05:13.2153788Z 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-23T02:05:13.2153798Z 2022-11-23T02:05:13.2154159Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-11-23T02:05:13.2154539Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T02:05:24.7366809Z 2022-11-23T02:05:24.7367634Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T02:05:24.7368874Z ##[group]PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_kv_zcf_q) 2022-11-23T02:05:24.7369552Z Test results will be stored in test-reports\python-pytest\functorch.test_ops\functorch.test_ops-102ac4d86283e191.xml 2022-11-23T02:05:24.7369977Z ============================= test session starts ============================= 2022-11-23T02:05:24.7370314Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:05:24.7370600Z cachedir: .pytest_cache 2022-11-23T02:05:24.7370956Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:05:24.7371375Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:05:24.7371790Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:05:24.7372150Z collecting ... collected 9104 items / 9076 deselected / 28 selected 2022-11-23T02:05:24.7375609Z 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-23T02:05:24.7378964Z 2022-11-23T02:05:24.7379172Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_cpu_float32 PASSED [ 3%] 2022-11-23T02:05:24.7379586Z functorch\test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_ex_cpu_float32 PASSED [ 7%] 2022-11-23T02:05:24.7380050Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_cpu_float32 PASSED [ 10%] 2022-11-23T02:05:24.7380453Z functorch\test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_ex_cpu_float32 PASSED [ 14%] 2022-11-23T02:05:24.7380849Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_cpu_float32 PASSED [ 17%] 2022-11-23T02:05:24.7381316Z functorch\test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 21%] 2022-11-23T02:05:24.7381708Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_cpu_float32 PASSED [ 25%] 2022-11-23T02:05:24.7382161Z functorch\test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_ex_cpu_float32 PASSED [ 28%] 2022-11-23T02:05:24.7382550Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_cpu_float32 PASSED [ 32%] 2022-11-23T02:05:24.7382950Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 35%] 2022-11-23T02:05:24.7383354Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_cpu_float32 PASSED [ 39%] 2022-11-23T02:05:24.7383760Z functorch\test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_ex_cpu_float32 PASSED [ 42%] 2022-11-23T02:05:24.7384235Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float32 PASSED [ 46%] 2022-11-23T02:05:24.7384653Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float64 PASSED [ 50%] 2022-11-23T02:05:24.7385079Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32 PASSED [ 53%] 2022-11-23T02:05:24.7385512Z functorch\test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 57%] 2022-11-23T02:05:24.7385947Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32 PASSED [ 60%] 2022-11-23T02:05:24.7386392Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED [ 64%] 2022-11-23T02:05:24.7386827Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_cpu_float32 PASSED [ 67%] 2022-11-23T02:05:24.7387302Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_ex_cpu_float32 PASSED [ 71%] 2022-11-23T02:05:24.7387705Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_cpu_float32 PASSED [ 75%] 2022-11-23T02:05:24.7388182Z functorch\test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 78%] 2022-11-23T02:05:24.7388611Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_cpu_float32 PASSED [ 82%] 2022-11-23T02:05:24.7389051Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED [ 85%] 2022-11-23T02:05:24.7389468Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_cpu_float32 PASSED [ 89%] 2022-11-23T02:05:24.7389875Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_ex_cpu_float32 PASSED [ 92%] 2022-11-23T02:05:24.7390282Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_cpu_float32 PASSED [ 96%] 2022-11-23T02:05:24.7390699Z functorch\test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-11-23T02:05:24.7390907Z 2022-11-23T02:05:24.7391028Z ============================== warnings summary =============================== 2022-11-23T02:05:24.7391354Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:05:24.7391850Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:05:24.7392259Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:05:24.7392399Z 2022-11-23T02:05:24.7392593Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:05:24.7393151Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-102ac4d86283e191.xml - 2022-11-23T02:05:24.7393652Z =============== 28 passed, 9076 deselected, 1 warning in 6.38s ================ 2022-11-23T02:05:24.7394033Z 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-23T02:05:24.7394241Z 2022-11-23T02:05:24.7394500Z ##[endgroup] 2022-11-23T02:05:24.7394874Z FINISHED PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_kv_zcf_q) 2022-11-23T02:05:24.7395149Z 2022-11-23T02:05:24.7395279Z Running functorch/test_vmap ... [2022-11-23 02:05:24.737579] 2022-11-23T02:05:24.7395709Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:05:24.738179] 2022-11-23T02:07:07.7639858Z 2022-11-23T02:07:07.7640449Z Expand the folded group to see the log file of functorch/test_vmap 2022-11-23T02:07:07.7641335Z ##[group]PRINTING LOG FILE of functorch/test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_vmap_30xx8ckz) 2022-11-23T02:07:07.7681988Z 2022-11-23T02:07:07.7682143Z Running tests... 2022-11-23T02:07:07.7687558Z ---------------------------------------------------------------------- 2022-11-23T02:07:07.7688003Z Test results will be stored in test-reports\python-unittest\functorch.test_vmap 2022-11-23T02:07:07.7689095Z test_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.7689974Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-11-23T02:07:07.7690249Z ok (0.010s) 2022-11-23T02:07:07.7690579Z test_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7691015Z test_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7691514Z test_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.684s) 2022-11-23T02:07:07.7691942Z test_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T02:07:07.7692582Z test_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7693088Z test_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7693512Z test_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7693929Z test_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7694431Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7695130Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-11-23T02:07:07.7695958Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7696669Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7697585Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7698348Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7699098Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7699782Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7700474Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7701205Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7701919Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-11-23T02:07:07.7702740Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7703944Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7704681Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7705401Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7706104Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7706803Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7707472Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7708192Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7708888Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7709578Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7710305Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-11-23T02:07:07.7710966Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7711698Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7712406Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7713087Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7713870Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7714571Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7715303Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7715992Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7716720Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7717426Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7718143Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7718892Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7719584Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7720306Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7720997Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7721697Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7722391Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7723140Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7723889Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7724586Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7725272Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7725958Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7726648Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7727322Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7728007Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-11-23T02:07:07.7728701Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7729492Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7730218Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7730906Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7731600Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7732270Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7732948Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7733514Z test_chunk_vmap_in_dim_0_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7734080Z test_chunk_vmap_in_dim_0_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7734582Z test_chunk_vmap_in_dim_0_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7735028Z test_chunk_vmap_in_dim_1_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7735530Z test_chunk_vmap_in_dim_1_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-11-23T02:07:07.7735942Z test_chunk_vmap_in_dim_1_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-11-23T02:07:07.7736325Z test_chunk_vmap_in_dim_2_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7736665Z test_chunk_vmap_in_dim_2_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-11-23T02:07:07.7737005Z test_chunk_vmap_in_dim_2_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-11-23T02:07:07.7737389Z test_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7737786Z test_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7738201Z test_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7738609Z test_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7739011Z test_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7739413Z test_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7739813Z test_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7740212Z test_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7740589Z test_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7741007Z test_factory_ops_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7741473Z test_factory_ops_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7741894Z test_factory_ops_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7742354Z test_factory_ops_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7742763Z test_factory_ops_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7743317Z test_factory_ops_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-11-23T02:07:07.7743731Z test_feature_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7744175Z test_feature_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7744618Z test_feature_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7745058Z test_feature_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7745489Z test_feature_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7745912Z test_feature_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7746341Z test_feature_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7746772Z test_feature_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7747222Z test_feature_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7747695Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7748178Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7748620Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7749060Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7749501Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7749932Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7750342Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7750776Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7751202Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7751624Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7752045Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7752470Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7752889Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7753309Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7753755Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7754216Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7754630Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7755045Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7755426Z test_jacfwd_with_random_cpu (__main__.TestRandomnessCPU) ... ok (0.186s) 2022-11-23T02:07:07.7756387Z test_like_functions_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7756837Z test_like_functions_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7757245Z test_like_functions_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-11-23T02:07:07.7757669Z test_like_functions_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7758088Z test_like_functions_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7758503Z test_like_functions_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7758909Z test_like_functions_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7759316Z test_like_functions_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7759767Z test_like_functions_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7760344Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7760840Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7761348Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.013s) 2022-11-23T02:07:07.7761852Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7762359Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7762849Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7763350Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7763838Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7764324Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7764811Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7765283Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7765815Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7766348Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7766836Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7767324Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7767810Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7768349Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-11-23T02:07:07.7768836Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7769333Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7769817Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7770312Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7770800Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7771306Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7771886Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7772428Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7772919Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7773409Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7773900Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7774367Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-11-23T02:07:07.7774850Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7775336Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7775824Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7776309Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7776787Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7777271Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7777789Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7778342Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-11-23T02:07:07.7778860Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7779390Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-11-23T02:07:07.7779975Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-11-23T02:07:07.7780510Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-11-23T02:07:07.7781031Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7782218Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:07:07.7783424Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-11-23T02:07:07.7783652Z ok (0.006s) 2022-11-23T02:07:07.7784068Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-11-23T02:07:07.7784595Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-11-23T02:07:07.7785121Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7785638Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7786150Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7786670Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7787182Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7787674Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-11-23T02:07:07.7788188Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-11-23T02:07:07.7788699Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7789212Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7789763Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7790313Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7790824Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7791382Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7791894Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7792404Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7792885Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7793393Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7793899Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7794417Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-11-23T02:07:07.7794990Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7795552Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7796110Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7796630Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7797144Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7797658Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7798155Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7798655Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-11-23T02:07:07.7799162Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7799676Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7800187Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7800700Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7801208Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7801752Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7802293Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7802852Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-11-23T02:07:07.7803342Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7803842Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7804353Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7804855Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7805354Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7805856Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7806403Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7806895Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7807438Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7807957Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7808446Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.033s) 2022-11-23T02:07:07.7808935Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.034s) 2022-11-23T02:07:07.7809417Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7809888Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7810364Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7810828Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7811297Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-11-23T02:07:07.7811758Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.037s) 2022-11-23T02:07:07.7812202Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.024s) 2022-11-23T02:07:07.7812668Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.028s) 2022-11-23T02:07:07.7813140Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.021s) 2022-11-23T02:07:07.7813651Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7814165Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7814669Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7815132Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7815589Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.022s) 2022-11-23T02:07:07.7816055Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.018s) 2022-11-23T02:07:07.7816490Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.017s) 2022-11-23T02:07:07.7816968Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.028s) 2022-11-23T02:07:07.7817456Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.027s) 2022-11-23T02:07:07.7817986Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.031s) 2022-11-23T02:07:07.7818465Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-11-23T02:07:07.7818939Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7819453Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7819963Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7820419Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-11-23T02:07:07.7820900Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.024s) 2022-11-23T02:07:07.7821376Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.027s) 2022-11-23T02:07:07.7821856Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.020s) 2022-11-23T02:07:07.7822333Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.020s) 2022-11-23T02:07:07.7822806Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7823358Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7823830Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7824298Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-11-23T02:07:07.7824745Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-11-23T02:07:07.7825249Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.021s) 2022-11-23T02:07:07.7825691Z test_randperm_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7826197Z test_randperm_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7826608Z test_randperm_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7827014Z test_randperm_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7827412Z test_randperm_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7827790Z test_randperm_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-11-23T02:07:07.7828156Z test_unsupported_random_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-11-23T02:07:07.7828551Z test_fails_with_autograd_function_transform_grad_and_value_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-11-23T02:07:07.7828981Z test_fails_with_autograd_function_transform_grad_cpu (__main__.TestTransformFailureCPU) ... ok (0.002s) 2022-11-23T02:07:07.7829408Z test_fails_with_autograd_function_transform_jacfwd_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-11-23T02:07:07.7829830Z test_fails_with_autograd_function_transform_jacrev_cpu (__main__.TestTransformFailureCPU) ... ok (0.006s) 2022-11-23T02:07:07.7830289Z test_fails_with_autograd_function_transform_jvp_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-11-23T02:07:07.7830704Z test_fails_with_autograd_function_transform_vjp_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-11-23T02:07:07.7831139Z test_fails_with_autograd_function_transform_vmap_cpu (__main__.TestTransformFailureCPU) ... ok (0.010s) 2022-11-23T02:07:07.7831510Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7831974Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... skip: error: element 0 of tensors does not require grad and does not have a grad_fn (0.000s) 2022-11-23T02:07:07.7832418Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T02:07:07.7832763Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7833065Z test_constant_function (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7851871Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7852243Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.011s) 2022-11-23T02:07:07.7853130Z test_fallback_atan2 (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.7853924Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.7854151Z ok (0.083s) 2022-11-23T02:07:07.7854403Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7854744Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: (0.000s) 2022-11-23T02:07:07.7855136Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.014s) 2022-11-23T02:07:07.7855507Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-11-23T02:07:07.7855914Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7856766Z test_fallback_zero_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.7857693Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.7857926Z ok (0.005s) 2022-11-23T02:07:07.7858157Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T02:07:07.7858462Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T02:07:07.7858763Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T02:07:07.7859103Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-11-23T02:07:07.7859450Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7859769Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7860618Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.7861498Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.7861725Z expected failure (0.004s) 2022-11-23T02:07:07.7862050Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.072s) 2022-11-23T02:07:07.7862382Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.026s) 2022-11-23T02:07:07.7862720Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T02:07:07.7863038Z test_item_throws (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7863419Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7863698Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T02:07:07.7864001Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7864300Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7864609Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7864924Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7865225Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T02:07:07.7865504Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7865824Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T02:07:07.7866143Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T02:07:07.7866436Z test_nn_module (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7866738Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T02:07:07.7867051Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7867335Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T02:07:07.7867667Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.006s) 2022-11-23T02:07:07.7867955Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7868250Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T02:07:07.7868595Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7868916Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7869231Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T02:07:07.7869553Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7869883Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7870217Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:07:07.7870574Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T02:07:07.7870891Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7871209Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T02:07:07.7871532Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7871840Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T02:07:07.7872135Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T02:07:07.7872426Z test_single_input (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:07:07.7872730Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T02:07:07.7873078Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.001s) 2022-11-23T02:07:07.7873462Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... skip: CUDA is unavailable (0.001s) 2022-11-23T02:07:07.7873818Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.008s) 2022-11-23T02:07:07.7874276Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-11-23T02:07:07.7874681Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-11-23T02:07:07.7875027Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.013s) 2022-11-23T02:07:07.7875367Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7875688Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-11-23T02:07:07.7876049Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-11-23T02:07:07.7876409Z test_inplace_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-11-23T02:07:07.7876756Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-11-23T02:07:07.7877101Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-11-23T02:07:07.7877440Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.010s) 2022-11-23T02:07:07.7877767Z test_log_softmax_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-11-23T02:07:07.7878120Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.011s) 2022-11-23T02:07:07.7878463Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:07:07.7878800Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:07:07.7879136Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7879467Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-11-23T02:07:07.7879787Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7880131Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7880518Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-11-23T02:07:07.7880862Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-11-23T02:07:07.7881248Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-11-23T02:07:07.7881587Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:07:07.7881903Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.008s) 2022-11-23T02:07:07.7882493Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:07:07.7883138Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:07:07.7883492Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:07:07.7883720Z should be replaced with 2022-11-23T02:07:07.7884042Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:07:07.7884284Z and 2022-11-23T02:07:07.7884476Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:07:07.7884717Z should be replaced with 2022-11-23T02:07:07.7885160Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:07:07.7885602Z return torch.symeig(x, eigenvectors=True)[0] 2022-11-23T02:07:07.7885826Z ok (0.005s) 2022-11-23T02:07:07.7886081Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7886432Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-11-23T02:07:07.7886834Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7887228Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7887680Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... expected failure (0.002s) 2022-11-23T02:07:07.7888070Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T02:07:07.7888483Z test_where_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:07:07.7888785Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:07:07.7889100Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T02:07:07.7889416Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7889725Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T02:07:07.7890051Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T02:07:07.7890374Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T02:07:07.7890678Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.024s) 2022-11-23T02:07:07.7891003Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T02:07:07.7891323Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.023s) 2022-11-23T02:07:07.7891648Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T02:07:07.7891978Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.017s) 2022-11-23T02:07:07.7892451Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T02:07:07.7892906Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T02:07:07.7893503Z test_as_strided (__main__.TestVmapOperators) ... ok (0.032s) 2022-11-23T02:07:07.7894205Z test_bmm (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7894638Z test_cat (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T02:07:07.7895078Z test_chunk (__main__.TestVmapOperators) ... ok (0.037s) 2022-11-23T02:07:07.7895588Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7896130Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7896703Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7897229Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7897680Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7898076Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7898649Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7899193Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7899729Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:07:07.7900255Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:07:07.7900674Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7901051Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7901428Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7901801Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7902174Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7902526Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7902896Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7903382Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7903791Z test_clamp (__main__.TestVmapOperators) ... ok (0.023s) 2022-11-23T02:07:07.7904121Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7904484Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T02:07:07.7904813Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7905151Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:07:07.7905468Z test_clone (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T02:07:07.7905807Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.078s) 2022-11-23T02:07:07.7906117Z test_conj (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7906449Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:07:07.7906737Z test_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7907037Z test_conv2d (__main__.TestVmapOperators) ... ok (0.301s) 2022-11-23T02:07:07.7907326Z test_copy_ (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:07:07.7907634Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:07:07.7907947Z test_diagonal (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7908239Z test_dot (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7908512Z test_expand_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7908828Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7909138Z test_imag (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T02:07:07.7909434Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:07:07.7909743Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7910061Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:07:07.7910348Z test_mean (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7910637Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7910921Z test_mm (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:07:07.7911211Z test_mode_key (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T02:07:07.7911506Z test_movedim (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7911832Z test_mv (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T02:07:07.7912101Z test_narrow (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7912393Z test_new_empty (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:07:07.7912748Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T02:07:07.7913058Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:07:07.7913412Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7913708Z test_one_hot (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:07:07.7913980Z test_real (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7914269Z test_repeat (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:07:07.7914567Z test_reshape (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7914864Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T02:07:07.7915166Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T02:07:07.7915470Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7915746Z test_select (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7916046Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T02:07:07.7916344Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:07:07.7916636Z test_slogdet (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7916925Z test_split (__main__.TestVmapOperators) ... ok (0.058s) 2022-11-23T02:07:07.7917721Z test_squeeze (__main__.TestVmapOperators) ... ok (0.024s) 2022-11-23T02:07:07.7918060Z test_stack (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7918347Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:07:07.7918679Z test_sum (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7918967Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T02:07:07.7919249Z test_t (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7919528Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.148s) 2022-11-23T02:07:07.7919824Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7920107Z test_trace (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:07:07.7920401Z test_transpose (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7920718Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:07:07.7921049Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7921360Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7921687Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7922011Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:07:07.7922333Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:07:07.7922656Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7922986Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7923299Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7923627Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:07:07.7923998Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T02:07:07.7924331Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:07:07.7924708Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T02:07:07.7925038Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:07:07.7925347Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7925672Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7925995Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7926321Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7926662Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7927069Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7927399Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T02:07:07.7927711Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7928039Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7928362Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7928686Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:07:07.7929000Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T02:07:07.7929315Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:07:07.7929615Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7929966Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T02:07:07.7930286Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:07:07.7930627Z test_unbind (__main__.TestVmapOperators) ... ok (0.164s) 2022-11-23T02:07:07.7930970Z test_unfold (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:07:07.7931263Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:07:07.7931547Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7931839Z test_view (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:07:07.7932130Z test_view_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:07:07.7932432Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.032s) 2022-11-23T02:07:07.7932743Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:07:07.7933080Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.002s) 2022-11-23T02:07:07.7933412Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:07:07.7933739Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:07:07.7934087Z test_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.127s) 2022-11-23T02:07:07.7934526Z test_batch_norm_training_False_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.7935002Z test_batch_norm_training_False_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.7935472Z test_batch_norm_training_False_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.7935982Z test_batch_norm_training_False_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7936470Z test_batch_norm_training_True_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7936948Z test_batch_norm_training_True_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.7937414Z test_batch_norm_training_True_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.7937876Z test_batch_norm_training_True_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7938296Z test_conv_double_backward_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.195s) 2022-11-23T02:07:07.7938659Z test_fill__Tensor_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.7939014Z test_flatten_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.7939340Z test_foo_like_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.7939691Z test_group_norm_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.7940098Z test_index_put_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7940458Z test_inplace_on_view_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.7940815Z test_isinf_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.7941155Z test_isnan_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.7942101Z test_linalg_eigh_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.7942939Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.7943829Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.7944550Z return op(*args, **kwargs) 2022-11-23T02:07:07.7944727Z ok (0.031s) 2022-11-23T02:07:07.7945007Z test_linalg_svd_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.596s) 2022-11-23T02:07:07.7945386Z test_namedtuple_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T02:07:07.7945775Z test_nested_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.7946173Z test_op_has_batch_rule_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7946557Z test_op_has_batch_rule_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7946959Z test_op_has_batch_rule___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.040s) 2022-11-23T02:07:07.7947398Z test_op_has_batch_rule___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.206s) 2022-11-23T02:07:07.7947855Z test_op_has_batch_rule___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T02:07:07.7948256Z test_op_has_batch_rule___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T02:07:07.7948698Z test_op_has_batch_rule___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-11-23T02:07:07.7949098Z test_op_has_batch_rule___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T02:07:07.7949490Z test_op_has_batch_rule___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T02:07:07.7950232Z test_op_has_batch_rule___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:07:07.7950899Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:07:07.7951149Z expected failure (0.008s) 2022-11-23T02:07:07.7951465Z test_op_has_batch_rule___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-11-23T02:07:07.7951900Z test_op_has_batch_rule__softmax_backward_data_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.008s) 2022-11-23T02:07:07.7952325Z test_op_has_batch_rule_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7952715Z test_op_has_batch_rule_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7953162Z test_op_has_batch_rule_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.7953542Z test_op_has_batch_rule_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-11-23T02:07:07.7953984Z test_op_has_batch_rule_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T02:07:07.7954434Z test_op_has_batch_rule_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.097s) 2022-11-23T02:07:07.7954838Z test_op_has_batch_rule_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.091s) 2022-11-23T02:07:07.7955235Z test_op_has_batch_rule_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.7955648Z test_op_has_batch_rule_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.7956062Z test_op_has_batch_rule_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T02:07:07.7956443Z test_op_has_batch_rule_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-11-23T02:07:07.7956909Z test_op_has_batch_rule_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.7957341Z test_op_has_batch_rule_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.7957752Z test_op_has_batch_rule_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-11-23T02:07:07.7958142Z test_op_has_batch_rule_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.7959186Z test_op_has_batch_rule_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:07:07.7960181Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.7960473Z ok (0.025s) 2022-11-23T02:07:07.7960771Z test_op_has_batch_rule_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.7961170Z test_op_has_batch_rule_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.7961604Z test_op_has_batch_rule_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.7962020Z test_op_has_batch_rule_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.7962422Z test_op_has_batch_rule_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.7962825Z test_op_has_batch_rule_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-11-23T02:07:07.7963249Z test_op_has_batch_rule_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.7963691Z test_op_has_batch_rule_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.7964120Z test_op_has_batch_rule_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-11-23T02:07:07.7964544Z test_op_has_batch_rule_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7964936Z test_op_has_batch_rule_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7965333Z test_op_has_batch_rule_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.7965813Z test_op_has_batch_rule_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.7966214Z test_op_has_batch_rule_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.7966659Z test_op_has_batch_rule_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-11-23T02:07:07.7967047Z test_op_has_batch_rule_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-11-23T02:07:07.7967441Z test_op_has_batch_rule_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-11-23T02:07:07.7967837Z test_op_has_batch_rule_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-11-23T02:07:07.7968251Z test_op_has_batch_rule_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-11-23T02:07:07.7968684Z test_op_has_batch_rule_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.7969124Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7969594Z test_op_has_batch_rule_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.7969990Z test_op_has_batch_rule_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.7970380Z test_op_has_batch_rule_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.7970809Z test_op_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.7971258Z test_op_has_batch_rule_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.7973063Z test_op_has_batch_rule_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.7973489Z test_op_has_batch_rule_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.7973920Z test_op_has_batch_rule_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.7974352Z test_op_has_batch_rule_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.7974786Z test_op_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.7975200Z test_op_has_batch_rule_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.7975599Z test_op_has_batch_rule_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.110s) 2022-11-23T02:07:07.7975991Z test_op_has_batch_rule_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.917s) 2022-11-23T02:07:07.7976408Z test_op_has_batch_rule_cdouble_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.7976816Z test_op_has_batch_rule_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7977227Z test_op_has_batch_rule_cfloat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.7978092Z test_op_has_batch_rule_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:07:07.7978846Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T02:07:07.7979072Z expected failure (0.010s) 2022-11-23T02:07:07.7979920Z test_op_has_batch_rule_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.7980379Z test_op_has_batch_rule_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.7981067Z test_op_has_batch_rule_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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-23T02:07:07.7981602Z L = torch.cholesky(A) 2022-11-23T02:07:07.7981816Z should be replaced with 2022-11-23T02:07:07.7982043Z L = torch.linalg.cholesky(A) 2022-11-23T02:07:07.7982225Z and 2022-11-23T02:07:07.7982423Z U = torch.cholesky(A, upper=True) 2022-11-23T02:07:07.7982648Z should be replaced with 2022-11-23T02:07:07.7982874Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T02:07:07.7983472Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T02:07:07.7984112Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.7984388Z ok (0.026s) 2022-11-23T02:07:07.7984705Z test_op_has_batch_rule_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.7985128Z test_op_has_batch_rule_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-11-23T02:07:07.7985537Z test_op_has_batch_rule_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.7985935Z test_op_has_batch_rule_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.7986355Z test_op_has_batch_rule_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-11-23T02:07:07.7986772Z test_op_has_batch_rule_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.7987188Z test_op_has_batch_rule_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.7987610Z test_op_has_batch_rule_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.7988042Z test_op_has_batch_rule_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.7988466Z test_op_has_batch_rule_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T02:07:07.7988878Z test_op_has_batch_rule_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7989280Z test_op_has_batch_rule_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.7989741Z test_op_has_batch_rule_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.098s) 2022-11-23T02:07:07.7990143Z test_op_has_batch_rule_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.7990615Z test_op_has_batch_rule_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.7991038Z test_op_has_batch_rule_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7991432Z test_op_has_batch_rule_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.7991818Z test_op_has_batch_rule_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.7992237Z test_op_has_batch_rule_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.7992648Z test_op_has_batch_rule_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.125s) 2022-11-23T02:07:07.7993099Z test_op_has_batch_rule_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T02:07:07.7993511Z test_op_has_batch_rule_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.7993907Z test_op_has_batch_rule_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.7994301Z test_op_has_batch_rule_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.7994694Z test_op_has_batch_rule_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.7995110Z test_op_has_batch_rule_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T02:07:07.7995534Z test_op_has_batch_rule_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.7995949Z test_op_has_batch_rule_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.7996383Z test_op_has_batch_rule_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T02:07:07.7996803Z test_op_has_batch_rule_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.7997286Z test_op_has_batch_rule_diagonal_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.7997691Z test_op_has_batch_rule_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-11-23T02:07:07.7998099Z test_op_has_batch_rule_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-11-23T02:07:07.7998502Z test_op_has_batch_rule_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.316s) 2022-11-23T02:07:07.7998877Z test_op_has_batch_rule_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.7999266Z test_op_has_batch_rule_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.162s) 2022-11-23T02:07:07.7999678Z test_op_has_batch_rule_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-11-23T02:07:07.8000094Z test_op_has_batch_rule_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-11-23T02:07:07.8000510Z test_op_has_batch_rule_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-11-23T02:07:07.8000901Z test_op_has_batch_rule_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8001300Z test_op_has_batch_rule_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8001811Z test_op_has_batch_rule_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8002270Z test_op_has_batch_rule_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8002667Z test_op_has_batch_rule_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8003052Z test_op_has_batch_rule_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T02:07:07.8003460Z test_op_has_batch_rule_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8003875Z test_op_has_batch_rule_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8004255Z test_op_has_batch_rule_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8004638Z test_op_has_batch_rule_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T02:07:07.8005037Z test_op_has_batch_rule_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8005415Z test_op_has_batch_rule_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8005852Z test_op_has_batch_rule_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8006235Z test_op_has_batch_rule_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8006615Z test_op_has_batch_rule_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8007005Z test_op_has_batch_rule_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8007382Z test_op_has_batch_rule_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8007816Z test_op_has_batch_rule_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8008255Z test_op_has_batch_rule_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8008663Z test_op_has_batch_rule_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8009052Z test_op_has_batch_rule_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8009435Z test_op_has_batch_rule_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8009872Z test_op_has_batch_rule_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8010255Z test_op_has_batch_rule_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8010638Z test_op_has_batch_rule_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8011024Z test_op_has_batch_rule_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8011405Z test_op_has_batch_rule_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8011790Z test_op_has_batch_rule_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8012176Z test_op_has_batch_rule_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8012573Z test_op_has_batch_rule_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8012977Z test_op_has_batch_rule_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8013386Z test_op_has_batch_rule_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8013839Z test_op_has_batch_rule_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8014253Z test_op_has_batch_rule_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8014683Z test_op_has_batch_rule_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8015073Z test_op_has_batch_rule_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8015466Z test_op_has_batch_rule_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8015842Z test_op_has_batch_rule_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8016230Z test_op_has_batch_rule_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8016611Z test_op_has_batch_rule_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8016992Z test_op_has_batch_rule_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8017375Z test_op_has_batch_rule_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8017757Z test_op_has_batch_rule_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8018145Z test_op_has_batch_rule_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8018586Z test_op_has_batch_rule_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8019023Z test_op_has_batch_rule_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8019443Z test_op_has_batch_rule_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.8019878Z test_op_has_batch_rule_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8020270Z test_op_has_batch_rule_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T02:07:07.8020705Z test_op_has_batch_rule_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8021081Z test_op_has_batch_rule_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8021458Z test_op_has_batch_rule_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8021818Z test_op_has_batch_rule_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8022249Z test_op_has_batch_rule_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8022654Z test_op_has_batch_rule_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8023052Z test_op_has_batch_rule_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8023533Z test_op_has_batch_rule_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8023912Z test_op_has_batch_rule_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-11-23T02:07:07.8024279Z test_op_has_batch_rule_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.093s) 2022-11-23T02:07:07.8024668Z test_op_has_batch_rule_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T02:07:07.8025070Z test_op_has_batch_rule_grid_sampler_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.097s) 2022-11-23T02:07:07.8025458Z test_op_has_batch_rule_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-11-23T02:07:07.8025903Z test_op_has_batch_rule_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-11-23T02:07:07.8026375Z test_op_has_batch_rule_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8026797Z test_op_has_batch_rule_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-11-23T02:07:07.8027201Z test_op_has_batch_rule_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8027615Z test_op_has_batch_rule_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8028049Z test_op_has_batch_rule_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8028460Z test_op_has_batch_rule_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8028845Z test_op_has_batch_rule_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8029228Z test_op_has_batch_rule_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8029610Z test_op_has_batch_rule_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8029988Z test_op_has_batch_rule_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-11-23T02:07:07.8030362Z test_op_has_batch_rule_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-11-23T02:07:07.8030802Z test_op_has_batch_rule_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-11-23T02:07:07.8031196Z test_op_has_batch_rule_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8031605Z test_op_has_batch_rule_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8032063Z test_op_has_batch_rule_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-11-23T02:07:07.8032524Z test_op_has_batch_rule_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-11-23T02:07:07.8033288Z test_op_has_batch_rule_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T02:07:07.8033977Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8034214Z expected failure (0.006s) 2022-11-23T02:07:07.8034568Z test_op_has_batch_rule_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8034957Z test_op_has_batch_rule_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8035352Z test_op_has_batch_rule_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8035772Z test_op_has_batch_rule_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8036192Z test_op_has_batch_rule_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T02:07:07.8036592Z test_op_has_batch_rule_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8036982Z test_op_has_batch_rule_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8037373Z test_op_has_batch_rule_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8037799Z test_op_has_batch_rule_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8038181Z test_op_has_batch_rule_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8038607Z test_op_has_batch_rule_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8038995Z test_op_has_batch_rule_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8039423Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:07:07.8039894Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:07:07.8040358Z test_op_has_batch_rule_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T02:07:07.8040819Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:07:07.8041277Z test_op_has_batch_rule_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:07:07.8041684Z test_op_has_batch_rule_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8042065Z test_op_has_batch_rule_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8042444Z test_op_has_batch_rule_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8042815Z test_op_has_batch_rule_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-11-23T02:07:07.8043224Z test_op_has_batch_rule_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-11-23T02:07:07.8043648Z test_op_has_batch_rule_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8044045Z test_op_has_batch_rule_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T02:07:07.8044499Z test_op_has_batch_rule_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-11-23T02:07:07.8044901Z test_op_has_batch_rule_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8045293Z test_op_has_batch_rule_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8045683Z test_op_has_batch_rule_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-11-23T02:07:07.8046080Z test_op_has_batch_rule_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.135s) 2022-11-23T02:07:07.8046478Z test_op_has_batch_rule_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8046933Z test_op_has_batch_rule_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:07:07.8047344Z test_op_has_batch_rule_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8047738Z test_op_has_batch_rule_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8048156Z test_op_has_batch_rule_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8048563Z test_op_has_batch_rule_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-11-23T02:07:07.8048944Z test_op_has_batch_rule_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8049363Z test_op_has_batch_rule_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8049791Z test_op_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8050214Z test_op_has_batch_rule_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.009s) 2022-11-23T02:07:07.8050625Z test_op_has_batch_rule_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.345s) 2022-11-23T02:07:07.8051033Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.196s) 2022-11-23T02:07:07.8051456Z test_op_has_batch_rule_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8051881Z test_op_has_batch_rule_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8052292Z test_op_has_batch_rule_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-11-23T02:07:07.8052699Z test_op_has_batch_rule_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.704s) 2022-11-23T02:07:07.8053102Z test_op_has_batch_rule_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.135s) 2022-11-23T02:07:07.8053513Z test_op_has_batch_rule_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-11-23T02:07:07.8053921Z test_op_has_batch_rule_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.165s) 2022-11-23T02:07:07.8054342Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8054810Z test_op_has_batch_rule_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.088s) 2022-11-23T02:07:07.8055291Z test_op_has_batch_rule_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.200s) 2022-11-23T02:07:07.8055715Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.133s) 2022-11-23T02:07:07.8056132Z test_op_has_batch_rule_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-11-23T02:07:07.8056538Z test_op_has_batch_rule_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8057025Z 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.007s) 2022-11-23T02:07:07.8057486Z test_op_has_batch_rule_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-11-23T02:07:07.8057879Z test_op_has_batch_rule_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8058273Z test_op_has_batch_rule_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-11-23T02:07:07.8058702Z test_op_has_batch_rule_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.092s) 2022-11-23T02:07:07.8059111Z test_op_has_batch_rule_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.472s) 2022-11-23T02:07:07.8059512Z test_op_has_batch_rule_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.617s) 2022-11-23T02:07:07.8059902Z test_op_has_batch_rule_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-11-23T02:07:07.8060304Z test_op_has_batch_rule_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8060724Z test_op_has_batch_rule_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8061159Z test_op_has_batch_rule_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8061584Z test_op_has_batch_rule_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8061997Z test_op_has_batch_rule_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.254s) 2022-11-23T02:07:07.8062411Z test_op_has_batch_rule_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8062814Z test_op_has_batch_rule_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8063270Z test_op_has_batch_rule_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8063651Z test_op_has_batch_rule_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8064028Z test_op_has_batch_rule_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8064415Z test_op_has_batch_rule_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8064811Z test_op_has_batch_rule_log_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8065217Z test_op_has_batch_rule_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8065621Z test_op_has_batch_rule_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8066031Z test_op_has_batch_rule_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8066423Z test_op_has_batch_rule_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8066799Z test_op_has_batch_rule_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T02:07:07.8067242Z test_op_has_batch_rule_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8067628Z test_op_has_batch_rule_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.8068020Z test_op_has_batch_rule_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8068402Z test_op_has_batch_rule_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8068804Z test_op_has_batch_rule_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.8069210Z test_op_has_batch_rule_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-11-23T02:07:07.8069600Z test_op_has_batch_rule_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.8070022Z test_op_has_batch_rule_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8070424Z test_op_has_batch_rule_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-11-23T02:07:07.8071142Z test_op_has_batch_rule_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:07:07.8071795Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:07:07.8072016Z should be replaced with 2022-11-23T02:07:07.8072264Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:07:07.8072467Z and 2022-11-23T02:07:07.8072689Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:07:07.8072930Z should be replaced with 2022-11-23T02:07:07.8073365Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T02:07:07.8073830Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T02:07:07.8074065Z ok (0.124s) 2022-11-23T02:07:07.8074583Z test_op_has_batch_rule_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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-23T02:07:07.8075141Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T02:07:07.8075396Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T02:07:07.8075603Z should be replaced with 2022-11-23T02:07:07.8076014Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T02:07:07.8076461Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8076723Z expected failure (0.014s) 2022-11-23T02:07:07.8077043Z test_op_has_batch_rule_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T02:07:07.8077450Z test_op_has_batch_rule_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-11-23T02:07:07.8077823Z test_op_has_batch_rule_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8078213Z test_op_has_batch_rule_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.200s) 2022-11-23T02:07:07.8078613Z test_op_has_batch_rule_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.197s) 2022-11-23T02:07:07.8079013Z test_op_has_batch_rule_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.124s) 2022-11-23T02:07:07.8079421Z test_op_has_batch_rule_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.125s) 2022-11-23T02:07:07.8079868Z test_op_has_batch_rule_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8080279Z test_op_has_batch_rule_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8080702Z test_op_has_batch_rule_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.021s) 2022-11-23T02:07:07.8081135Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8081562Z test_op_has_batch_rule_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-11-23T02:07:07.8081972Z test_op_has_batch_rule_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.089s) 2022-11-23T02:07:07.8082382Z test_op_has_batch_rule_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.248s) 2022-11-23T02:07:07.8082763Z test_op_has_batch_rule_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.267s) 2022-11-23T02:07:07.8083160Z test_op_has_batch_rule_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T02:07:07.8083608Z test_op_has_batch_rule_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (1.022s) 2022-11-23T02:07:07.8084015Z test_op_has_batch_rule_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-11-23T02:07:07.8084413Z test_op_has_batch_rule_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.208s) 2022-11-23T02:07:07.8084836Z test_op_has_batch_rule_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8085273Z test_op_has_batch_rule_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-11-23T02:07:07.8085677Z test_op_has_batch_rule_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-11-23T02:07:07.8086078Z test_op_has_batch_rule_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8086473Z test_op_has_batch_rule_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.744s) 2022-11-23T02:07:07.8086871Z test_op_has_batch_rule_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.197s) 2022-11-23T02:07:07.8087262Z test_op_has_batch_rule_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.736s) 2022-11-23T02:07:07.8087642Z test_op_has_batch_rule_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.108s) 2022-11-23T02:07:07.8088049Z test_op_has_batch_rule_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8088452Z test_op_has_batch_rule_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-11-23T02:07:07.8088857Z test_op_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (3.474s) 2022-11-23T02:07:07.8089282Z test_op_has_batch_rule_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8089701Z test_op_has_batch_rule_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8090105Z test_op_has_batch_rule_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-11-23T02:07:07.8090487Z test_op_has_batch_rule_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T02:07:07.8090870Z test_op_has_batch_rule_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8091276Z test_op_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.104s) 2022-11-23T02:07:07.8091694Z test_op_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.099s) 2022-11-23T02:07:07.8092159Z test_op_has_batch_rule_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-11-23T02:07:07.8092571Z test_op_has_batch_rule_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8092986Z test_op_has_batch_rule_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8093392Z test_op_has_batch_rule_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8093770Z test_op_has_batch_rule_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8094144Z test_op_has_batch_rule_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8094513Z test_op_has_batch_rule_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8094895Z test_op_has_batch_rule_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8095279Z test_op_has_batch_rule_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.088s) 2022-11-23T02:07:07.8095736Z test_op_has_batch_rule_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.273s) 2022-11-23T02:07:07.8096137Z test_op_has_batch_rule_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8096530Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-11-23T02:07:07.8096946Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8097353Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-11-23T02:07:07.8097755Z test_op_has_batch_rule_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8098164Z test_op_has_batch_rule_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8098570Z test_op_has_batch_rule_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T02:07:07.8098987Z test_op_has_batch_rule_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8099412Z test_op_has_batch_rule_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8099819Z test_op_has_batch_rule_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T02:07:07.8100227Z test_op_has_batch_rule_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.021s) 2022-11-23T02:07:07.8100641Z test_op_has_batch_rule_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8101094Z test_op_has_batch_rule_native_dropout_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8101535Z test_op_has_batch_rule_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.172s) 2022-11-23T02:07:07.8101987Z test_op_has_batch_rule_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T02:07:07.8102410Z test_op_has_batch_rule_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8102796Z test_op_has_batch_rule_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8103301Z test_op_has_batch_rule_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:07:07.8103701Z test_op_has_batch_rule_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8104083Z test_op_has_batch_rule_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8104533Z test_op_has_batch_rule_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8104919Z test_op_has_batch_rule_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T02:07:07.8105373Z test_op_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.018s) 2022-11-23T02:07:07.8105847Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8106299Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8106730Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8107167Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8107613Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-11-23T02:07:07.8108095Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T02:07:07.8108546Z test_op_has_batch_rule_nn_functional_alpha_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.044s) 2022-11-23T02:07:07.8108993Z test_op_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8109414Z test_op_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8109838Z test_op_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8110240Z test_op_has_batch_rule_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.346s) 2022-11-23T02:07:07.8110678Z test_op_has_batch_rule_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8111127Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-11-23T02:07:07.8111580Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.122s) 2022-11-23T02:07:07.8112014Z test_op_has_batch_rule_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8112429Z test_op_has_batch_rule_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.197s) 2022-11-23T02:07:07.8113261Z test_op_has_batch_rule_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:07:07.8114005Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8114241Z ok (0.598s) 2022-11-23T02:07:07.8114537Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8114991Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8115459Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8115915Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8116421Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8116897Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8117359Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8117831Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8118308Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8118767Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8119203Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.138s) 2022-11-23T02:07:07.8120125Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.186s) 2022-11-23T02:07:07.8120567Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.469s) 2022-11-23T02:07:07.8121014Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-11-23T02:07:07.8121465Z test_op_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T02:07:07.8121903Z test_op_has_batch_rule_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.097s) 2022-11-23T02:07:07.8122333Z test_op_has_batch_rule_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8123363Z test_op_has_batch_rule_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:07:07.8124323Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:07:07.8124602Z expected failure (0.036s) 2022-11-23T02:07:07.8124945Z test_op_has_batch_rule_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.038s) 2022-11-23T02:07:07.8125407Z test_op_has_batch_rule_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.036s) 2022-11-23T02:07:07.8125844Z test_op_has_batch_rule_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8126280Z test_op_has_batch_rule_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8126741Z test_op_has_batch_rule_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.035s) 2022-11-23T02:07:07.8127194Z test_op_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8127672Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-11-23T02:07:07.8128202Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.141s) 2022-11-23T02:07:07.8128690Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8129170Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-11-23T02:07:07.8129642Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T02:07:07.8130088Z test_op_has_batch_rule_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8130508Z test_op_has_batch_rule_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-11-23T02:07:07.8130935Z test_op_has_batch_rule_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.146s) 2022-11-23T02:07:07.8131370Z test_op_has_batch_rule_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-11-23T02:07:07.8131833Z test_op_has_batch_rule_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8132269Z test_op_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8132703Z test_op_has_batch_rule_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8133131Z test_op_has_batch_rule_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8133577Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-11-23T02:07:07.8134031Z test_op_has_batch_rule_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8134484Z test_op_has_batch_rule_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8134928Z test_op_has_batch_rule_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T02:07:07.8135370Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T02:07:07.8135818Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8136267Z test_op_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8136715Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8137175Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8137632Z test_op_has_batch_rule_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.8138445Z test_op_has_batch_rule_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:07:07.8139098Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8139295Z ok (0.030s) 2022-11-23T02:07:07.8139596Z test_op_has_batch_rule_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-11-23T02:07:07.8140023Z test_op_has_batch_rule_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-11-23T02:07:07.8140497Z test_op_has_batch_rule_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.124s) 2022-11-23T02:07:07.8140933Z test_op_has_batch_rule_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-11-23T02:07:07.8141368Z test_op_has_batch_rule_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8141819Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8142292Z test_op_has_batch_rule_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.035s) 2022-11-23T02:07:07.8142718Z test_op_has_batch_rule_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (3.304s) 2022-11-23T02:07:07.8143261Z test_op_has_batch_rule_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-11-23T02:07:07.8143720Z test_op_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8144242Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8144712Z test_op_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8145173Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8145637Z test_op_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8146098Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8146529Z test_op_has_batch_rule_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8146948Z test_op_has_batch_rule_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8147384Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T02:07:07.8147843Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8148319Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.8148792Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8149231Z test_op_has_batch_rule_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.226s) 2022-11-23T02:07:07.8149649Z test_op_has_batch_rule_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8150067Z test_op_has_batch_rule_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8150497Z test_op_has_batch_rule_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.098s) 2022-11-23T02:07:07.8150927Z test_op_has_batch_rule_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T02:07:07.8151359Z test_op_has_batch_rule_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8151799Z test_op_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8152300Z test_op_has_batch_rule_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T02:07:07.8152744Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8153179Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8153605Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.334s) 2022-11-23T02:07:07.8154028Z test_op_has_batch_rule_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.075s) 2022-11-23T02:07:07.8154434Z test_op_has_batch_rule_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8154844Z test_op_has_batch_rule_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8155275Z test_op_has_batch_rule_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8155749Z test_op_has_batch_rule_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8156155Z test_op_has_batch_rule_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8156381Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8156610Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8156813Z test_op_has_batch_rule_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8157032Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8157227Z test_op_has_batch_rule_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8157431Z test_op_has_batch_rule_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8157707Z test_op_has_batch_rule_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8157915Z test_op_has_batch_rule_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8158119Z test_op_has_batch_rule_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8158395Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-11-23T02:07:07.8158634Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-11-23T02:07:07.8158840Z test_op_has_batch_rule_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (1.020s) 2022-11-23T02:07:07.8159321Z test_op_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:07:07.8159542Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:07:07.8159610Z ok (0.010s) 2022-11-23T02:07:07.8160075Z test_op_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:07:07.8160342Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:07:07.8160413Z ok (0.043s) 2022-11-23T02:07:07.8160621Z test_op_has_batch_rule_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8160804Z test_op_has_batch_rule_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-11-23T02:07:07.8160992Z test_op_has_batch_rule_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8161172Z test_op_has_batch_rule_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8161349Z test_op_has_batch_rule_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8161556Z test_op_has_batch_rule_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-11-23T02:07:07.8161773Z test_op_has_batch_rule_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8161974Z test_op_has_batch_rule_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8162209Z test_op_has_batch_rule_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8162457Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8162670Z test_op_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.392s) 2022-11-23T02:07:07.8162873Z test_op_has_batch_rule_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8163056Z test_op_has_batch_rule_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8163257Z test_op_has_batch_rule_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8163445Z test_op_has_batch_rule_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8163634Z test_op_has_batch_rule_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8163817Z test_op_has_batch_rule_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8164023Z test_op_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8164229Z test_op_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8164429Z test_op_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8164625Z test_op_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8164824Z test_op_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8165014Z test_op_has_batch_rule_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8165194Z test_op_has_batch_rule_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8165376Z test_op_has_batch_rule_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-11-23T02:07:07.8165577Z test_op_has_batch_rule_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8165996Z test_op_has_batch_rule_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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-23T02:07:07.8166591Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:07:07.8166685Z Q, R = torch.qr(A, some) 2022-11-23T02:07:07.8166773Z should be replaced with 2022-11-23T02:07:07.8167094Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:07:07.8167241Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8167310Z ok (0.090s) 2022-11-23T02:07:07.8167521Z test_op_has_batch_rule_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8167709Z test_op_has_batch_rule_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8167901Z test_op_has_batch_rule_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8168125Z test_op_has_batch_rule_randint_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.003s) 2022-11-23T02:07:07.8168336Z test_op_has_batch_rule_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T02:07:07.8168600Z test_op_has_batch_rule_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.005s) 2022-11-23T02:07:07.8168808Z test_op_has_batch_rule_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8168992Z test_op_has_batch_rule_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8169174Z test_op_has_batch_rule_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8169367Z test_op_has_batch_rule_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8169559Z test_op_has_batch_rule_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8169766Z test_op_has_batch_rule_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8169953Z test_op_has_batch_rule_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-11-23T02:07:07.8170159Z test_op_has_batch_rule_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8170350Z test_op_has_batch_rule_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8170538Z test_op_has_batch_rule_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8170743Z test_op_has_batch_rule_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8170951Z test_op_has_batch_rule_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8171146Z test_op_has_batch_rule_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8171337Z test_op_has_batch_rule_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8171521Z test_op_has_batch_rule_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-11-23T02:07:07.8171705Z test_op_has_batch_rule_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-11-23T02:07:07.8171889Z test_op_has_batch_rule_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8172087Z test_op_has_batch_rule_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8172284Z test_op_has_batch_rule_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8172474Z test_op_has_batch_rule_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8172697Z test_op_has_batch_rule_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8172881Z test_op_has_batch_rule_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T02:07:07.8173096Z test_op_has_batch_rule_scalar_tensor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8173287Z test_op_has_batch_rule_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-11-23T02:07:07.8173473Z test_op_has_batch_rule_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.173s) 2022-11-23T02:07:07.8174045Z test_op_has_batch_rule_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:07:07.8174204Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8174344Z expected failure (0.008s) 2022-11-23T02:07:07.8174579Z test_op_has_batch_rule_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8174809Z test_op_has_batch_rule_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8175034Z test_op_has_batch_rule_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8175263Z test_op_has_batch_rule_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8176064Z test_op_has_batch_rule_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-11-23T02:07:07.8176223Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8176906Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-11-23T02:07:07.8177065Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8177757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:47.) 2022-11-23T02:07:07.8177890Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8177969Z ok (0.665s) 2022-11-23T02:07:07.8178207Z test_op_has_batch_rule_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8178444Z test_op_has_batch_rule_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8178684Z test_op_has_batch_rule_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8178897Z test_op_has_batch_rule_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8179090Z test_op_has_batch_rule_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8179303Z test_op_has_batch_rule_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8179528Z test_op_has_batch_rule_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8179940Z test_op_has_batch_rule_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T02:07:07.8180134Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T02:07:07.8180212Z ok (0.020s) 2022-11-23T02:07:07.8180405Z test_op_has_batch_rule_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8180683Z test_op_has_batch_rule_signal_windows_cosine_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.015s) 2022-11-23T02:07:07.8180920Z test_op_has_batch_rule_signal_windows_exponential_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:07:07.8181149Z test_op_has_batch_rule_signal_windows_gaussian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:07:07.8181378Z test_op_has_batch_rule_signal_windows_kaiser_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:07:07.8181572Z test_op_has_batch_rule_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8181764Z test_op_has_batch_rule_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8181934Z test_op_has_batch_rule_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8182128Z test_op_has_batch_rule_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8182323Z test_op_has_batch_rule_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8182529Z test_op_has_batch_rule_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.093s) 2022-11-23T02:07:07.8182723Z test_op_has_batch_rule_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-11-23T02:07:07.8182931Z test_op_has_batch_rule_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-11-23T02:07:07.8183214Z test_op_has_batch_rule_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-11-23T02:07:07.8183482Z test_op_has_batch_rule_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: PyTorch is built without MKL support (0.007s) 2022-11-23T02:07:07.8183709Z test_op_has_batch_rule_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8183935Z test_op_has_batch_rule_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8184164Z test_op_has_batch_rule_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8184386Z test_op_has_batch_rule_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8184604Z test_op_has_batch_rule_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.8184900Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8185145Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8185440Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T02:07:07.8185725Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T02:07:07.8185930Z test_op_has_batch_rule_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8186135Z test_op_has_batch_rule_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8186378Z test_op_has_batch_rule_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8186621Z test_op_has_batch_rule_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8186864Z test_op_has_batch_rule_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8187066Z test_op_has_batch_rule_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8187266Z test_op_has_batch_rule_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8187507Z test_op_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8187801Z test_op_has_batch_rule_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T02:07:07.8188029Z test_op_has_batch_rule_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8188270Z test_op_has_batch_rule_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8188504Z test_op_has_batch_rule_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8188710Z test_op_has_batch_rule_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8188936Z test_op_has_batch_rule_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8189142Z test_op_has_batch_rule_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8189346Z test_op_has_batch_rule_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8189588Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8189837Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8190080Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8190385Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:07:07.8190686Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:07:07.8191032Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:07:07.8191329Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:07:07.8191573Z test_op_has_batch_rule_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8191781Z test_op_has_batch_rule_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-11-23T02:07:07.8191983Z test_op_has_batch_rule_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T02:07:07.8192175Z test_op_has_batch_rule_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8192383Z test_op_has_batch_rule_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8192587Z test_op_has_batch_rule_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8192827Z test_op_has_batch_rule_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8193022Z test_op_has_batch_rule_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8193215Z test_op_has_batch_rule_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8193407Z test_op_has_batch_rule_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T02:07:07.8193598Z test_op_has_batch_rule_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8193793Z test_op_has_batch_rule_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8194008Z test_op_has_batch_rule_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8194195Z test_op_has_batch_rule_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-11-23T02:07:07.8194388Z test_op_has_batch_rule_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T02:07:07.8194588Z test_op_has_batch_rule_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8194755Z test_op_has_batch_rule_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.637s) 2022-11-23T02:07:07.8194976Z test_op_has_batch_rule_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T02:07:07.8195168Z test_op_has_batch_rule_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8195354Z test_op_has_batch_rule_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8195560Z test_op_has_batch_rule_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8195768Z test_op_has_batch_rule_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:07:07.8195959Z test_op_has_batch_rule_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8196362Z test_op_has_batch_rule_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1958: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-11-23T02:07:07.8196538Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-11-23T02:07:07.8196616Z ok (0.006s) 2022-11-23T02:07:07.8196842Z test_op_has_batch_rule_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-11-23T02:07:07.8197044Z test_op_has_batch_rule_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8197278Z test_op_has_batch_rule_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-11-23T02:07:07.8197487Z test_op_has_batch_rule_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:07:07.8197705Z test_op_has_batch_rule_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8197894Z test_op_has_batch_rule_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T02:07:07.8198106Z test_op_has_batch_rule_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8198307Z test_op_has_batch_rule_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-11-23T02:07:07.8198504Z test_op_has_batch_rule_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T02:07:07.8198702Z test_op_has_batch_rule_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T02:07:07.8199182Z test_op_has_batch_rule_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-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-23T02:07:07.8199432Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:07:07.8199553Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:07:07.8199648Z should be replaced with 2022-11-23T02:07:07.8199935Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:07:07.8200093Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T02:07:07.8200170Z ok (0.060s) 2022-11-23T02:07:07.8200388Z test_op_has_batch_rule_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8200601Z test_op_has_batch_rule_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8211052Z test_op_has_batch_rule_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-11-23T02:07:07.8211393Z test_op_has_batch_rule_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8211593Z test_op_has_batch_rule_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8211800Z test_op_has_batch_rule_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8212002Z test_op_has_batch_rule_unfold_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8212193Z test_op_has_batch_rule_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T02:07:07.8212413Z test_op_has_batch_rule_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8212644Z test_op_has_batch_rule_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8212853Z test_op_has_batch_rule_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8213050Z test_op_has_batch_rule_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T02:07:07.8213236Z test_op_has_batch_rule_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8213428Z test_op_has_batch_rule_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8213634Z test_op_has_batch_rule_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8213998Z test_op_has_batch_rule_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8214189Z test_op_has_batch_rule_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8214384Z test_op_has_batch_rule_view_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8214571Z test_op_has_batch_rule_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8214757Z test_op_has_batch_rule_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8214945Z test_op_has_batch_rule_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T02:07:07.8215129Z test_op_has_batch_rule_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.8215315Z test_op_has_batch_rule_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T02:07:07.8215504Z test_op_has_batch_rule_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8215710Z test_op_has_batch_rule_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8215963Z test_op_has_batch_rule_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8216108Z test_slogdet_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8216296Z test_torch_return_types_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8216477Z test_vmap_exhaustive_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8216657Z test_vmap_exhaustive_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8216867Z test_vmap_exhaustive___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.036s) 2022-11-23T02:07:07.8217074Z test_vmap_exhaustive___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.190s) 2022-11-23T02:07:07.8217263Z test_vmap_exhaustive___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8217452Z test_vmap_exhaustive___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8217646Z test_vmap_exhaustive___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-11-23T02:07:07.8217833Z test_vmap_exhaustive___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8218016Z test_vmap_exhaustive___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8218736Z test_vmap_exhaustive___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8218896Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:07:07.8218988Z expected failure (0.005s) 2022-11-23T02:07:07.8219176Z test_vmap_exhaustive___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8219402Z test_vmap_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:07:07.8220154Z test_vmap_exhaustive_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8220283Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8220871Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8220965Z return op(*args, **kwargs) 2022-11-23T02:07:07.8221035Z ok (0.017s) 2022-11-23T02:07:07.8221735Z test_vmap_exhaustive_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8221898Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8222480Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8222572Z return op(*args, **kwargs) 2022-11-23T02:07:07.8222644Z ok (0.019s) 2022-11-23T02:07:07.8223484Z test_vmap_exhaustive_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8223616Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8224198Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8224289Z return op(*args, **kwargs) 2022-11-23T02:07:07.8224360Z ok (0.014s) 2022-11-23T02:07:07.8224550Z test_vmap_exhaustive_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-11-23T02:07:07.8225251Z test_vmap_exhaustive_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8225378Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8225955Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8226100Z return op(*args, **kwargs) 2022-11-23T02:07:07.8226172Z ok (0.080s) 2022-11-23T02:07:07.8226894Z test_vmap_exhaustive_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8227021Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8227599Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8227689Z return op(*args, **kwargs) 2022-11-23T02:07:07.8227802Z ok (0.141s) 2022-11-23T02:07:07.8228492Z test_vmap_exhaustive_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8228614Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8229179Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8229270Z return op(*args, **kwargs) 2022-11-23T02:07:07.8229341Z ok (0.124s) 2022-11-23T02:07:07.8230044Z test_vmap_exhaustive_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8230168Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8230743Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8230835Z return op(*args, **kwargs) 2022-11-23T02:07:07.8230904Z ok (0.051s) 2022-11-23T02:07:07.8231112Z test_vmap_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8231796Z test_vmap_exhaustive_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8231961Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8232528Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8232620Z return op(*args, **kwargs) 2022-11-23T02:07:07.8232691Z ok (0.060s) 2022-11-23T02:07:07.8233398Z test_vmap_exhaustive_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8233524Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8234144Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8234236Z return op(*args, **kwargs) 2022-11-23T02:07:07.8234307Z ok (0.083s) 2022-11-23T02:07:07.8235002Z test_vmap_exhaustive_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8235126Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8235694Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8235784Z return op(*args, **kwargs) 2022-11-23T02:07:07.8236380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8236510Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8237084Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8237174Z return op(*args, **kwargs) 2022-11-23T02:07:07.8237245Z ok (0.025s) 2022-11-23T02:07:07.8237461Z test_vmap_exhaustive_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8237650Z test_vmap_exhaustive_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T02:07:07.8237837Z test_vmap_exhaustive_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8238068Z test_vmap_exhaustive_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8238258Z test_vmap_exhaustive_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8238952Z test_vmap_exhaustive_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8239077Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8239647Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8239779Z return op(*args, **kwargs) 2022-11-23T02:07:07.8239851Z ok (0.024s) 2022-11-23T02:07:07.8240064Z test_vmap_exhaustive_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8240254Z test_vmap_exhaustive_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8240443Z test_vmap_exhaustive_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8240637Z test_vmap_exhaustive_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-11-23T02:07:07.8241351Z test_vmap_exhaustive_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8241476Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8242056Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8242147Z return op(*args, **kwargs) 2022-11-23T02:07:07.8242216Z ok (0.012s) 2022-11-23T02:07:07.8242930Z test_vmap_exhaustive_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8243057Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8243638Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8243728Z return op(*args, **kwargs) 2022-11-23T02:07:07.8243862Z expected failure (0.008s) 2022-11-23T02:07:07.8244636Z test_vmap_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8244804Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-11-23T02:07:07.8244876Z ok (0.041s) 2022-11-23T02:07:07.8245579Z test_vmap_exhaustive_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8246188Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8246763Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8246853Z return op(*args, **kwargs) 2022-11-23T02:07:07.8246922Z ok (0.009s) 2022-11-23T02:07:07.8247625Z test_vmap_exhaustive_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8247754Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8248322Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8248412Z return op(*args, **kwargs) 2022-11-23T02:07:07.8248482Z ok (0.009s) 2022-11-23T02:07:07.8249176Z test_vmap_exhaustive_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8249302Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8249889Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8249979Z return op(*args, **kwargs) 2022-11-23T02:07:07.8250623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8250749Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8251327Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8251418Z return op(*args, **kwargs) 2022-11-23T02:07:07.8251474Z ok (0.089s) 2022-11-23T02:07:07.8252187Z test_vmap_exhaustive_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8252352Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8252921Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8253010Z return op(*args, **kwargs) 2022-11-23T02:07:07.8253080Z ok (0.010s) 2022-11-23T02:07:07.8253780Z test_vmap_exhaustive_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8253907Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8254483Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8254577Z return op(*args, **kwargs) 2022-11-23T02:07:07.8254648Z ok (0.010s) 2022-11-23T02:07:07.8254848Z test_vmap_exhaustive_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-11-23T02:07:07.8255043Z test_vmap_exhaustive_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-11-23T02:07:07.8255230Z test_vmap_exhaustive_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-11-23T02:07:07.8255938Z test_vmap_exhaustive_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8256105Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8256679Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8256770Z return op(*args, **kwargs) 2022-11-23T02:07:07.8256842Z ok (0.064s) 2022-11-23T02:07:07.8257063Z test_vmap_exhaustive_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8257276Z test_vmap_exhaustive_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8257504Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8257686Z test_vmap_exhaustive_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8257918Z test_vmap_exhaustive_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8258125Z test_vmap_exhaustive_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8258347Z test_vmap_exhaustive_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8258571Z test_vmap_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8258866Z test_vmap_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8259067Z test_vmap_exhaustive_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8259841Z test_vmap_exhaustive_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8259972Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8260564Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8260655Z return op(*args, **kwargs) 2022-11-23T02:07:07.8260727Z ok (0.082s) 2022-11-23T02:07:07.8260936Z test_vmap_exhaustive_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8261161Z test_vmap_exhaustive_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8261363Z test_vmap_exhaustive_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8261549Z test_vmap_exhaustive_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.132s) 2022-11-23T02:07:07.8261734Z test_vmap_exhaustive_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.896s) 2022-11-23T02:07:07.8261945Z test_vmap_exhaustive_cdouble_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.8262131Z test_vmap_exhaustive_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8262388Z test_vmap_exhaustive_cfloat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8263215Z test_vmap_exhaustive_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8263349Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T02:07:07.8263421Z ok (0.010s) 2022-11-23T02:07:07.8263628Z test_vmap_exhaustive_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T02:07:07.8263849Z test_vmap_exhaustive_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8264043Z test_vmap_exhaustive_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T02:07:07.8264295Z test_vmap_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8264494Z test_vmap_exhaustive_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T02:07:07.8264679Z test_vmap_exhaustive_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8265556Z test_vmap_exhaustive_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8265687Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8266276Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8266370Z return op(*args, **kwargs) 2022-11-23T02:07:07.8266968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8267093Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8267660Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8267750Z return op(*args, **kwargs) 2022-11-23T02:07:07.8267822Z ok (0.091s) 2022-11-23T02:07:07.8268037Z test_vmap_exhaustive_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-11-23T02:07:07.8268246Z test_vmap_exhaustive_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-11-23T02:07:07.8268436Z test_vmap_exhaustive_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8268699Z test_vmap_exhaustive_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:07:07.8268902Z test_vmap_exhaustive_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T02:07:07.8269642Z test_vmap_exhaustive_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8269738Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8270337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8270506Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8271127Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8271217Z return op(*args, **kwargs) 2022-11-23T02:07:07.8271286Z ok (0.037s) 2022-11-23T02:07:07.8271515Z test_vmap_exhaustive_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8272239Z test_vmap_exhaustive_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8272364Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8272948Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8273038Z return op(*args, **kwargs) 2022-11-23T02:07:07.8273109Z ok (0.006s) 2022-11-23T02:07:07.8273313Z test_vmap_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.088s) 2022-11-23T02:07:07.8273512Z test_vmap_exhaustive_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8274233Z test_vmap_exhaustive_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8274357Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8275358Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8275455Z return op(*args, **kwargs) 2022-11-23T02:07:07.8276063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8276189Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8276827Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8276967Z return op(*args, **kwargs) 2022-11-23T02:07:07.8277039Z ok (0.050s) 2022-11-23T02:07:07.8277233Z test_vmap_exhaustive_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8277463Z test_vmap_exhaustive_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8277651Z test_vmap_exhaustive_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8278366Z test_vmap_exhaustive_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8278493Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8279067Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8279155Z return op(*args, **kwargs) 2022-11-23T02:07:07.8279224Z ok (0.039s) 2022-11-23T02:07:07.8279412Z test_vmap_exhaustive_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.108s) 2022-11-23T02:07:07.8279620Z test_vmap_exhaustive_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8279814Z test_vmap_exhaustive_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8280002Z test_vmap_exhaustive_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8280710Z test_vmap_exhaustive_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8280836Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8281465Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8281560Z return op(*args, **kwargs) 2022-11-23T02:07:07.8281630Z ok (0.029s) 2022-11-23T02:07:07.8282320Z test_vmap_exhaustive_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8282444Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8283061Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8283202Z return op(*args, **kwargs) 2022-11-23T02:07:07.8283274Z ok (0.018s) 2022-11-23T02:07:07.8283525Z test_vmap_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8283722Z test_vmap_exhaustive_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8283912Z test_vmap_exhaustive_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8284112Z test_vmap_exhaustive_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8284822Z test_vmap_exhaustive_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8284947Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8285529Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8285622Z return op(*args, **kwargs) 2022-11-23T02:07:07.8285693Z ok (0.015s) 2022-11-23T02:07:07.8285899Z test_vmap_exhaustive_diagonal_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8286096Z test_vmap_exhaustive_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-11-23T02:07:07.8286300Z test_vmap_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T02:07:07.8286487Z test_vmap_exhaustive_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.310s) 2022-11-23T02:07:07.8286681Z test_vmap_exhaustive_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8286863Z test_vmap_exhaustive_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.159s) 2022-11-23T02:07:07.8287635Z test_vmap_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8287764Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8288338Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8288430Z return op(*args, **kwargs) 2022-11-23T02:07:07.8288500Z ok (0.091s) 2022-11-23T02:07:07.8288752Z test_vmap_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.082s) 2022-11-23T02:07:07.8289012Z test_vmap_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-11-23T02:07:07.8289199Z test_vmap_exhaustive_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8289448Z test_vmap_exhaustive_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8289672Z test_vmap_exhaustive_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8289860Z test_vmap_exhaustive_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8290051Z test_vmap_exhaustive_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8290227Z test_vmap_exhaustive_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T02:07:07.8290432Z test_vmap_exhaustive_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8290631Z test_vmap_exhaustive_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8290813Z test_vmap_exhaustive_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8291016Z test_vmap_exhaustive_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8291200Z test_vmap_exhaustive_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8291385Z test_vmap_exhaustive_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8291572Z test_vmap_exhaustive_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8291759Z test_vmap_exhaustive_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8291942Z test_vmap_exhaustive_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8292139Z test_vmap_exhaustive_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8292330Z test_vmap_exhaustive_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8292515Z test_vmap_exhaustive_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8292721Z test_vmap_exhaustive_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8292909Z test_vmap_exhaustive_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8293098Z test_vmap_exhaustive_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8293337Z test_vmap_exhaustive_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8293535Z test_vmap_exhaustive_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8293730Z test_vmap_exhaustive_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8293917Z test_vmap_exhaustive_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8294106Z test_vmap_exhaustive_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8294281Z test_vmap_exhaustive_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8294468Z test_vmap_exhaustive_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8294697Z test_vmap_exhaustive_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8294900Z test_vmap_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8295667Z test_vmap_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8295842Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8296426Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8296517Z return op(*args, **kwargs) 2022-11-23T02:07:07.8296575Z ok (0.017s) 2022-11-23T02:07:07.8296771Z test_vmap_exhaustive_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8297490Z test_vmap_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8297617Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8298198Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8298291Z return op(*args, **kwargs) 2022-11-23T02:07:07.8298362Z ok (0.023s) 2022-11-23T02:07:07.8298546Z test_vmap_exhaustive_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8298741Z test_vmap_exhaustive_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8298929Z test_vmap_exhaustive_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8299114Z test_vmap_exhaustive_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8299303Z test_vmap_exhaustive_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8299534Z test_vmap_exhaustive_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8299722Z test_vmap_exhaustive_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8299916Z test_vmap_exhaustive_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8300100Z test_vmap_exhaustive_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8300289Z test_vmap_exhaustive_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8300477Z test_vmap_exhaustive_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8300685Z test_vmap_exhaustive_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8300907Z test_vmap_exhaustive_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8301147Z test_vmap_exhaustive_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8301381Z test_vmap_exhaustive_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8302148Z test_vmap_exhaustive_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8302277Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8302875Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8302971Z return op(*args, **kwargs) 2022-11-23T02:07:07.8303041Z ok (0.062s) 2022-11-23T02:07:07.8303315Z test_vmap_exhaustive_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8303501Z test_vmap_exhaustive_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8304206Z test_vmap_exhaustive_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8304333Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8304910Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8304997Z return op(*args, **kwargs) 2022-11-23T02:07:07.8305065Z ok (0.047s) 2022-11-23T02:07:07.8305252Z test_vmap_exhaustive_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8305439Z test_vmap_exhaustive_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8305696Z test_vmap_exhaustive_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-11-23T02:07:07.8305891Z test_vmap_exhaustive_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8306083Z test_vmap_exhaustive_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8306267Z test_vmap_exhaustive_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T02:07:07.8306455Z test_vmap_exhaustive_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.082s) 2022-11-23T02:07:07.8306647Z test_vmap_exhaustive_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8306847Z test_vmap_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.086s) 2022-11-23T02:07:07.8307058Z test_vmap_exhaustive_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-11-23T02:07:07.8307271Z test_vmap_exhaustive_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8307491Z test_vmap_exhaustive_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8308311Z test_vmap_exhaustive_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8308438Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8309021Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8309114Z return op(*args, **kwargs) 2022-11-23T02:07:07.8309185Z ok (0.048s) 2022-11-23T02:07:07.8309884Z test_vmap_exhaustive_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8310012Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8310590Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8310681Z return op(*args, **kwargs) 2022-11-23T02:07:07.8310751Z ok (0.169s) 2022-11-23T02:07:07.8311473Z test_vmap_exhaustive_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8311598Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8312238Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8312332Z return op(*args, **kwargs) 2022-11-23T02:07:07.8312989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8313115Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8313751Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8313889Z return op(*args, **kwargs) 2022-11-23T02:07:07.8313961Z ok (0.786s) 2022-11-23T02:07:07.8314184Z test_vmap_exhaustive_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:07:07.8314375Z test_vmap_exhaustive_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8314565Z test_vmap_exhaustive_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8315264Z test_vmap_exhaustive_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8315391Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8315963Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8316055Z return op(*args, **kwargs) 2022-11-23T02:07:07.8316125Z ok (0.047s) 2022-11-23T02:07:07.8316315Z test_vmap_exhaustive_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8317009Z test_vmap_exhaustive_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8317136Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8317753Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8317846Z return op(*args, **kwargs) 2022-11-23T02:07:07.8317920Z ok (0.076s) 2022-11-23T02:07:07.8318622Z test_vmap_exhaustive_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8318746Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8319366Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8319542Z return op(*args, **kwargs) 2022-11-23T02:07:07.8319616Z ok (0.085s) 2022-11-23T02:07:07.8320324Z test_vmap_exhaustive_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8320447Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8321020Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8321113Z return op(*args, **kwargs) 2022-11-23T02:07:07.8321182Z ok (0.118s) 2022-11-23T02:07:07.8321892Z test_vmap_exhaustive_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8322016Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8322597Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8322688Z return op(*args, **kwargs) 2022-11-23T02:07:07.8322757Z ok (0.041s) 2022-11-23T02:07:07.8323476Z test_vmap_exhaustive_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8323599Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8324236Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8324329Z return op(*args, **kwargs) 2022-11-23T02:07:07.8324984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8325112Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8325737Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8325873Z return op(*args, **kwargs) 2022-11-23T02:07:07.8325943Z ok (0.022s) 2022-11-23T02:07:07.8326164Z test_vmap_exhaustive_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8326378Z test_vmap_exhaustive_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.117s) 2022-11-23T02:07:07.8327096Z test_vmap_exhaustive_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8327223Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8327803Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8327892Z return op(*args, **kwargs) 2022-11-23T02:07:07.8328503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8328630Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8329190Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8329282Z return op(*args, **kwargs) 2022-11-23T02:07:07.8329336Z ok (0.485s) 2022-11-23T02:07:07.8329543Z test_vmap_exhaustive_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8329782Z test_vmap_exhaustive_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8329992Z test_vmap_exhaustive_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-11-23T02:07:07.8330213Z test_vmap_exhaustive_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8330981Z test_vmap_exhaustive_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8331088Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8331723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8331896Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8332493Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8332583Z return op(*args, **kwargs) 2022-11-23T02:07:07.8332640Z ok (0.088s) 2022-11-23T02:07:07.8332838Z test_vmap_exhaustive_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8333644Z test_vmap_exhaustive_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8333771Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8334363Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8334456Z return op(*args, **kwargs) 2022-11-23T02:07:07.8334512Z ok (0.011s) 2022-11-23T02:07:07.8334705Z test_vmap_exhaustive_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8334898Z test_vmap_exhaustive_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8335090Z test_vmap_exhaustive_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8335282Z test_vmap_exhaustive_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8335471Z test_vmap_exhaustive_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8335710Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:07:07.8335999Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:07:07.8336230Z test_vmap_exhaustive_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:07:07.8336472Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:07:07.8336693Z test_vmap_exhaustive_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:07:07.8336923Z test_vmap_exhaustive_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8337115Z test_vmap_exhaustive_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8337861Z test_vmap_exhaustive_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8338035Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8338616Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8338707Z return op(*args, **kwargs) 2022-11-23T02:07:07.8338779Z ok (0.059s) 2022-11-23T02:07:07.8338967Z test_vmap_exhaustive_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8339676Z test_vmap_exhaustive_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8339804Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8340385Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8340477Z return op(*args, **kwargs) 2022-11-23T02:07:07.8341067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8341188Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8341748Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8341880Z return op(*args, **kwargs) 2022-11-23T02:07:07.8341950Z ok (0.102s) 2022-11-23T02:07:07.8342144Z test_vmap_exhaustive_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8342349Z test_vmap_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8342555Z test_vmap_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-11-23T02:07:07.8342794Z test_vmap_exhaustive_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8342994Z test_vmap_exhaustive_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8343280Z test_vmap_exhaustive_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.8343535Z test_vmap_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.140s) 2022-11-23T02:07:07.8343733Z test_vmap_exhaustive_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8344410Z test_vmap_exhaustive_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:07:07.8344612Z test_vmap_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8344815Z test_vmap_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8345038Z test_vmap_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T02:07:07.8345230Z test_vmap_exhaustive_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8345424Z test_vmap_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8346158Z test_vmap_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8346286Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8346879Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8346970Z return op(*args, **kwargs) 2022-11-23T02:07:07.8347042Z ok (0.010s) 2022-11-23T02:07:07.8347250Z test_vmap_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8347977Z test_vmap_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8348103Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8348735Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8348874Z return op(*args, **kwargs) 2022-11-23T02:07:07.8348945Z ok (0.119s) 2022-11-23T02:07:07.8349145Z test_vmap_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.307s) 2022-11-23T02:07:07.8349361Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.191s) 2022-11-23T02:07:07.8350110Z test_vmap_exhaustive_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8350236Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8350862Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8350952Z return op(*args, **kwargs) 2022-11-23T02:07:07.8351021Z ok (0.058s) 2022-11-23T02:07:07.8351746Z test_vmap_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8351872Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8352453Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8352541Z return op(*args, **kwargs) 2022-11-23T02:07:07.8352610Z ok (0.043s) 2022-11-23T02:07:07.8352818Z test_vmap_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-11-23T02:07:07.8353022Z test_vmap_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.712s) 2022-11-23T02:07:07.8353227Z test_vmap_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.131s) 2022-11-23T02:07:07.8353435Z test_vmap_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-11-23T02:07:07.8353638Z test_vmap_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.161s) 2022-11-23T02:07:07.8353857Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8354057Z test_vmap_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-11-23T02:07:07.8354252Z test_vmap_exhaustive_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.183s) 2022-11-23T02:07:07.8354471Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.114s) 2022-11-23T02:07:07.8354713Z test_vmap_exhaustive_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-11-23T02:07:07.8354950Z test_vmap_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8355226Z test_vmap_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:07:07.8355466Z test_vmap_exhaustive_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-11-23T02:07:07.8355669Z test_vmap_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8355866Z test_vmap_exhaustive_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-11-23T02:07:07.8356065Z test_vmap_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.092s) 2022-11-23T02:07:07.8356280Z test_vmap_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.452s) 2022-11-23T02:07:07.8356518Z test_vmap_exhaustive_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.609s) 2022-11-23T02:07:07.8356714Z test_vmap_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-11-23T02:07:07.8356915Z test_vmap_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8357654Z test_vmap_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8357780Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8358374Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8358465Z return op(*args, **kwargs) 2022-11-23T02:07:07.8358534Z ok (0.016s) 2022-11-23T02:07:07.8359254Z test_vmap_exhaustive_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8359384Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8359967Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8360058Z return op(*args, **kwargs) 2022-11-23T02:07:07.8360129Z ok (0.020s) 2022-11-23T02:07:07.8360957Z test_vmap_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8361089Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8361712Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8361805Z return op(*args, **kwargs) 2022-11-23T02:07:07.8361860Z ok (0.169s) 2022-11-23T02:07:07.8362070Z test_vmap_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.262s) 2022-11-23T02:07:07.8362292Z test_vmap_exhaustive_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8362526Z test_vmap_exhaustive_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8362713Z test_vmap_exhaustive_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8362900Z test_vmap_exhaustive_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8363087Z test_vmap_exhaustive_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8363282Z test_vmap_exhaustive_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8363489Z test_vmap_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8363687Z test_vmap_exhaustive_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8363886Z test_vmap_exhaustive_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8364091Z test_vmap_exhaustive_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8364279Z test_vmap_exhaustive_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8364477Z test_vmap_exhaustive_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8364668Z test_vmap_exhaustive_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8364861Z test_vmap_exhaustive_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8365055Z test_vmap_exhaustive_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8365242Z test_vmap_exhaustive_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8365461Z test_vmap_exhaustive_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-11-23T02:07:07.8365657Z test_vmap_exhaustive_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-11-23T02:07:07.8365862Z test_vmap_exhaustive_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8366083Z test_vmap_exhaustive_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8366251Z test_vmap_exhaustive_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8366433Z test_vmap_exhaustive_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-11-23T02:07:07.8367242Z test_vmap_exhaustive_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8367413Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8368000Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8368091Z return op(*args, **kwargs) 2022-11-23T02:07:07.8368166Z ok (0.227s) 2022-11-23T02:07:07.8368871Z test_vmap_exhaustive_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8369043Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8369626Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8369718Z return op(*args, **kwargs) 2022-11-23T02:07:07.8369787Z ok (0.128s) 2022-11-23T02:07:07.8369975Z test_vmap_exhaustive_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8370159Z test_vmap_exhaustive_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8370344Z test_vmap_exhaustive_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.213s) 2022-11-23T02:07:07.8370536Z test_vmap_exhaustive_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.195s) 2022-11-23T02:07:07.8370738Z test_vmap_exhaustive_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.120s) 2022-11-23T02:07:07.8370936Z test_vmap_exhaustive_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.145s) 2022-11-23T02:07:07.8371135Z test_vmap_exhaustive_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8371332Z test_vmap_exhaustive_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8372080Z test_vmap_exhaustive_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8372181Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8372831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8373438Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8374040Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8374134Z return op(*args, **kwargs) 2022-11-23T02:07:07.8374739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8374868Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8375452Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8375594Z return op(*args, **kwargs) 2022-11-23T02:07:07.8375652Z ok (0.068s) 2022-11-23T02:07:07.8375883Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8376092Z test_vmap_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8376296Z test_vmap_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-11-23T02:07:07.8376502Z test_vmap_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.236s) 2022-11-23T02:07:07.8376701Z test_vmap_exhaustive_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.262s) 2022-11-23T02:07:07.8376901Z test_vmap_exhaustive_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T02:07:07.8377097Z test_vmap_exhaustive_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (1.005s) 2022-11-23T02:07:07.8377299Z test_vmap_exhaustive_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.077s) 2022-11-23T02:07:07.8377496Z test_vmap_exhaustive_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.197s) 2022-11-23T02:07:07.8378218Z test_vmap_exhaustive_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8378347Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8378969Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8379063Z return op(*args, **kwargs) 2022-11-23T02:07:07.8379758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8379888Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8380479Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8380570Z return op(*args, **kwargs) 2022-11-23T02:07:07.8380641Z ok (0.049s) 2022-11-23T02:07:07.8380861Z test_vmap_exhaustive_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:07:07.8381068Z test_vmap_exhaustive_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8381310Z test_vmap_exhaustive_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T02:07:07.8381504Z test_vmap_exhaustive_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.769s) 2022-11-23T02:07:07.8381698Z test_vmap_exhaustive_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.191s) 2022-11-23T02:07:07.8381889Z test_vmap_exhaustive_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.713s) 2022-11-23T02:07:07.8382077Z test_vmap_exhaustive_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.109s) 2022-11-23T02:07:07.8382786Z test_vmap_exhaustive_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8382913Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8383589Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8383683Z return op(*args, **kwargs) 2022-11-23T02:07:07.8383756Z ok (0.023s) 2022-11-23T02:07:07.8383953Z test_vmap_exhaustive_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T02:07:07.8384179Z test_vmap_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (3.522s) 2022-11-23T02:07:07.8384390Z test_vmap_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8384599Z test_vmap_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8384833Z test_vmap_exhaustive_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8385022Z test_vmap_exhaustive_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-11-23T02:07:07.8385213Z test_vmap_exhaustive_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8385465Z test_vmap_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-11-23T02:07:07.8385738Z test_vmap_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-11-23T02:07:07.8385933Z test_vmap_exhaustive_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-11-23T02:07:07.8386139Z test_vmap_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8386347Z test_vmap_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8386522Z test_vmap_exhaustive_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8386703Z test_vmap_exhaustive_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8386888Z test_vmap_exhaustive_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8387078Z test_vmap_exhaustive_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8387268Z test_vmap_exhaustive_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8387454Z test_vmap_exhaustive_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-11-23T02:07:07.8387712Z test_vmap_exhaustive_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.264s) 2022-11-23T02:07:07.8387894Z test_vmap_exhaustive_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8388104Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-11-23T02:07:07.8388313Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-11-23T02:07:07.8388520Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-11-23T02:07:07.8388714Z test_vmap_exhaustive_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8389433Z test_vmap_exhaustive_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8389562Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8390140Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8390229Z return op(*args, **kwargs) 2022-11-23T02:07:07.8390304Z ok (0.066s) 2022-11-23T02:07:07.8390503Z test_vmap_exhaustive_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8391322Z test_vmap_exhaustive_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8391450Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8392091Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8392187Z return op(*args, **kwargs) 2022-11-23T02:07:07.8392787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8392911Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8393485Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8393617Z return op(*args, **kwargs) 2022-11-23T02:07:07.8393688Z ok (0.277s) 2022-11-23T02:07:07.8394395Z test_vmap_exhaustive_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8394521Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8395100Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8395193Z return op(*args, **kwargs) 2022-11-23T02:07:07.8395264Z ok (0.056s) 2022-11-23T02:07:07.8395465Z test_vmap_exhaustive_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8395674Z test_vmap_exhaustive_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-11-23T02:07:07.8395895Z test_vmap_exhaustive_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:07:07.8396514Z test_vmap_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8397048Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8397582Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8398138Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8398618Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8399098Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8399576Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8400100Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8400579Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8401054Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8401530Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8402004Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8402476Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8402993Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8403510Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8404039Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8404513Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8404984Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8405459Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8405979Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8406470Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8406941Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8407412Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8407890Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8408361Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8408879Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8409451Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8409932Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8410402Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8410875Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8411390Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8411864Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8412335Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8412808Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8413280Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8413754Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8414241Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8414756Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8415320Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8415801Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8416271Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8416740Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8417248Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8417718Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8418186Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8418660Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8419132Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8419602Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8420072Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8420583Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8421104Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8421625Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8422102Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8422592Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8423196Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8423672Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8424143Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8424617Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8425086Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8425555Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8426023Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8426549Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8427064Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8427576Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8428046Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8428570Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8429039Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8429510Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8429980Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8430469Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8430940Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8431410Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:07:07.8431485Z ok (0.033s) 2022-11-23T02:07:07.8431694Z test_vmap_exhaustive_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.143s) 2022-11-23T02:07:07.8431882Z test_vmap_exhaustive_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-11-23T02:07:07.8432645Z test_vmap_exhaustive_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8432819Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8433451Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8433546Z return op(*args, **kwargs) 2022-11-23T02:07:07.8433616Z ok (0.010s) 2022-11-23T02:07:07.8433815Z test_vmap_exhaustive_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8434040Z test_vmap_exhaustive_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:07:07.8434281Z test_vmap_exhaustive_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8434458Z test_vmap_exhaustive_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8434656Z test_vmap_exhaustive_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8435384Z test_vmap_exhaustive_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8435509Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8436096Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8436186Z return op(*args, **kwargs) 2022-11-23T02:07:07.8436257Z ok (0.051s) 2022-11-23T02:07:07.8437070Z test_vmap_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8437162Z return op(*args, **kwargs) 2022-11-23T02:07:07.8437254Z expected failure (0.043s) 2022-11-23T02:07:07.8437483Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8437707Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8437925Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8438145Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8438414Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-11-23T02:07:07.8438621Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-11-23T02:07:07.8438900Z test_vmap_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.040s) 2022-11-23T02:07:07.8439114Z test_vmap_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8439325Z test_vmap_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8439577Z test_vmap_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8439786Z test_vmap_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.278s) 2022-11-23T02:07:07.8440521Z test_vmap_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8441058Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8441657Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8441750Z return op(*args, **kwargs) 2022-11-23T02:07:07.8441809Z ok (0.382s) 2022-11-23T02:07:07.8442039Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8442281Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.123s) 2022-11-23T02:07:07.8442487Z test_vmap_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8442695Z test_vmap_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.174s) 2022-11-23T02:07:07.8442900Z test_vmap_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.628s) 2022-11-23T02:07:07.8443115Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8443357Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8443591Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8443816Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8444049Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8444281Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8444504Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8444844Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8445095Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8445319Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8445582Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.153s) 2022-11-23T02:07:07.8445796Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.195s) 2022-11-23T02:07:07.8446017Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.466s) 2022-11-23T02:07:07.8446241Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-11-23T02:07:07.8446465Z test_vmap_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-11-23T02:07:07.8446681Z test_vmap_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-11-23T02:07:07.8447734Z test_vmap_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8447827Z return torch.ctc_loss( 2022-11-23T02:07:07.8447898Z ok (0.328s) 2022-11-23T02:07:07.8448132Z test_vmap_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-11-23T02:07:07.8448365Z test_vmap_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.045s) 2022-11-23T02:07:07.8448592Z test_vmap_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.036s) 2022-11-23T02:07:07.8448795Z test_vmap_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8449555Z test_vmap_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8449660Z ret, _, _, _ = torch.embedding_bag( 2022-11-23T02:07:07.8450273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8450433Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-11-23T02:07:07.8450526Z expected failure (0.053s) 2022-11-23T02:07:07.8450804Z test_vmap_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.034s) 2022-11-23T02:07:07.8451039Z test_vmap_exhaustive_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8451429Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-11-23T02:07:07.8451677Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.147s) 2022-11-23T02:07:07.8451919Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:07:07.8452161Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8452888Z test_vmap_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8453282Z if torch.any(var < 0): 2022-11-23T02:07:07.8453374Z expected failure (0.006s) 2022-11-23T02:07:07.8453581Z test_vmap_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8453785Z test_vmap_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-11-23T02:07:07.8454003Z test_vmap_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.149s) 2022-11-23T02:07:07.8454217Z test_vmap_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-11-23T02:07:07.8454431Z test_vmap_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8454635Z test_vmap_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8454848Z test_vmap_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8455061Z test_vmap_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8455285Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-11-23T02:07:07.8456038Z test_vmap_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8456244Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-11-23T02:07:07.8456316Z ok (0.045s) 2022-11-23T02:07:07.8456515Z test_vmap_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8456779Z test_vmap_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8457008Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8457236Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8457499Z test_vmap_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8457775Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T02:07:07.8458005Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8458719Z test_vmap_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8458879Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-11-23T02:07:07.8459399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:07:07.8459752Z warnings.warn( 2022-11-23T02:07:07.8459825Z ok (0.068s) 2022-11-23T02:07:07.8460036Z test_vmap_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-11-23T02:07:07.8460248Z test_vmap_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.077s) 2022-11-23T02:07:07.8460459Z test_vmap_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8460669Z test_vmap_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.099s) 2022-11-23T02:07:07.8460893Z test_vmap_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8461108Z test_vmap_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8461865Z test_vmap_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8462039Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-11-23T02:07:07.8462110Z ok (0.198s) 2022-11-23T02:07:07.8462888Z test_vmap_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8463166Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T02:07:07.8463224Z ok (1.965s) 2022-11-23T02:07:07.8463479Z test_vmap_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (3.168s) 2022-11-23T02:07:07.8464294Z test_vmap_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8464494Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T02:07:07.8465095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8465269Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T02:07:07.8465341Z ok (1.411s) 2022-11-23T02:07:07.8466080Z test_vmap_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8466580Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-11-23T02:07:07.8466650Z ok (0.666s) 2022-11-23T02:07:07.8466877Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-11-23T02:07:07.8467595Z test_vmap_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8467745Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-11-23T02:07:07.8467814Z ok (1.325s) 2022-11-23T02:07:07.8468036Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.137s) 2022-11-23T02:07:07.8468817Z test_vmap_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8468988Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-11-23T02:07:07.8469064Z ok (0.511s) 2022-11-23T02:07:07.8469289Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.075s) 2022-11-23T02:07:07.8469536Z test_vmap_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-11-23T02:07:07.8469748Z test_vmap_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8469968Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-11-23T02:07:07.8471035Z test_vmap_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8471222Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-11-23T02:07:07.8471293Z ok (0.019s) 2022-11-23T02:07:07.8472049Z test_vmap_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8472213Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-11-23T02:07:07.8472562Z ok (0.016s) 2022-11-23T02:07:07.8472798Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8473008Z test_vmap_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.246s) 2022-11-23T02:07:07.8473224Z test_vmap_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8473443Z test_vmap_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-11-23T02:07:07.8473654Z test_vmap_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.091s) 2022-11-23T02:07:07.8473867Z test_vmap_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8474084Z test_vmap_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8474312Z test_vmap_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T02:07:07.8475082Z test_vmap_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8475211Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8475835Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8475930Z return op(*args, **kwargs) 2022-11-23T02:07:07.8476000Z ok (0.019s) 2022-11-23T02:07:07.8476221Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8476438Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8476657Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.341s) 2022-11-23T02:07:07.8476866Z test_vmap_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-11-23T02:07:07.8477128Z test_vmap_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8477338Z test_vmap_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8477565Z test_vmap_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8477765Z test_vmap_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8477952Z test_vmap_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8478699Z test_vmap_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8479179Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-11-23T02:07:07.8479251Z ok (0.031s) 2022-11-23T02:07:07.8479989Z test_vmap_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8480145Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-11-23T02:07:07.8480216Z ok (0.030s) 2022-11-23T02:07:07.8480428Z test_vmap_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8480656Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8480913Z test_vmap_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8481124Z test_vmap_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8481375Z test_vmap_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8481590Z test_vmap_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8481787Z test_vmap_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8482555Z test_vmap_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8482755Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-11-23T02:07:07.8482825Z ok (0.093s) 2022-11-23T02:07:07.8483065Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-11-23T02:07:07.8483271Z test_vmap_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.963s) 2022-11-23T02:07:07.8483548Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8483756Z test_vmap_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8483968Z test_vmap_exhaustive_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8484155Z test_vmap_exhaustive_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-11-23T02:07:07.8484345Z test_vmap_exhaustive_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8484537Z test_vmap_exhaustive_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8484726Z test_vmap_exhaustive_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8484938Z test_vmap_exhaustive_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.8485160Z test_vmap_exhaustive_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:07:07.8485670Z test_vmap_exhaustive_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8485863Z test_vmap_exhaustive_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8486113Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8486331Z test_vmap_exhaustive_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.330s) 2022-11-23T02:07:07.8487100Z test_vmap_exhaustive_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8487205Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8487839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8487969Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8488540Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8488634Z return op(*args, **kwargs) 2022-11-23T02:07:07.8488707Z ok (1.037s) 2022-11-23T02:07:07.8488898Z test_vmap_exhaustive_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8489119Z test_vmap_exhaustive_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.8489313Z test_vmap_exhaustive_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8489507Z test_vmap_exhaustive_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8489692Z test_vmap_exhaustive_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-11-23T02:07:07.8490481Z test_vmap_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8490612Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8491195Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8491288Z return op(*args, **kwargs) 2022-11-23T02:07:07.8491359Z ok (0.060s) 2022-11-23T02:07:07.8491877Z test_vmap_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8492094Z test_vmap_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-11-23T02:07:07.8492304Z test_vmap_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8492515Z test_vmap_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8492753Z test_vmap_exhaustive_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8493507Z test_vmap_exhaustive_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8493639Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8494224Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8494316Z return op(*args, **kwargs) 2022-11-23T02:07:07.8494386Z ok (0.046s) 2022-11-23T02:07:07.8494575Z test_vmap_exhaustive_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-11-23T02:07:07.8495279Z test_vmap_exhaustive_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8495407Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8495983Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8496130Z return op(*args, **kwargs) 2022-11-23T02:07:07.8496722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8496850Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8497411Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8497501Z return op(*args, **kwargs) 2022-11-23T02:07:07.8497571Z ok (0.296s) 2022-11-23T02:07:07.8497762Z test_vmap_exhaustive_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.102s) 2022-11-23T02:07:07.8498849Z test_vmap_exhaustive_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8498976Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8499610Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8499705Z return op(*args, **kwargs) 2022-11-23T02:07:07.8500305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8500429Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8500996Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8501088Z return op(*args, **kwargs) 2022-11-23T02:07:07.8501157Z ok (0.289s) 2022-11-23T02:07:07.8501352Z test_vmap_exhaustive_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8501567Z test_vmap_exhaustive_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8501795Z test_vmap_exhaustive_randint_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.000s) 2022-11-23T02:07:07.8502014Z test_vmap_exhaustive_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:07:07.8502241Z test_vmap_exhaustive_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.001s) 2022-11-23T02:07:07.8502514Z test_vmap_exhaustive_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.8502707Z test_vmap_exhaustive_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8502895Z test_vmap_exhaustive_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8503177Z test_vmap_exhaustive_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8503903Z test_vmap_exhaustive_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8504025Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8504657Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8504805Z return op(*args, **kwargs) 2022-11-23T02:07:07.8504879Z ok (0.047s) 2022-11-23T02:07:07.8505651Z test_vmap_exhaustive_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8505750Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8506343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8506468Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8507044Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8507143Z return op(*args, **kwargs) 2022-11-23T02:07:07.8507728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8507860Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8508428Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8508515Z return op(*args, **kwargs) 2022-11-23T02:07:07.8508638Z ok (0.020s) 2022-11-23T02:07:07.8508833Z test_vmap_exhaustive_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-11-23T02:07:07.8509047Z test_vmap_exhaustive_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8509242Z test_vmap_exhaustive_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8509435Z test_vmap_exhaustive_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8509643Z test_vmap_exhaustive_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8510395Z test_vmap_exhaustive_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8510613Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-11-23T02:07:07.8511252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8511378Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8511956Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8512046Z return op(*args, **kwargs) 2022-11-23T02:07:07.8512135Z expected failure (0.016s) 2022-11-23T02:07:07.8512335Z test_vmap_exhaustive_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8512532Z test_vmap_exhaustive_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8512717Z test_vmap_exhaustive_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-11-23T02:07:07.8512900Z test_vmap_exhaustive_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-11-23T02:07:07.8513084Z test_vmap_exhaustive_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8513285Z test_vmap_exhaustive_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8513486Z test_vmap_exhaustive_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8513692Z test_vmap_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-11-23T02:07:07.8513879Z test_vmap_exhaustive_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8514067Z test_vmap_exhaustive_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8514273Z test_vmap_exhaustive_scalar_tensor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-11-23T02:07:07.8515055Z test_vmap_exhaustive_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8515183Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8515769Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8515861Z return op(*args, **kwargs) 2022-11-23T02:07:07.8515934Z ok (0.110s) 2022-11-23T02:07:07.8516689Z test_vmap_exhaustive_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8516865Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8517491Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8517585Z return op(*args, **kwargs) 2022-11-23T02:07:07.8518188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8518315Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8518892Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8518981Z return op(*args, **kwargs) 2022-11-23T02:07:07.8519585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8519713Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8520290Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8520380Z return op(*args, **kwargs) 2022-11-23T02:07:07.8521039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8521167Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8521760Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8521850Z return op(*args, **kwargs) 2022-11-23T02:07:07.8521922Z ok (0.327s) 2022-11-23T02:07:07.8522699Z test_vmap_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8522873Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8523504Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8523598Z return op(*args, **kwargs) 2022-11-23T02:07:07.8524205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8524331Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8524911Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8525001Z return op(*args, **kwargs) 2022-11-23T02:07:07.8525072Z ok (0.311s) 2022-11-23T02:07:07.8525288Z test_vmap_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.324s) 2022-11-23T02:07:07.8525502Z test_vmap_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.349s) 2022-11-23T02:07:07.8525710Z test_vmap_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.310s) 2022-11-23T02:07:07.8525917Z test_vmap_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.307s) 2022-11-23T02:07:07.8526117Z test_vmap_exhaustive_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.651s) 2022-11-23T02:07:07.8526893Z test_vmap_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8527022Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8527595Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8527686Z return op(*args, **kwargs) 2022-11-23T02:07:07.8527758Z ok (0.201s) 2022-11-23T02:07:07.8527968Z test_vmap_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.160s) 2022-11-23T02:07:07.8528154Z test_vmap_exhaustive_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8528359Z test_vmap_exhaustive_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8528634Z test_vmap_exhaustive_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8528842Z test_vmap_exhaustive_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8529061Z test_vmap_exhaustive_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8529297Z test_vmap_exhaustive_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8529482Z test_vmap_exhaustive_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8529703Z test_vmap_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:07:07.8529935Z test_vmap_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:07:07.8530147Z test_vmap_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:07:07.8530368Z test_vmap_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:07:07.8530557Z test_vmap_exhaustive_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8530736Z test_vmap_exhaustive_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8530919Z test_vmap_exhaustive_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8531100Z test_vmap_exhaustive_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8531286Z test_vmap_exhaustive_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8531483Z test_vmap_exhaustive_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-11-23T02:07:07.8531673Z test_vmap_exhaustive_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8531877Z test_vmap_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8532059Z test_vmap_exhaustive_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.141s) 2022-11-23T02:07:07.8532312Z test_vmap_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:07:07.8533086Z test_vmap_exhaustive_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8533213Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8533803Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8533892Z return op(*args, **kwargs) 2022-11-23T02:07:07.8533963Z ok (0.000s) 2022-11-23T02:07:07.8534730Z test_vmap_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8534901Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8535533Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8535625Z return op(*args, **kwargs) 2022-11-23T02:07:07.8535692Z ok (0.010s) 2022-11-23T02:07:07.8536418Z test_vmap_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8536542Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8537123Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8537222Z return op(*args, **kwargs) 2022-11-23T02:07:07.8537277Z ok (0.011s) 2022-11-23T02:07:07.8538015Z test_vmap_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8538140Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8538770Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8538861Z return op(*args, **kwargs) 2022-11-23T02:07:07.8538930Z ok (0.007s) 2022-11-23T02:07:07.8539655Z test_vmap_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8539777Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8540362Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8540539Z return op(*args, **kwargs) 2022-11-23T02:07:07.8540607Z ok (0.007s) 2022-11-23T02:07:07.8541408Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8541535Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8542128Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8542218Z return op(*args, **kwargs) 2022-11-23T02:07:07.8542287Z ok (0.028s) 2022-11-23T02:07:07.8543047Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8543283Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8543880Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8543971Z return op(*args, **kwargs) 2022-11-23T02:07:07.8544040Z ok (0.038s) 2022-11-23T02:07:07.8544331Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:07:07.8544612Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:07:07.8544884Z test_vmap_exhaustive_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8545088Z test_vmap_exhaustive_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8545845Z test_vmap_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8545966Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8546570Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8546790Z return op(*args, **kwargs) 2022-11-23T02:07:07.8546859Z ok (0.034s) 2022-11-23T02:07:07.8547658Z test_vmap_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8547783Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8548380Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8548468Z return op(*args, **kwargs) 2022-11-23T02:07:07.8548536Z ok (0.027s) 2022-11-23T02:07:07.8548734Z test_vmap_exhaustive_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8548928Z test_vmap_exhaustive_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8549122Z test_vmap_exhaustive_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8549879Z test_vmap_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8550005Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8550607Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8550696Z return op(*args, **kwargs) 2022-11-23T02:07:07.8550816Z ok (0.029s) 2022-11-23T02:07:07.8551108Z test_vmap_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:07:07.8551829Z test_vmap_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8551951Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8552537Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8552717Z return op(*args, **kwargs) 2022-11-23T02:07:07.8552788Z ok (0.012s) 2022-11-23T02:07:07.8553569Z test_vmap_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8553708Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8554303Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8554394Z return op(*args, **kwargs) 2022-11-23T02:07:07.8554449Z ok (0.007s) 2022-11-23T02:07:07.8555194Z test_vmap_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8555324Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8555925Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8556015Z return op(*args, **kwargs) 2022-11-23T02:07:07.8556082Z ok (0.007s) 2022-11-23T02:07:07.8556877Z test_vmap_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8557003Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8557604Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8557694Z return op(*args, **kwargs) 2022-11-23T02:07:07.8557762Z ok (0.007s) 2022-11-23T02:07:07.8558499Z test_vmap_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8558723Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8559357Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8559450Z return op(*args, **kwargs) 2022-11-23T02:07:07.8559520Z ok (0.007s) 2022-11-23T02:07:07.8559719Z test_vmap_exhaustive_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8559919Z test_vmap_exhaustive_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8560153Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-11-23T02:07:07.8560919Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8561043Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8561647Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8561739Z return op(*args, **kwargs) 2022-11-23T02:07:07.8561809Z ok (0.011s) 2022-11-23T02:07:07.8562577Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8562750Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8563354Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8563443Z return op(*args, **kwargs) 2022-11-23T02:07:07.8563509Z ok (0.007s) 2022-11-23T02:07:07.8563808Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:07:07.8564112Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:07:07.8564402Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:07:07.8564788Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:07:07.8565586Z test_vmap_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8565713Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8566312Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8566400Z return op(*args, **kwargs) 2022-11-23T02:07:07.8566468Z ok (0.007s) 2022-11-23T02:07:07.8566673Z test_vmap_exhaustive_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-11-23T02:07:07.8566873Z test_vmap_exhaustive_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-11-23T02:07:07.8567060Z test_vmap_exhaustive_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8567262Z test_vmap_exhaustive_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8567463Z test_vmap_exhaustive_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8567646Z test_vmap_exhaustive_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8568344Z test_vmap_exhaustive_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8568469Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8569482Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8569580Z return op(*args, **kwargs) 2022-11-23T02:07:07.8569649Z ok (0.010s) 2022-11-23T02:07:07.8569843Z test_vmap_exhaustive_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8570032Z test_vmap_exhaustive_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T02:07:07.8570217Z test_vmap_exhaustive_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-11-23T02:07:07.8570405Z test_vmap_exhaustive_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8571140Z test_vmap_exhaustive_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8571417Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:07:07.8571826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:07:07.8572233Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T02:07:07.8572488Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:07:07.8572596Z ok (0.031s) 2022-11-23T02:07:07.8579629Z test_vmap_exhaustive_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8579975Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8581017Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8581192Z return op(*args, **kwargs) 2022-11-23T02:07:07.8581317Z ok (0.120s) 2022-11-23T02:07:07.8581650Z test_vmap_exhaustive_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-11-23T02:07:07.8581993Z test_vmap_exhaustive_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-11-23T02:07:07.8582314Z test_vmap_exhaustive_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.602s) 2022-11-23T02:07:07.8582691Z test_vmap_exhaustive_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:07:07.8583016Z test_vmap_exhaustive_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8583667Z test_vmap_exhaustive_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8584064Z test_vmap_exhaustive_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8585256Z test_vmap_exhaustive_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8585483Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8586464Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8586775Z return op(*args, **kwargs) 2022-11-23T02:07:07.8586898Z ok (0.055s) 2022-11-23T02:07:07.8587219Z test_vmap_exhaustive_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8587538Z test_vmap_exhaustive_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-11-23T02:07:07.8587904Z test_vmap_exhaustive_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:07:07.8588241Z test_vmap_exhaustive_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8588562Z test_vmap_exhaustive_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-11-23T02:07:07.8588911Z test_vmap_exhaustive_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:07:07.8590241Z test_vmap_exhaustive_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8590443Z op=lambda x, *args: x.to_sparse(*args), 2022-11-23T02:07:07.8590635Z expected failure (0.000s) 2022-11-23T02:07:07.8590952Z test_vmap_exhaustive_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-11-23T02:07:07.8591301Z test_vmap_exhaustive_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-11-23T02:07:07.8591641Z test_vmap_exhaustive_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-11-23T02:07:07.8591987Z test_vmap_exhaustive_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-11-23T02:07:07.8592299Z test_vmap_exhaustive_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-11-23T02:07:07.8592653Z test_vmap_exhaustive_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-11-23T02:07:07.8593009Z test_vmap_exhaustive_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:07:07.8593364Z test_vmap_exhaustive_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8593699Z test_vmap_exhaustive_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-11-23T02:07:07.8595024Z test_vmap_exhaustive_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8595261Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8596292Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8596450Z return op(*args, **kwargs) 2022-11-23T02:07:07.8596599Z ok (0.011s) 2022-11-23T02:07:07.8596938Z test_vmap_exhaustive_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T02:07:07.8597387Z test_vmap_exhaustive_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-11-23T02:07:07.8597726Z test_vmap_exhaustive_unfold_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-11-23T02:07:07.8598050Z test_vmap_exhaustive_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-11-23T02:07:07.8598402Z test_vmap_exhaustive_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:07:07.8598788Z test_vmap_exhaustive_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8599153Z test_vmap_exhaustive_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:07:07.8599488Z test_vmap_exhaustive_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-11-23T02:07:07.8599810Z test_vmap_exhaustive_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8600142Z test_vmap_exhaustive_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-11-23T02:07:07.8601327Z test_vmap_exhaustive_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8601545Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8602604Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8602772Z return op(*args, **kwargs) 2022-11-23T02:07:07.8602895Z ok (0.005s) 2022-11-23T02:07:07.8603285Z test_vmap_exhaustive_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:07:07.8603613Z test_vmap_exhaustive_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8603949Z test_vmap_exhaustive_view_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8604271Z test_vmap_exhaustive_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-11-23T02:07:07.8604594Z test_vmap_exhaustive_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8605042Z test_vmap_exhaustive_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-11-23T02:07:07.8605378Z test_vmap_exhaustive_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-11-23T02:07:07.8606587Z test_vmap_exhaustive_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8606803Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T02:07:07.8607802Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8608123Z return op(*args, **kwargs) 2022-11-23T02:07:07.8608247Z ok (0.076s) 2022-11-23T02:07:07.8608602Z test_vmap_exhaustive_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8608960Z test_vmap_exhaustive_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-11-23T02:07:07.8609293Z test_vmap_exhaustive_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-11-23T02:07:07.8609667Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8610038Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8610396Z test_vmap_linalg_failure_1D_input_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8610761Z test_vmap_linalg_failure_1D_input_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8611098Z test_vmap_linalg_failure_1D_input_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8611473Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8611824Z test_vmap_linalg_failure_1D_input_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8613086Z test_vmap_linalg_failure_1D_input_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8613260Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8613383Z ok (0.005s) 2022-11-23T02:07:07.8613725Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8614144Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-11-23T02:07:07.8614568Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8614923Z test_vmap_linalg_failure_1D_input_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8615407Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8616740Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8616936Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8617046Z ok (0.011s) 2022-11-23T02:07:07.8617422Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8617811Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:07:07.8618167Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-11-23T02:07:07.8618691Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-11-23T02:07:07.8620042Z test_vmap_linalg_failure_1D_input_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8620221Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8620329Z ok (0.000s) 2022-11-23T02:07:07.8621658Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T02:07:07.8621836Z return self.op(*args, **kwargs) 2022-11-23T02:07:07.8621958Z ok (0.018s) 2022-11-23T02:07:07.8622336Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-11-23T02:07:07.8622703Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-11-23T02:07:07.8623170Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:07:07.8623555Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8623934Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-11-23T02:07:07.8624284Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-11-23T02:07:07.8624588Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.011s) 2022-11-23T02:07:07.8624903Z test_vmap_linalg_failure_1D_input_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.8625277Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:07:07.8625727Z test_vmap_linalg_failure_1D_input_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-11-23T02:07:07.8626078Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-11-23T02:07:07.8626496Z test_vmap_linalg_failure_1D_input_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:07:07.8626793Z test_vmap_linalg_failure_1D_input_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-11-23T02:07:07.8627117Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8627424Z test_vmap_linalg_failure_1D_input_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-11-23T02:07:07.8627728Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-11-23T02:07:07.8628046Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-11-23T02:07:07.8628461Z test_vmap_linalg_failure_1D_input_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-11-23T02:07:07.8628763Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-11-23T02:07:07.8629062Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-11-23T02:07:07.8629382Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T02:07:07.8629708Z test_vmap_linalg_failure_1D_input_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8630032Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-11-23T02:07:07.8630375Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:07:07.8630647Z test_vmap_multi_dot_failure_1D_input_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-11-23T02:07:07.8630662Z 2022-11-23T02:07:07.8630957Z ---------------------------------------------------------------------- 2022-11-23T02:07:07.8631088Z Ran 1843 tests in 98.843s 2022-11-23T02:07:07.8631098Z 2022-11-23T02:07:07.8631254Z OK (skipped=57, expected failures=232) 2022-11-23T02:07:07.8631263Z 2022-11-23T02:07:07.8631392Z Generating XML reports... 2022-11-23T02:07:07.8631796Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestRandomnessCPU-20221123020528.xml 2022-11-23T02:07:07.8632184Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestTransformFailureCPU-20221123020528.xml 2022-11-23T02:07:07.8632520Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapAPI-20221123020528.xml 2022-11-23T02:07:07.8632929Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapBatchedGradientCPU-20221123020528.xml 2022-11-23T02:07:07.8633286Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapOperators-20221123020528.xml 2022-11-23T02:07:07.8633687Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapOperatorsOpInfoCPU-20221123020528.xml 2022-11-23T02:07:07.8633696Z 2022-11-23T02:07:07.8634147Z ##[endgroup] 2022-11-23T02:07:07.8634530Z FINISHED PRINTING LOG FILE of functorch/test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_vmap_30xx8ckz) 2022-11-23T02:07:07.8634538Z 2022-11-23T02:07:08.1566639Z 2022-11-23T02:07:08.1567218Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:07:08.1571535Z 2022-11-23T02:07:08.1571740Z (base) C:\actions-runner\_work\pytorch\pytorch>if ERRORLEVEL 1 goto fail 2022-11-23T02:07:08.1573283Z 2022-11-23T02:07:08.1573749Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:07:08.1596552Z + assert_git_not_dirty 2022-11-23T02:07:08.1596828Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2022-11-23T02:07:08.1597071Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2022-11-23T02:07:08.1691667Z ++ git status --porcelain 2022-11-23T02:07:09.1209564Z + git_status= 2022-11-23T02:07:09.1209803Z + [[ -n '' ]] 2022-11-23T02:07:09.1209993Z + echo 'TEST PASSED' 2022-11-23T02:07:09.1210187Z TEST PASSED 2022-11-23T02:07:09.1403802Z Prepare all required actions 2022-11-23T02:07:09.1404674Z Getting action download info 2022-11-23T02:07:10.0173691Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T02:07:10.2350610Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T02:07:10.2350843Z with: 2022-11-23T02:07:10.2351301Z github-token: *** 2022-11-23T02:07:10.2351585Z env: 2022-11-23T02:07:10.2351761Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:10.2352029Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2352370Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:10.2352700Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2352995Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2353397Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2353636Z ##[endgroup] 2022-11-23T02:07:10.2505528Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T02:07:10.2505779Z with: 2022-11-23T02:07:10.2505928Z shell: bash 2022-11-23T02:07:10.2506104Z timeout_minutes: 10 2022-11-23T02:07:10.2506290Z max_attempts: 5 2022-11-23T02:07:10.2506474Z retry_wait_seconds: 30 2022-11-23T02:07:10.2506881Z 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-23T02:07:10.2507287Z polling_interval_seconds: 1 2022-11-23T02:07:10.2507537Z warning_on_retry: true 2022-11-23T02:07:10.2507721Z continue_on_error: false 2022-11-23T02:07:10.2507896Z env: 2022-11-23T02:07:10.2508070Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:10.2508387Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2508733Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:10.2509045Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2509350Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2509651Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:10.2510132Z GITHUB_TOKEN: *** 2022-11-23T02:07:10.2510314Z ##[endgroup] 2022-11-23T02:07:10.3660688Z + python3 -m pip install requests==2.26.0 2022-11-23T02:07:11.0327184Z Collecting requests==2.26.0 2022-11-23T02:07:11.0431701Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T02:07:11.1133901Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T02:07:11.1208901Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T02:07:11.1573797Z Collecting certifi>=2017.4.17 2022-11-23T02:07:11.1644321Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T02:07:11.2282768Z Collecting charset-normalizer~=2.0.0 2022-11-23T02:07:11.2378479Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T02:07:11.2715601Z Collecting idna<4,>=2.5 2022-11-23T02:07:11.2782422Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T02:07:11.3894094Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T02:07:12.2388365Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T02:07:12.3450998Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293562 i-0722127b95fc4626e 2022-11-23T02:07:14.9510088Z + GHA_WORKFLOW_JOB_ID=9655253039 2022-11-23T02:07:14.9510393Z + echo job-id=9655253039 2022-11-23T02:07:15.3628702Z Command completed after 1 attempt(s). 2022-11-23T02:07:15.3904915Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:07:15.3905229Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:07:15.3935973Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:07:15.3936249Z env: 2022-11-23T02:07:15.3936435Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:15.3936710Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:15.3937052Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:15.3937370Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:15.3937853Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:15.3938214Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:15.3938470Z MONITOR_SCRIPT_PID: 711 2022-11-23T02:07:15.3938658Z ##[endgroup] 2022-11-23T02:07:15.4365067Z Prepare all required actions 2022-11-23T02:07:15.4365424Z Getting action download info 2022-11-23T02:07:16.3640057Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T02:07:17.1000159Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T02:07:17.4086842Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T02:07:17.4087080Z with: 2022-11-23T02:07:17.4087316Z file-suffix: test-functorch-1-1-windows.4xlarge_9655253039 2022-11-23T02:07:17.4087559Z env: 2022-11-23T02:07:17.4087743Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:17.4088013Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.4088361Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:17.4088680Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.4089025Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.4089326Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.4089559Z ##[endgroup] 2022-11-23T02:07:17.7768785Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:07:17.7769084Z # -ir => recursive include all files in pattern 2022-11-23T02:07:17.7769376Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T02:07:17.7793566Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:07:17.7793850Z env: 2022-11-23T02:07:17.7794032Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:17.7794305Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.7794639Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:17.7794966Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.7795283Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.7795590Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:17.7795907Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_9655253039 2022-11-23T02:07:17.7796150Z ##[endgroup] 2022-11-23T02:07:18.1936361Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:07:18.2906090Z Finished 2022-11-23T02:07:18.5373766Z 2022-11-23T02:07:18.5374176Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:07:18.5374384Z 2022-11-23T02:07:18.5374479Z Scanning the drive: 2022-11-23T02:07:18.5374688Z 5 files, 366191 bytes (358 KiB) 2022-11-23T02:07:18.5374825Z 2022-11-23T02:07:18.5375027Z Creating archive: test-jsons-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:18.5375249Z 2022-11-23T02:07:18.5375377Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T02:07:18.5375538Z 2022-11-23T02:07:18.5375543Z 2022-11-23T02:07:18.5375629Z Files read from disk: 5 2022-11-23T02:07:18.5375875Z Archive size: 39272 bytes (39 KiB) 2022-11-23T02:07:18.5376083Z Everything is Ok 2022-11-23T02:07:18.5763646Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:07:18.5763958Z # -ir => recursive include all files in pattern 2022-11-23T02:07:18.5764273Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T02:07:18.5796290Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:07:18.5796569Z env: 2022-11-23T02:07:18.5796756Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:18.5797033Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:18.5799063Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:18.5799401Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:18.5800622Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:18.5800958Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:18.5801275Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_9655253039 2022-11-23T02:07:18.5801528Z ##[endgroup] 2022-11-23T02:07:18.9647226Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:07:19.0557853Z Finished 2022-11-23T02:07:19.2242593Z 2022-11-23T02:07:19.2243086Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:07:19.2243287Z 2022-11-23T02:07:19.2243385Z Scanning the drive: 2022-11-23T02:07:19.2243595Z 37 files, 2749765 bytes (2686 KiB) 2022-11-23T02:07:19.2243740Z 2022-11-23T02:07:19.2243985Z Creating archive: test-reports-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:19.2244225Z 2022-11-23T02:07:19.2244356Z Add new data to archive: 37 files, 2749765 bytes (2686 KiB) 2022-11-23T02:07:19.2244517Z 2022-11-23T02:07:19.2244523Z 2022-11-23T02:07:19.2244610Z Files read from disk: 37 2022-11-23T02:07:19.2244808Z Archive size: 179362 bytes (176 KiB) 2022-11-23T02:07:19.2245017Z Everything is Ok 2022-11-23T02:07:19.2609999Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:07:19.2610300Z # -ir => recursive include all files in pattern 2022-11-23T02:07:19.2610588Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T02:07:19.2634258Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:07:19.2634550Z env: 2022-11-23T02:07:19.2634734Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:19.2634990Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:19.2635340Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:19.2635671Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:19.2635985Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:19.2636290Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:19.2636610Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_9655253039 2022-11-23T02:07:19.2636857Z ##[endgroup] 2022-11-23T02:07:19.6490311Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:07:19.7388656Z Finished 2022-11-23T02:07:20.0135041Z 2022-11-23T02:07:20.0135510Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:07:20.0135710Z 2022-11-23T02:07:20.0135805Z Scanning the drive: 2022-11-23T02:07:20.0136012Z 1 file, 3316532 bytes (3239 KiB) 2022-11-23T02:07:20.0136150Z 2022-11-23T02:07:20.0136350Z Creating archive: usage-log-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:20.0136607Z 2022-11-23T02:07:20.0136719Z Add new data to archive: 1 file, 3316532 bytes (3239 KiB) 2022-11-23T02:07:20.0136874Z 2022-11-23T02:07:20.0136880Z 2022-11-23T02:07:20.0136966Z Files read from disk: 1 2022-11-23T02:07:20.0137173Z Archive size: 111066 bytes (109 KiB) 2022-11-23T02:07:20.0137377Z Everything is Ok 2022-11-23T02:07:20.0819412Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:07:20.0819677Z with: 2022-11-23T02:07:20.0819885Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:07:20.0820160Z retention-days: 14 2022-11-23T02:07:20.0820360Z if-no-files-found: warn 2022-11-23T02:07:20.0820565Z path: test-jsons-*.zip 2022-11-23T02:07:20.0820790Z name: artifact 2022-11-23T02:07:20.0820973Z s3-bucket: gha-artifacts 2022-11-23T02:07:20.0821215Z region: us-east-1 2022-11-23T02:07:20.0821492Z env: 2022-11-23T02:07:20.0821662Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:20.0821966Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:20.0822355Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:20.0823172Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:20.0823546Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:20.0823938Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:20.0824232Z ##[endgroup] 2022-11-23T02:07:21.0116250Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:07:21.0116566Z With the provided path, there will be 1 file uploaded 2022-11-23T02:07:21.0116865Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:07:21.0131623Z Starting upload of test-jsons-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:21.1756378Z Finished upload of test-jsons-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:21.2050165Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:07:21.2050402Z with: 2022-11-23T02:07:21.2050661Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:07:21.2050944Z retention-days: 14 2022-11-23T02:07:21.2051193Z if-no-files-found: error 2022-11-23T02:07:21.2051451Z path: test-reports-*.zip 2022-11-23T02:07:21.2051650Z name: artifact 2022-11-23T02:07:21.2051877Z s3-bucket: gha-artifacts 2022-11-23T02:07:21.2052113Z region: us-east-1 2022-11-23T02:07:21.2052318Z env: 2022-11-23T02:07:21.2052528Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:21.2052795Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.2053159Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:21.2069289Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.2069618Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.2069940Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.2070179Z ##[endgroup] 2022-11-23T02:07:21.6303047Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:07:21.6303405Z With the provided path, there will be 1 file uploaded 2022-11-23T02:07:21.6303701Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:07:21.6318117Z Starting upload of test-reports-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:21.8675902Z Finished upload of test-reports-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:21.8973427Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:07:21.8973641Z with: 2022-11-23T02:07:21.8973863Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:07:21.8974169Z retention-days: 14 2022-11-23T02:07:21.8974391Z if-no-files-found: ignore 2022-11-23T02:07:21.8974615Z path: usage-log-*.zip 2022-11-23T02:07:21.8974882Z name: artifact 2022-11-23T02:07:21.8975065Z s3-bucket: gha-artifacts 2022-11-23T02:07:21.8975278Z region: us-east-1 2022-11-23T02:07:21.8975460Z env: 2022-11-23T02:07:21.8975652Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:21.8975942Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.8976276Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:21.8976623Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.8976942Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.8977262Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:21.8977518Z ##[endgroup] 2022-11-23T02:07:22.3343153Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:07:22.3343487Z With the provided path, there will be 1 file uploaded 2022-11-23T02:07:22.3343789Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:07:22.3358979Z Starting upload of usage-log-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:22.4644285Z Finished upload of usage-log-test-functorch-1-1-windows.4xlarge_9655253039.zip 2022-11-23T02:07:22.4956218Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T02:07:22.4956539Z .github/scripts/parse_ref.py 2022-11-23T02:07:22.5010766Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:07:22.5011054Z env: 2022-11-23T02:07:22.5011304Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:22.5011562Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:22.5011944Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:22.5012271Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:22.5012577Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:22.5012889Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:22.5013125Z ##[endgroup] 2022-11-23T02:07:22.9000911Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:07:22.9921031Z Finished 2022-11-23T02:07:23.2537490Z ##[group]Run set -x 2022-11-23T02:07:23.2537762Z set -x 2022-11-23T02:07:23.2537999Z python3 -m pip install -r requirements.txt 2022-11-23T02:07:23.2538265Z python3 -m pip install boto3==1.19.12 2022-11-23T02:07:23.2538584Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:07:23.2570658Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:07:23.2571028Z env: 2022-11-23T02:07:23.2571220Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:23.2571543Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:23.2571873Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:23.2572213Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:23.2572522Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:23.2572866Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:23.2573119Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:07:23.2573307Z BRANCH: 2022-11-23T02:07:23.2573473Z TEST_CONFIG: functorch 2022-11-23T02:07:23.2573661Z SHARD_NUMBER: 1 2022-11-23T02:07:23.2573873Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-11-23T02:07:23.2574087Z PR_NUMBER: 2022-11-23T02:07:23.2574277Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:07:23.2574480Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:07:23.2574715Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:07:23.2574912Z TAG: 2022-11-23T02:07:23.2575078Z WORKFLOW_ID: 3528293562 2022-11-23T02:07:23.2575568Z GITHUB_TOKEN: *** 2022-11-23T02:07:23.2575753Z GHA_WORKFLOW_JOB_ID: 9655253039 2022-11-23T02:07:23.2575950Z ##[endgroup] 2022-11-23T02:07:23.2822061Z + python3 -m pip install -r requirements.txt 2022-11-23T02:07:23.9226526Z Collecting astunparse 2022-11-23T02:07:23.9466891Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T02:07:23.9723058Z Collecting expecttest 2022-11-23T02:07:23.9767067Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T02:07:24.2727444Z Collecting future 2022-11-23T02:07:24.2782913Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T02:07:24.3028633Z ------------------------------------- 829.2/829.2 kB 54.6 MB/s eta 0:00:00 2022-11-23T02:07:24.6580265Z Preparing metadata (setup.py): started 2022-11-23T02:07:25.2643265Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:07:25.7152390Z Collecting hypothesis 2022-11-23T02:07:25.7223270Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T02:07:25.7356944Z ------------------------------------- 396.8/396.8 kB 24.2 MB/s eta 0:00:00 2022-11-23T02:07:25.9092706Z Collecting numpy 2022-11-23T02:07:25.9233229Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T02:07:26.1774150Z --------------------------------------- 14.6/14.6 MB 46.7 MB/s eta 0:00:00 2022-11-23T02:07:26.2390115Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T02:07:26.2764237Z Collecting pyyaml 2022-11-23T02:07:26.2902129Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T02:07:26.3018856Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T02:07:26.3028329Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T02:07:26.3471884Z Collecting six 2022-11-23T02:07:26.3515111Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T02:07:26.3751916Z Collecting types-dataclasses 2022-11-23T02:07:26.3793537Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T02:07:26.4053947Z Collecting typing_extensions 2022-11-23T02:07:26.4093511Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T02:07:26.4505485Z Collecting sympy 2022-11-23T02:07:26.4774197Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T02:07:26.5664776Z Collecting filelock 2022-11-23T02:07:26.5707780Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T02:07:26.6256838Z Collecting networkx 2022-11-23T02:07:26.6414716Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T02:07:26.7277455Z ---------------------------------------- 2.0/2.0 MB 25.8 MB/s eta 0:00:00 2022-11-23T02:07:26.7668057Z Collecting jinja2 2022-11-23T02:07:26.7710124Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T02:07:26.8130705Z -------------------------------------- 133.1/133.1 kB 2.6 MB/s eta 0:00:00 2022-11-23T02:07:26.8643837Z Collecting wheel<1.0,>=0.23.0 2022-11-23T02:07:26.8711632Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T02:07:26.9343920Z Collecting attrs>=19.2.0 2022-11-23T02:07:26.9402042Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T02:07:26.9490070Z ---------------------------------------- 58.8/58.8 kB 3.2 MB/s eta 0:00:00 2022-11-23T02:07:26.9950083Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T02:07:26.9993919Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T02:07:27.0414464Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T02:07:27.0427740Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T02:07:27.0452833Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T02:07:27.0476025Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T02:07:27.0777614Z Collecting mpmath>=0.19 2022-11-23T02:07:27.0882406Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T02:07:27.2267783Z Collecting MarkupSafe>=2.0 2022-11-23T02:07:27.2314160Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T02:07:27.2756950Z Preparing metadata (setup.py): started 2022-11-23T02:07:27.8325951Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:07:28.3572893Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T02:08:05.4023800Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:08:05.4031813Z Running setup.py install for MarkupSafe: started 2022-11-23T02:08:08.0137369Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T02:08:08.0215358Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:08:08.0221962Z Running setup.py install for future: started 2022-11-23T02:08:11.9747056Z Running setup.py install for future: finished with status 'done' 2022-11-23T02:08:13.8902577Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T02:08:14.1495638Z + python3 -m pip install boto3==1.19.12 2022-11-23T02:08:15.0876671Z Collecting boto3==1.19.12 2022-11-23T02:08:15.1183661Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T02:08:15.2217319Z -------------------------------------- 131.8/131.8 kB 1.3 MB/s eta 0:00:00 2022-11-23T02:08:15.6208409Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T02:08:15.6284459Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T02:08:15.7399809Z ---------------------------------------- 8.1/8.1 MB 73.6 MB/s eta 0:00:00 2022-11-23T02:08:15.7931137Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T02:08:15.7978111Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T02:08:15.8270181Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T02:08:15.8414141Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T02:08:15.8497348Z ---------------------------------------- 79.5/79.5 kB 4.3 MB/s eta 0:00:00 2022-11-23T02:08:15.8817503Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T02:08:15.8874021Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T02:08:15.8978079Z ---------------------------------------- 247.7/247.7 kB ? eta 0:00:00 2022-11-23T02:08:15.9118173Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T02:08:16.0233247Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-11-23T02:08:16.2674877Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T02:08:19.1894583Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T02:08:19.3423060Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:08:36.6804705Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T02:08:36.6804942Z 2022-11-23T02:08:36.6805088Z ----- Historic stats comparison result ------ 2022-11-23T02:08:36.6805257Z 2022-11-23T02:08:36.6808658Z job: win-vs2019-cpu-py3 2022-11-23T02:08:36.6808925Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:08:36.6809087Z 2022-11-23T02:08:36.6809485Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T02:08:36.6809685Z 2022-11-23T02:08:36.6810821Z : (master) 2022-11-23T02:08:36.6811065Z | 2022-11-23T02:08:36.6811421Z * 1cfd3858ac (HEAD) total time 4236.78s 2022-11-23T02:08:36.6812887Z * 26322544b8 (base) 2 reports, total time 4812.99s � 635.17s 2022-11-23T02:08:36.6813231Z * 7f4b4d2827 2 reports, total time 4640.43s � 761.06s 2022-11-23T02:08:36.6813522Z * b50699f247 3 reports, total time 5889.03s � 2169.70s 2022-11-23T02:08:36.6813810Z * 8bf8e4d71e 3 reports, total time 5696.67s � 1929.91s 2022-11-23T02:08:36.6814075Z * ce856cee7e 3 reports, total time 5892.75s � 1959.95s 2022-11-23T02:08:36.6814363Z * 391b593ca2 3 reports, total time 5804.30s � 1955.04s 2022-11-23T02:08:36.6814652Z * 5bba783d21 3 reports, total time 5732.30s � 2042.47s 2022-11-23T02:08:36.6814945Z * ea920a1115 3 reports, total time 5729.53s � 2015.78s 2022-11-23T02:08:36.6815321Z * 74e62a1fef 3 reports, total time 5689.86s � 1921.44s 2022-11-23T02:08:36.6815607Z * 00b7d8ef23 3 reports, total time 5746.31s � 1891.76s 2022-11-23T02:08:36.6815968Z | 2022-11-23T02:08:36.6816138Z : 2022-11-23T02:08:36.6816242Z 2022-11-23T02:08:36.6816378Z Removed (across 269 suites) 0 tests, totaling 0.00s 2022-11-23T02:08:36.6816670Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:08:36.6816957Z Added (across 34 suites) 12624 tests, totaling +4236.78s 2022-11-23T02:08:36.7911497Z Prepare all required actions 2022-11-23T02:08:36.7947706Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T02:08:36.7947932Z with: 2022-11-23T02:08:36.7948083Z env: 2022-11-23T02:08:36.7948272Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:36.7948671Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.7949038Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:36.7949385Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.7949706Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.7950000Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.7950242Z ##[endgroup] 2022-11-23T02:08:36.8074989Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:08:36.8075321Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:08:36.8099634Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:08:36.8099957Z env: 2022-11-23T02:08:36.8119333Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:36.8119694Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.8120058Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:36.8120413Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.8120718Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.8121035Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:36.8121287Z ##[endgroup] 2022-11-23T02:08:37.2149434Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:08:37.3062269Z Finished 2022-11-23T02:08:37.6417398Z Holding runner until all ssh sessions have logged out 2022-11-23T02:08:37.6778431Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:08:37.6778740Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:08:37.6803292Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:08:37.6803576Z env: 2022-11-23T02:08:37.6803813Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:37.6804088Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:37.6804536Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:37.6804857Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:37.6805166Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:37.6805473Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:37.6805716Z ##[endgroup] 2022-11-23T02:08:38.0638720Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:08:38.1545709Z Finished 2022-11-23T02:08:38.2224875Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:08:38.2225204Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:08:38.2225443Z rm -rf ./* 2022-11-23T02:08:38.2254831Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:08:38.2255109Z env: 2022-11-23T02:08:38.2255309Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:38.2255567Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:38.2255912Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:38.2256240Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:38.2256551Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:38.2256859Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:38.2257103Z EXTRA_DELETE_DIR: 2022-11-23T02:08:38.2258188Z ##[endgroup] 2022-11-23T02:08:56.4830877Z Post job cleanup. 2022-11-23T02:08:56.5022553Z Post job cleanup. 2022-11-23T02:08:56.9519838Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T02:08:56.9838846Z Post job cleanup. 2022-11-23T02:08:57.0052886Z Post job cleanup. 2022-11-23T02:09:00.0471747Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T02:09:00.0693788Z git version 2.38.1.windows.1 2022-11-23T02:09:00.0757754Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\280fcbdb-6cff-4711-aa8d-bd2c04a5dffc\.gitconfig' 2022-11-23T02:09:00.0824144Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\280fcbdb-6cff-4711-aa8d-bd2c04a5dffc' before making global git config changes 2022-11-23T02:09:00.0824629Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:09:00.0833185Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T02:09:00.1106033Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:09:00.1363052Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T02:09:00.7488500Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:09:00.7716362Z http.https://github.com/.extraheader 2022-11-23T02:09:00.7755006Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:09:00.9948419Z [command]"C:\Program Files\Git\cmd\git.exe" 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-23T02:09:01.5087402Z Cleaning up orphan processes