2022-12-01T10:12:06.0727600Z Requested labels: linux.4xlarge.nvidia.gpu 2022-12-01T10:12:06.0727702Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:12:06.0727728Z Waiting for a runner to pick up this job... 2022-12-01T10:12:06.2708557Z Job is about to start running on the runner: i-07962b7d5f166342b (organization) 2022-12-01T10:12:11.5778679Z Current runner version: '2.299.1' 2022-12-01T10:12:11.5786490Z Runner name: 'i-07962b7d5f166342b' 2022-12-01T10:12:11.5787308Z Runner group name: 'Default' 2022-12-01T10:12:11.5788086Z Machine name: 'ip-10-0-4-123' 2022-12-01T10:12:11.5790759Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:12:11.5791661Z Actions: read 2022-12-01T10:12:11.5792064Z Checks: read 2022-12-01T10:12:11.5792409Z Contents: read 2022-12-01T10:12:11.5792810Z Deployments: read 2022-12-01T10:12:11.5793303Z Discussions: read 2022-12-01T10:12:11.5793640Z Issues: read 2022-12-01T10:12:11.5794025Z Metadata: read 2022-12-01T10:12:11.5794412Z Packages: read 2022-12-01T10:12:11.5794752Z Pages: read 2022-12-01T10:12:11.5795186Z PullRequests: read 2022-12-01T10:12:11.5795646Z RepositoryProjects: read 2022-12-01T10:12:11.5796033Z SecurityEvents: read 2022-12-01T10:12:11.5796435Z Statuses: read 2022-12-01T10:12:11.5796888Z ##[endgroup] 2022-12-01T10:12:11.5801133Z Secret source: None 2022-12-01T10:12:11.5802128Z Prepare workflow directory 2022-12-01T10:12:11.9080583Z Prepare all required actions 2022-12-01T10:12:11.9323461Z Getting action download info 2022-12-01T10:12:12.1601389Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:12:15.5926860Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:12:15.9029689Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:12:16.0370105Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:12:16.3447955Z Getting action download info 2022-12-01T10:12:16.4991683Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:12:16.7029257Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:12:16.7031979Z ##[group] Inputs 2022-12-01T10:12:16.7032445Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:12:16.7033709Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-12-01T10:12:16.7035050Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:12:16.7035583Z sync-tag: 2022-12-01T10:12:16.7035879Z ##[endgroup] 2022-12-01T10:12:16.7036800Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / test (functorch, 1, 1, linux.4xlarge.nvidia.gpu) 2022-12-01T10:12:16.8162615Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:12:16.8163080Z with: 2022-12-01T10:12:16.8163395Z submodules: recursive 2022-12-01T10:12:16.8163684Z fetch-depth: 0 2022-12-01T10:12:16.8163966Z env: 2022-12-01T10:12:16.8164257Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:16.8164550Z ##[endgroup] 2022-12-01T10:12:16.8474069Z ##[group]Run retry () { 2022-12-01T10:12:16.8474433Z retry () { 2022-12-01T10:12:16.8474800Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:12:16.8475149Z } 2022-12-01T10:12:16.8475456Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:12:16.8475788Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:12:16.8476153Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:12:16.8476688Z else 2022-12-01T10:12:16.8476995Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:12:16.8477337Z fi 2022-12-01T10:12:16.8477725Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:12:16.8497047Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:12:16.8497435Z env: 2022-12-01T10:12:16.8497734Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:16.8498022Z NO_SUDO: 2022-12-01T10:12:16.8498308Z ##[endgroup] 2022-12-01T10:12:16.8738354Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:19.8724878Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:12:19.8725231Z with: 2022-12-01T10:12:19.8725509Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:12:19.8725782Z fetch-depth: 0 2022-12-01T10:12:19.8726037Z submodules: recursive 2022-12-01T10:12:19.8726297Z quiet-checkout: true 2022-12-01T10:12:19.8726556Z repository: pytorch/pytorch 2022-12-01T10:12:19.8727032Z token: *** 2022-12-01T10:12:19.8727296Z ssh-strict: true 2022-12-01T10:12:19.8727548Z persist-credentials: true 2022-12-01T10:12:19.8727813Z clean: true 2022-12-01T10:12:19.8728048Z lfs: false 2022-12-01T10:12:19.8728287Z set-safe-directory: true 2022-12-01T10:12:19.8728734Z env: 2022-12-01T10:12:19.8728975Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:19.8729215Z ##[endgroup] 2022-12-01T10:12:20.0365881Z Syncing repository: pytorch/pytorch 2022-12-01T10:12:20.0367737Z ##[group]Getting Git version info 2022-12-01T10:12:20.0368285Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:12:20.0368881Z [command]/usr/bin/git version 2022-12-01T10:12:20.0369155Z git version 2.37.1 2022-12-01T10:12:20.0385782Z ##[endgroup] 2022-12-01T10:12:20.0407099Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/84ecdb32-3398-4bbd-9e85-1ce378a8cde9' before making global git config changes 2022-12-01T10:12:20.0409156Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:12:20.0416092Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:20.0462846Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:12:20.0470325Z ##[group]Initializing the repository 2022-12-01T10:12:20.0474471Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:20.0507778Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:12:20.0508348Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:12:20.0509028Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:12:20.0509352Z hint: 2022-12-01T10:12:20.0509719Z hint: git config --global init.defaultBranch 2022-12-01T10:12:20.0510185Z hint: 2022-12-01T10:12:20.0510582Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:12:20.0511109Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:12:20.0511419Z hint: 2022-12-01T10:12:20.0511867Z hint: git branch -m 2022-12-01T10:12:20.0512395Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:12:20.0523706Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:12:20.0559965Z ##[endgroup] 2022-12-01T10:12:20.0560448Z ##[group]Disabling automatic garbage collection 2022-12-01T10:12:20.0565078Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:12:20.0597819Z ##[endgroup] 2022-12-01T10:12:20.0599010Z ##[group]Setting up auth 2022-12-01T10:12:20.0608901Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:12:20.0644300Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:12:20.0948876Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:12:20.0981243Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-12-01T10:12:20.1283878Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:12:20.1332846Z ##[endgroup] 2022-12-01T10:12:20.1333334Z ##[group]Fetching the repository 2022-12-01T10:12:20.1343221Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-12-01T10:13:16.6987170Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:13:16.7029224Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:13:18.3017564Z ##[endgroup] 2022-12-01T10:13:18.3018282Z ##[group]Determining the checkout info 2022-12-01T10:13:18.3019555Z ##[endgroup] 2022-12-01T10:13:18.3020298Z ##[group]Checking out the ref 2022-12-01T10:13:18.3024892Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:13:19.9940518Z ##[endgroup] 2022-12-01T10:13:19.9941411Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:13:19.9947029Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:13:20.0000700Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:13:20.0035096Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:13:20.0069081Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:13:20.0098292Z ##[endgroup] 2022-12-01T10:13:20.0098772Z ##[group]Fetching submodules 2022-12-01T10:13:20.0103457Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:13:20.0427502Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:13:20.0741078Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:13:20.0743335Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:13:20.0746185Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:13:20.0749391Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:13:20.0752839Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:13:20.0756743Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:13:20.0760054Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:13:20.0763870Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:13:20.0767848Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:13:20.0771884Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:13:20.0776858Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:13:20.0780961Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:13:20.0785408Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:13:20.0789967Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:13:20.0794799Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:13:20.0799521Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:13:20.0804543Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:13:20.0809785Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:13:20.0814832Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:13:20.0822196Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:13:20.0827464Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:13:20.0833259Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:13:20.0839000Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:13:20.0844857Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:13:20.0850842Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:13:20.0857704Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:13:20.0863731Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:13:20.0870118Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:13:20.0876684Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:13:20.0883383Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:13:20.0890120Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:13:20.0897617Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:13:20.0904464Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:13:20.0911754Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:13:20.0918893Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:13:20.0926289Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:13:20.0933860Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:13:20.0942294Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:13:20.0949931Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:13:20.0958000Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:13:20.0966119Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:13:20.0995327Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:13:20.3951968Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:13:20.6234301Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:13:20.8544037Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:13:21.1870522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:13:21.5867980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:13:23.8271822Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:13:30.1457409Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:13:30.5527601Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:13:31.2659029Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:13:32.9557196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:13:34.2940378Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:13:35.9658089Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:13:43.0642354Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:13:43.9396366Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:13:45.2666470Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:13:46.5773798Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:13:46.7985474Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:13:47.2981033Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:13:47.6421878Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:13:48.7717787Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:13:49.2251728Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:13:49.4295030Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:13:49.6963617Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:13:52.3081917Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:13:52.7707381Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:13:53.1695595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:13:59.7912466Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:14:01.5964597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:14:02.2762825Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:14:02.5902965Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:14:09.0866334Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:14:09.2958349Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:14:09.5395874Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:14:10.4953310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:14:10.7429465Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:14:11.1275780Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:14:11.4576072Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:14:12.1407945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:14:14.7643683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:14:15.3059257Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:14:17.7310646Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:14:17.7437251Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:14:17.7533119Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:14:17.7815485Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:14:17.8088425Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:14:17.8526055Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:14:18.6174754Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:14:18.6427574Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:14:18.7662602Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:14:18.8074290Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:14:19.1656566Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:14:19.7078627Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:14:20.0046257Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:14:20.0608381Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:14:20.0625435Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:20.0628568Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:20.0631906Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:20.0635621Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:14:20.0663259Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:14:21.0753425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:14:21.6484578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:14:22.8617172Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:14:23.2344416Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:14:23.3609896Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:14:23.4328983Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:14:23.4444213Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:14:23.5532267Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:14:23.5971383Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:14:23.6077344Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:14:23.6562647Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:14:23.6866032Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:14:23.7436782Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:14:23.7574389Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:14:23.7591973Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:23.7620239Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:14:32.8180945Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:14:32.8200982Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:14:32.8228798Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:14:41.6160392Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:14:41.6281807Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:14:41.6451204Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:14:41.7605707Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:14:41.7624361Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:41.7627458Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:41.7656770Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:14:43.0623168Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:14:44.2603237Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:14:44.3279733Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:14:44.3539763Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:14:44.3700399Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:14:44.5035496Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:14:44.8269374Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:14:44.8302511Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:44.8305806Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:44.8333915Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:14:45.2561471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:14:46.2151159Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:14:46.2531125Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:14:46.2712836Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:14:46.2730197Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:46.2757176Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:14:48.2488390Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:14:48.2512398Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:14:48.2515764Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:14:48.2544341Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:14:48.6875949Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:14:50.5756568Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:14:50.6571044Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:14:50.6581210Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:14:50.6608506Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:14:50.9119642Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:14:50.9223221Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:14:51.2394875Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:14:51.2417805Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:51.2420849Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:51.2447832Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:14:51.6742008Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:14:52.8247285Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:14:52.9106704Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:14:52.9212419Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:14:52.9356428Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:14:52.9790823Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:14:52.9910953Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:14:53.0264491Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:14:53.0390261Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:14:53.0952554Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:14:53.2344933Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:14:53.2687417Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:14:53.2706951Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:53.2710424Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:53.2713451Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:53.2716752Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:53.2744633Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:14:54.4393396Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:14:54.7292173Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:14:56.2463923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:14:57.2266738Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:14:57.2440053Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:14:57.3226609Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:14:57.3554336Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:14:57.3571234Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:14:57.3597578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:14:57.5821805Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:14:57.7430672Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:14:57.7464504Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:14:57.7791384Z Entering 'android/libs/fbjni' 2022-12-01T10:14:57.7834014Z Entering 'third_party/FP16' 2022-12-01T10:14:57.7876727Z Entering 'third_party/FXdiv' 2022-12-01T10:14:57.7920701Z Entering 'third_party/NNPACK' 2022-12-01T10:14:57.7965021Z Entering 'third_party/QNNPACK' 2022-12-01T10:14:57.8008503Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:14:57.8051580Z Entering 'third_party/XNNPACK' 2022-12-01T10:14:57.8108025Z Entering 'third_party/benchmark' 2022-12-01T10:14:57.8150620Z Entering 'third_party/cpuinfo' 2022-12-01T10:14:57.8193687Z Entering 'third_party/cub' 2022-12-01T10:14:57.8237130Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:14:57.8286097Z Entering 'third_party/cutlass' 2022-12-01T10:14:57.8336711Z Entering 'third_party/eigen' 2022-12-01T10:14:57.8381343Z Entering 'third_party/fbgemm' 2022-12-01T10:14:57.8424926Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:57.8467787Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:57.8510256Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:57.8553248Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:14:57.8597194Z Entering 'third_party/flatbuffers' 2022-12-01T10:14:57.8642908Z Entering 'third_party/fmt' 2022-12-01T10:14:57.8686522Z Entering 'third_party/foxi' 2022-12-01T10:14:57.8729581Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:14:57.8773083Z Entering 'third_party/gloo' 2022-12-01T10:14:57.8817312Z Entering 'third_party/googletest' 2022-12-01T10:14:57.8861288Z Entering 'third_party/ideep' 2022-12-01T10:14:57.8904334Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:57.8950087Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:14:57.8999263Z Entering 'third_party/ios-cmake' 2022-12-01T10:14:57.9042188Z Entering 'third_party/ittapi' 2022-12-01T10:14:57.9084572Z Entering 'third_party/kineto' 2022-12-01T10:14:57.9129020Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:57.9171271Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:57.9215530Z Entering 'third_party/nccl/nccl' 2022-12-01T10:14:57.9259707Z Entering 'third_party/neon2sse' 2022-12-01T10:14:57.9302054Z Entering 'third_party/nlohmann' 2022-12-01T10:14:57.9345946Z Entering 'third_party/onnx' 2022-12-01T10:14:57.9401769Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:57.9444892Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:57.9489933Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:14:57.9533532Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:57.9583504Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:14:57.9627806Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:14:57.9670951Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:14:57.9720251Z Entering 'third_party/pocketfft' 2022-12-01T10:14:57.9765395Z Entering 'third_party/protobuf' 2022-12-01T10:14:57.9813690Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:57.9857346Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:57.9904056Z Entering 'third_party/psimd' 2022-12-01T10:14:57.9947642Z Entering 'third_party/pthreadpool' 2022-12-01T10:14:57.9991328Z Entering 'third_party/pybind11' 2022-12-01T10:14:58.0033588Z Entering 'third_party/python-enum' 2022-12-01T10:14:58.0077950Z Entering 'third_party/python-peachpy' 2022-12-01T10:14:58.0121071Z Entering 'third_party/python-six' 2022-12-01T10:14:58.0164494Z Entering 'third_party/sleef' 2022-12-01T10:14:58.0207920Z Entering 'third_party/tbb' 2022-12-01T10:14:58.0253466Z Entering 'third_party/tensorpipe' 2022-12-01T10:14:58.0297610Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:58.0341853Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:58.0384514Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:58.0428779Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:58.0470000Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:14:58.0515493Z Entering 'third_party/zstd' 2022-12-01T10:14:58.0570831Z ##[endgroup] 2022-12-01T10:14:58.0571707Z ##[group]Persisting credentials for submodules 2022-12-01T10:14:58.0576668Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-12-01T10:14:58.0893272Z Entering 'android/libs/fbjni' 2022-12-01T10:14:58.0935025Z Entering 'third_party/FP16' 2022-12-01T10:14:58.0978335Z Entering 'third_party/FXdiv' 2022-12-01T10:14:58.1020229Z Entering 'third_party/NNPACK' 2022-12-01T10:14:58.1063481Z Entering 'third_party/QNNPACK' 2022-12-01T10:14:58.1105330Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:14:58.1147250Z Entering 'third_party/XNNPACK' 2022-12-01T10:14:58.1200927Z Entering 'third_party/benchmark' 2022-12-01T10:14:58.1243997Z Entering 'third_party/cpuinfo' 2022-12-01T10:14:58.1286868Z Entering 'third_party/cub' 2022-12-01T10:14:58.1329030Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:14:58.1377689Z Entering 'third_party/cutlass' 2022-12-01T10:14:58.1426176Z Entering 'third_party/eigen' 2022-12-01T10:14:58.1470149Z Entering 'third_party/fbgemm' 2022-12-01T10:14:58.1512266Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:58.1553650Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:58.1595148Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:58.1636802Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:14:58.1680071Z Entering 'third_party/flatbuffers' 2022-12-01T10:14:58.1724354Z Entering 'third_party/fmt' 2022-12-01T10:14:58.1766142Z Entering 'third_party/foxi' 2022-12-01T10:14:58.1808847Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:14:58.1850526Z Entering 'third_party/gloo' 2022-12-01T10:14:58.1892972Z Entering 'third_party/googletest' 2022-12-01T10:14:58.1934477Z Entering 'third_party/ideep' 2022-12-01T10:14:58.1975846Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:58.2018799Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:14:58.2067606Z Entering 'third_party/ios-cmake' 2022-12-01T10:14:58.2110560Z Entering 'third_party/ittapi' 2022-12-01T10:14:58.2152109Z Entering 'third_party/kineto' 2022-12-01T10:14:58.2194509Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:58.2235767Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:58.2280574Z Entering 'third_party/nccl/nccl' 2022-12-01T10:14:58.2322502Z Entering 'third_party/neon2sse' 2022-12-01T10:14:58.2363887Z Entering 'third_party/nlohmann' 2022-12-01T10:14:58.2407415Z Entering 'third_party/onnx' 2022-12-01T10:14:58.2463672Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:58.2506822Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:58.2551122Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:14:58.2592696Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:58.2639993Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:14:58.2681961Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:14:58.2724251Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:14:58.2771025Z Entering 'third_party/pocketfft' 2022-12-01T10:14:58.2813509Z Entering 'third_party/protobuf' 2022-12-01T10:14:58.2859629Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:58.2901363Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:58.2944902Z Entering 'third_party/psimd' 2022-12-01T10:14:58.2988370Z Entering 'third_party/pthreadpool' 2022-12-01T10:14:58.3030617Z Entering 'third_party/pybind11' 2022-12-01T10:14:58.3072707Z Entering 'third_party/python-enum' 2022-12-01T10:14:58.3115152Z Entering 'third_party/python-peachpy' 2022-12-01T10:14:58.3157614Z Entering 'third_party/python-six' 2022-12-01T10:14:58.3198985Z Entering 'third_party/sleef' 2022-12-01T10:14:58.3241273Z Entering 'third_party/tbb' 2022-12-01T10:14:58.3285180Z Entering 'third_party/tensorpipe' 2022-12-01T10:14:58.3328004Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:58.3370224Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:58.3411405Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:58.3452826Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:58.3493046Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:14:58.3537919Z Entering 'third_party/zstd' 2022-12-01T10:14:58.3593358Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-12-01T10:14:58.3909882Z Entering 'android/libs/fbjni' 2022-12-01T10:14:58.3948836Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:14:58.3966806Z Entering 'third_party/FP16' 2022-12-01T10:14:58.4006321Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:14:58.4025001Z Entering 'third_party/FXdiv' 2022-12-01T10:14:58.4064789Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:14:58.4082292Z Entering 'third_party/NNPACK' 2022-12-01T10:14:58.4123125Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:14:58.4140804Z Entering 'third_party/QNNPACK' 2022-12-01T10:14:58.4179373Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:14:58.4196670Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:14:58.4236275Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:14:58.4254021Z Entering 'third_party/XNNPACK' 2022-12-01T10:14:58.4293365Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:14:58.4322387Z Entering 'third_party/benchmark' 2022-12-01T10:14:58.4362625Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:14:58.4380614Z Entering 'third_party/cpuinfo' 2022-12-01T10:14:58.4420080Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:14:58.4438257Z Entering 'third_party/cub' 2022-12-01T10:14:58.4477776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:14:58.4494930Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:14:58.4534138Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:14:58.4557436Z Entering 'third_party/cutlass' 2022-12-01T10:14:58.4596146Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:14:58.4621704Z Entering 'third_party/eigen' 2022-12-01T10:14:58.4660734Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:14:58.4679939Z Entering 'third_party/fbgemm' 2022-12-01T10:14:58.4719729Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:14:58.4737479Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:58.4776318Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:14:58.4793749Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:58.4834372Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:14:58.4852252Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:58.4892548Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:14:58.4910810Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:14:58.4948838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:14:58.4967982Z Entering 'third_party/flatbuffers' 2022-12-01T10:14:58.5007400Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:14:58.5027882Z Entering 'third_party/fmt' 2022-12-01T10:14:58.5067429Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:14:58.5084691Z Entering 'third_party/foxi' 2022-12-01T10:14:58.5123464Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:14:58.5142140Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:14:58.5181050Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:14:58.5198376Z Entering 'third_party/gloo' 2022-12-01T10:14:58.5238981Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:14:58.5256552Z Entering 'third_party/googletest' 2022-12-01T10:14:58.5295319Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:14:58.5314678Z Entering 'third_party/ideep' 2022-12-01T10:14:58.5353675Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:14:58.5370546Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:58.5410259Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:14:58.5430308Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:14:58.5469161Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-12-01T10:14:58.5493730Z Entering 'third_party/ios-cmake' 2022-12-01T10:14:58.5532383Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:14:58.5550093Z Entering 'third_party/ittapi' 2022-12-01T10:14:58.5589410Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:14:58.5606218Z Entering 'third_party/kineto' 2022-12-01T10:14:58.5645553Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:14:58.5663039Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:58.5701539Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:14:58.5719080Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:58.5758059Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:14:58.5777013Z Entering 'third_party/nccl/nccl' 2022-12-01T10:14:58.5815815Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:14:58.5834280Z Entering 'third_party/neon2sse' 2022-12-01T10:14:58.5872821Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:14:58.5890129Z Entering 'third_party/nlohmann' 2022-12-01T10:14:58.5928878Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:14:58.5948422Z Entering 'third_party/onnx' 2022-12-01T10:14:58.5987407Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:14:58.6018173Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:58.6057763Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:14:58.6074868Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:58.6114570Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:14:58.6134316Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:14:58.6173588Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:14:58.6190777Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:58.6228939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:14:58.6251853Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:14:58.6291561Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:14:58.6310614Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:14:58.6349090Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:14:58.6366486Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:14:58.6406218Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:14:58.6429400Z Entering 'third_party/pocketfft' 2022-12-01T10:14:58.6468191Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:14:58.6485815Z Entering 'third_party/protobuf' 2022-12-01T10:14:58.6524790Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:14:58.6546390Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:58.6584872Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:14:58.6602444Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:58.6641494Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:14:58.6660677Z Entering 'third_party/psimd' 2022-12-01T10:14:58.6700327Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:14:58.6717495Z Entering 'third_party/pthreadpool' 2022-12-01T10:14:58.6757953Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:14:58.6774726Z Entering 'third_party/pybind11' 2022-12-01T10:14:58.6812838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:14:58.6830434Z Entering 'third_party/python-enum' 2022-12-01T10:14:58.6868785Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:14:58.6886645Z Entering 'third_party/python-peachpy' 2022-12-01T10:14:58.6927549Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:14:58.6945584Z Entering 'third_party/python-six' 2022-12-01T10:14:58.6983981Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:14:58.7001445Z Entering 'third_party/sleef' 2022-12-01T10:14:58.7040456Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:14:58.7058815Z Entering 'third_party/tbb' 2022-12-01T10:14:58.7097280Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:14:58.7117137Z Entering 'third_party/tensorpipe' 2022-12-01T10:14:58.7157124Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:14:58.7174560Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:58.7215134Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:14:58.7232720Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:58.7271420Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:14:58.7288336Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:58.7326771Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:14:58.7345716Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:58.7384329Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:14:58.7400896Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:14:58.7439725Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:14:58.7460530Z Entering 'third_party/zstd' 2022-12-01T10:14:58.7500100Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:14:58.8378364Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:14:58.8705631Z Entering 'android/libs/fbjni' 2022-12-01T10:14:58.8748848Z Entering 'third_party/FP16' 2022-12-01T10:14:58.8792159Z Entering 'third_party/FXdiv' 2022-12-01T10:14:58.8835112Z Entering 'third_party/NNPACK' 2022-12-01T10:14:58.8880406Z Entering 'third_party/QNNPACK' 2022-12-01T10:14:58.8924534Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:14:58.8967940Z Entering 'third_party/XNNPACK' 2022-12-01T10:14:58.9024452Z Entering 'third_party/benchmark' 2022-12-01T10:14:58.9068796Z Entering 'third_party/cpuinfo' 2022-12-01T10:14:58.9113032Z Entering 'third_party/cub' 2022-12-01T10:14:58.9157013Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:14:58.9207196Z Entering 'third_party/cutlass' 2022-12-01T10:14:58.9258767Z Entering 'third_party/eigen' 2022-12-01T10:14:58.9305341Z Entering 'third_party/fbgemm' 2022-12-01T10:14:58.9348946Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:58.9392011Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:58.9435631Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:58.9479332Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:14:58.9523594Z Entering 'third_party/flatbuffers' 2022-12-01T10:14:58.9570077Z Entering 'third_party/fmt' 2022-12-01T10:14:58.9613500Z Entering 'third_party/foxi' 2022-12-01T10:14:58.9657802Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:14:58.9702254Z Entering 'third_party/gloo' 2022-12-01T10:14:58.9745600Z Entering 'third_party/googletest' 2022-12-01T10:14:58.9789530Z Entering 'third_party/ideep' 2022-12-01T10:14:58.9831926Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:58.9877763Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:14:58.9927278Z Entering 'third_party/ios-cmake' 2022-12-01T10:14:58.9971719Z Entering 'third_party/ittapi' 2022-12-01T10:14:59.0015453Z Entering 'third_party/kineto' 2022-12-01T10:14:59.0059694Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:59.0103997Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:59.0150013Z Entering 'third_party/nccl/nccl' 2022-12-01T10:14:59.0195259Z Entering 'third_party/neon2sse' 2022-12-01T10:14:59.0238176Z Entering 'third_party/nlohmann' 2022-12-01T10:14:59.0283904Z Entering 'third_party/onnx' 2022-12-01T10:14:59.0343250Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:59.0386718Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:59.0433334Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:14:59.0477407Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:59.0528947Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:14:59.0574212Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:14:59.0618987Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:14:59.0667980Z Entering 'third_party/pocketfft' 2022-12-01T10:14:59.0711211Z Entering 'third_party/protobuf' 2022-12-01T10:14:59.0758924Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:59.0802086Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:59.0847991Z Entering 'third_party/psimd' 2022-12-01T10:14:59.0891255Z Entering 'third_party/pthreadpool' 2022-12-01T10:14:59.0934803Z Entering 'third_party/pybind11' 2022-12-01T10:14:59.0979336Z Entering 'third_party/python-enum' 2022-12-01T10:14:59.1023509Z Entering 'third_party/python-peachpy' 2022-12-01T10:14:59.1067542Z Entering 'third_party/python-six' 2022-12-01T10:14:59.1110342Z Entering 'third_party/sleef' 2022-12-01T10:14:59.1153677Z Entering 'third_party/tbb' 2022-12-01T10:14:59.1200459Z Entering 'third_party/tensorpipe' 2022-12-01T10:14:59.1243580Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:59.1286991Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:59.1329718Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:59.1371924Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:59.1413596Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:14:59.1459506Z Entering 'third_party/zstd' 2022-12-01T10:14:59.1516143Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:14:59.1833208Z Entering 'android/libs/fbjni' 2022-12-01T10:14:59.1876357Z Entering 'third_party/FP16' 2022-12-01T10:14:59.1919179Z Entering 'third_party/FXdiv' 2022-12-01T10:14:59.1962718Z Entering 'third_party/NNPACK' 2022-12-01T10:14:59.2006873Z Entering 'third_party/QNNPACK' 2022-12-01T10:14:59.2050349Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:14:59.2093738Z Entering 'third_party/XNNPACK' 2022-12-01T10:14:59.2148878Z Entering 'third_party/benchmark' 2022-12-01T10:14:59.2191745Z Entering 'third_party/cpuinfo' 2022-12-01T10:14:59.2235394Z Entering 'third_party/cub' 2022-12-01T10:14:59.2280351Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:14:59.2328853Z Entering 'third_party/cutlass' 2022-12-01T10:14:59.2379337Z Entering 'third_party/eigen' 2022-12-01T10:14:59.2424801Z Entering 'third_party/fbgemm' 2022-12-01T10:14:59.2469020Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:59.2511141Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:59.2563572Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:59.2598068Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:14:59.2642155Z Entering 'third_party/flatbuffers' 2022-12-01T10:14:59.2688415Z Entering 'third_party/fmt' 2022-12-01T10:14:59.2731902Z Entering 'third_party/foxi' 2022-12-01T10:14:59.2774966Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:14:59.2819448Z Entering 'third_party/gloo' 2022-12-01T10:14:59.2862611Z Entering 'third_party/googletest' 2022-12-01T10:14:59.2905303Z Entering 'third_party/ideep' 2022-12-01T10:14:59.2947874Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:59.2991875Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:14:59.3042647Z Entering 'third_party/ios-cmake' 2022-12-01T10:14:59.3086845Z Entering 'third_party/ittapi' 2022-12-01T10:14:59.3130277Z Entering 'third_party/kineto' 2022-12-01T10:14:59.3173923Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:59.3218090Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:59.3262466Z Entering 'third_party/nccl/nccl' 2022-12-01T10:14:59.3305984Z Entering 'third_party/neon2sse' 2022-12-01T10:14:59.3348768Z Entering 'third_party/nlohmann' 2022-12-01T10:14:59.3392847Z Entering 'third_party/onnx' 2022-12-01T10:14:59.3448478Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:59.3491399Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:59.3538915Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:14:59.3580883Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:59.3628691Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:14:59.3671669Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:14:59.3714714Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:14:59.3763907Z Entering 'third_party/pocketfft' 2022-12-01T10:14:59.3807148Z Entering 'third_party/protobuf' 2022-12-01T10:14:59.3853747Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:59.3897193Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:59.3942883Z Entering 'third_party/psimd' 2022-12-01T10:14:59.3986523Z Entering 'third_party/pthreadpool' 2022-12-01T10:14:59.4029658Z Entering 'third_party/pybind11' 2022-12-01T10:14:59.4072574Z Entering 'third_party/python-enum' 2022-12-01T10:14:59.4116965Z Entering 'third_party/python-peachpy' 2022-12-01T10:14:59.4161296Z Entering 'third_party/python-six' 2022-12-01T10:14:59.4204079Z Entering 'third_party/sleef' 2022-12-01T10:14:59.4247589Z Entering 'third_party/tbb' 2022-12-01T10:14:59.4292923Z Entering 'third_party/tensorpipe' 2022-12-01T10:14:59.4336973Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:59.4379697Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:59.4422214Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:59.4465614Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:59.4507385Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:14:59.4552890Z Entering 'third_party/zstd' 2022-12-01T10:14:59.4606706Z ##[endgroup] 2022-12-01T10:14:59.4651669Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:14:59.4680462Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:14:59.4842288Z Prepare all required actions 2022-12-01T10:14:59.4876403Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:14:59.4876684Z env: 2022-12-01T10:14:59.4876924Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:14:59.4877166Z ##[endgroup] 2022-12-01T10:14:59.4898009Z ##[group]Run set -euo pipefail 2022-12-01T10:14:59.4898331Z set -euo pipefail 2022-12-01T10:14:59.4898621Z function get_ec2_metadata() { 2022-12-01T10:14:59.4898962Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:14:59.4899434Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:14:59.4899849Z  category=$1 2022-12-01T10:14:59.4900188Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:14:59.4900654Z } 2022-12-01T10:14:59.4900916Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:14:59.4901305Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:14:59.4901690Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:14:59.4902018Z echo "system info $(uname -a)" 2022-12-01T10:14:59.4915599Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:14:59.4915899Z env: 2022-12-01T10:14:59.4916124Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:14:59.4916385Z ##[endgroup] 2022-12-01T10:14:59.5017890Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:14:59.5080475Z instance-id: i-07962b7d5f166342b 2022-12-01T10:14:59.5142532Z instance-type: g3.4xlarge 2022-12-01T10:14:59.5151167Z system info Linux ip-10-0-4-123.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-12-01T10:14:59.5214088Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:14:59.5214520Z if systemctl is-active --quiet docker; then 2022-12-01T10:14:59.5214896Z  echo "Docker daemon is running..."; 2022-12-01T10:14:59.5215722Z else 2022-12-01T10:14:59.5216090Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:14:59.5216451Z fi 2022-12-01T10:14:59.5229606Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:14:59.5229936Z env: 2022-12-01T10:14:59.5230215Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:14:59.5230522Z ##[endgroup] 2022-12-01T10:14:59.5281558Z Docker daemon is running... 2022-12-01T10:14:59.5302822Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:14:59.5303302Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:14:59.5303691Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:14:59.5304203Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:14:59.5304684Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:14:59.5316478Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:14:59.5316779Z env: 2022-12-01T10:14:59.5317019Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:14:59.5317271Z AWS_RETRY_MODE: standard 2022-12-01T10:14:59.5317531Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:14:59.5317799Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:14:59.5318044Z ##[endgroup] 2022-12-01T10:15:00.4800540Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:15:00.4801023Z Configure a credential helper to remove this warning. See 2022-12-01T10:15:00.4801584Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:15:00.4801857Z 2022-12-01T10:15:00.4802635Z Login Succeeded 2022-12-01T10:15:00.4839920Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:00.4840337Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:00.4840836Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:00.4854224Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:00.4854529Z env: 2022-12-01T10:15:00.4854774Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:00.4855016Z ##[endgroup] 2022-12-01T10:15:00.4949287Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:15:00.4949633Z with: 2022-12-01T10:15:00.4950084Z github-secret: *** 2022-12-01T10:15:00.4950373Z activate-with-label: false 2022-12-01T10:15:00.4950630Z label: with-ssh 2022-12-01T10:15:00.4950897Z remove-existing-keys: true 2022-12-01T10:15:00.4951149Z env: 2022-12-01T10:15:00.4951370Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:00.4951627Z ##[endgroup] 2022-12-01T10:15:00.9676162Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:15:01.0504600Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:15:01.0527372Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:15:01.0572557Z Login using: ssh ec2-user@ec2-18-210-19-112.compute-1.amazonaws.com 2022-12-01T10:15:01.0651207Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:15:01.0651576Z with: 2022-12-01T10:15:01.0652045Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:15:01.0652515Z env: 2022-12-01T10:15:01.0652758Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:01.0653014Z ##[endgroup] 2022-12-01T10:15:01.0763414Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:01.0763820Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:01.0764206Z # ignore output since only exit code is used for conditional 2022-12-01T10:15:01.0764598Z # only pull docker image if it's not available locally 2022-12-01T10:15:01.0764993Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:15:01.0765413Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:15:01.0765700Z fi 2022-12-01T10:15:01.0779428Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:01.0779728Z env: 2022-12-01T10:15:01.0779971Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:01.0780473Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:15:01.0780951Z ##[endgroup] 2022-12-01T10:15:01.3075742Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-12-01T10:15:01.3076546Z 40dd5be53814: Pulling fs layer 2022-12-01T10:15:01.3076862Z bd44602516a4: Pulling fs layer 2022-12-01T10:15:01.3077126Z 8ebfb31ea67d: Pulling fs layer 2022-12-01T10:15:01.3077405Z 1589dc294916: Pulling fs layer 2022-12-01T10:15:01.3077683Z 2c3a764ff1ef: Pulling fs layer 2022-12-01T10:15:01.3081975Z 2fb24fb5f7cb: Pulling fs layer 2022-12-01T10:15:01.3082674Z d6e4b45751c9: Pulling fs layer 2022-12-01T10:15:01.3083294Z 98a26bc0781e: Pulling fs layer 2022-12-01T10:15:01.3083853Z 07c42b0591b2: Pulling fs layer 2022-12-01T10:15:01.3084328Z a7b4d9098b01: Pulling fs layer 2022-12-01T10:15:01.3084806Z 9b965084d7f3: Pulling fs layer 2022-12-01T10:15:01.3085273Z 306938abc720: Pulling fs layer 2022-12-01T10:15:01.3085702Z 06e616940749: Pulling fs layer 2022-12-01T10:15:01.3086167Z 1589dc294916: Waiting 2022-12-01T10:15:01.3101620Z 540637333efa: Pulling fs layer 2022-12-01T10:15:01.3102223Z 5cd3ebaf3e1b: Pulling fs layer 2022-12-01T10:15:01.3102771Z 2c3a764ff1ef: Waiting 2022-12-01T10:15:01.3103290Z dd7a31bfac90: Pulling fs layer 2022-12-01T10:15:01.3103598Z 6416ca3f405b: Pulling fs layer 2022-12-01T10:15:01.3104019Z 19c44dd1f4cf: Pulling fs layer 2022-12-01T10:15:01.3104580Z 33688bb73038: Pulling fs layer 2022-12-01T10:15:01.3105158Z 570b8809d75f: Pulling fs layer 2022-12-01T10:15:01.3105878Z 3ea8b8f31abf: Pulling fs layer 2022-12-01T10:15:01.3106561Z 690eecb8c64c: Pulling fs layer 2022-12-01T10:15:01.3107052Z 07c42b0591b2: Waiting 2022-12-01T10:15:01.3107624Z e2285545a8bf: Pulling fs layer 2022-12-01T10:15:01.3108102Z a7b4d9098b01: Waiting 2022-12-01T10:15:01.3108355Z 555faed4e286: Pulling fs layer 2022-12-01T10:15:01.3108722Z c53c37f056ac: Pulling fs layer 2022-12-01T10:15:01.3109239Z 75bd8ea35c95: Pulling fs layer 2022-12-01T10:15:01.3109620Z d6e4b45751c9: Waiting 2022-12-01T10:15:01.3109953Z 306938abc720: Waiting 2022-12-01T10:15:01.3110417Z b18c1d97e9da: Pulling fs layer 2022-12-01T10:15:01.3111006Z d90720873b3b: Pulling fs layer 2022-12-01T10:15:01.3111524Z 33688bb73038: Waiting 2022-12-01T10:15:01.3112213Z 53b1597ec1c2: Pulling fs layer 2022-12-01T10:15:01.3113149Z 98a26bc0781e: Waiting 2022-12-01T10:15:01.3113692Z ef984347a312: Pulling fs layer 2022-12-01T10:15:01.3114139Z 06e616940749: Waiting 2022-12-01T10:15:01.3114382Z 570b8809d75f: Waiting 2022-12-01T10:15:01.3114614Z dd7a31bfac90: Waiting 2022-12-01T10:15:01.3114875Z 343a1b6dc08c: Pulling fs layer 2022-12-01T10:15:01.3115433Z 16fdefc9f32c: Pulling fs layer 2022-12-01T10:15:01.3116608Z 9b965084d7f3: Waiting 2022-12-01T10:15:01.3117097Z 6416ca3f405b: Waiting 2022-12-01T10:15:01.3117577Z c53c37f056ac: Waiting 2022-12-01T10:15:01.3118015Z 555faed4e286: Waiting 2022-12-01T10:15:01.3118504Z 690eecb8c64c: Waiting 2022-12-01T10:15:01.3119072Z 2fb24fb5f7cb: Waiting 2022-12-01T10:15:01.3119691Z 3ea8b8f31abf: Waiting 2022-12-01T10:15:01.3120366Z 53b1597ec1c2: Waiting 2022-12-01T10:15:01.3120996Z 343a1b6dc08c: Waiting 2022-12-01T10:15:01.3121392Z b18c1d97e9da: Waiting 2022-12-01T10:15:01.3121780Z 75bd8ea35c95: Waiting 2022-12-01T10:15:01.3122252Z 19c44dd1f4cf: Waiting 2022-12-01T10:15:01.3122775Z e2285545a8bf: Waiting 2022-12-01T10:15:01.3123267Z 5cd3ebaf3e1b: Waiting 2022-12-01T10:15:01.3123707Z d90720873b3b: Waiting 2022-12-01T10:15:01.3124060Z de0913f5235c: Pulling fs layer 2022-12-01T10:15:01.3124615Z bf99e81d1939: Pulling fs layer 2022-12-01T10:15:01.3125271Z c0f36b953c44: Pulling fs layer 2022-12-01T10:15:01.3125824Z 7456bfaa70b2: Pulling fs layer 2022-12-01T10:15:01.3126278Z 68e8ef95b145: Pulling fs layer 2022-12-01T10:15:01.3126794Z e497d45bb922: Pulling fs layer 2022-12-01T10:15:01.3127651Z bf4a66dadd84: Pulling fs layer 2022-12-01T10:15:01.3128160Z fd0d4928961f: Pulling fs layer 2022-12-01T10:15:01.3128428Z 6df8346812f8: Pulling fs layer 2022-12-01T10:15:01.3128799Z de0913f5235c: Waiting 2022-12-01T10:15:01.3129043Z 8b46f8aa8681: Pulling fs layer 2022-12-01T10:15:01.3129312Z 6db5688b5394: Pulling fs layer 2022-12-01T10:15:01.3129584Z daa053ac35f3: Pulling fs layer 2022-12-01T10:15:01.3129830Z bf99e81d1939: Waiting 2022-12-01T10:15:01.3130072Z c0f36b953c44: Waiting 2022-12-01T10:15:01.3130336Z c9a8257f8dc0: Pulling fs layer 2022-12-01T10:15:01.3130578Z 7456bfaa70b2: Waiting 2022-12-01T10:15:01.3130832Z 30f21817172d: Pulling fs layer 2022-12-01T10:15:01.3131099Z bb9282afce05: Pulling fs layer 2022-12-01T10:15:01.3131355Z 909c475d21ec: Pulling fs layer 2022-12-01T10:15:01.3131605Z 6df8346812f8: Waiting 2022-12-01T10:15:01.3131852Z 68e8ef95b145: Waiting 2022-12-01T10:15:01.3132090Z 192b8944f15a: Pulling fs layer 2022-12-01T10:15:01.3132356Z 3dd92c832839: Pulling fs layer 2022-12-01T10:15:01.3132627Z 5e1b0146a21d: Pulling fs layer 2022-12-01T10:15:01.3132867Z 8b46f8aa8681: Waiting 2022-12-01T10:15:01.3133127Z c76cf0339419: Pulling fs layer 2022-12-01T10:15:01.3133381Z e497d45bb922: Waiting 2022-12-01T10:15:01.3133619Z 2dc4928eecf0: Pulling fs layer 2022-12-01T10:15:01.3133882Z bf4a66dadd84: Waiting 2022-12-01T10:15:01.3134124Z fd0d4928961f: Waiting 2022-12-01T10:15:01.3134473Z 30f21817172d: Waiting 2022-12-01T10:15:01.3134762Z 6db5688b5394: Waiting 2022-12-01T10:15:01.3135037Z 192b8944f15a: Waiting 2022-12-01T10:15:01.3135438Z bb9282afce05: Waiting 2022-12-01T10:15:01.3135969Z 909c475d21ec: Waiting 2022-12-01T10:15:01.3136216Z c9a8257f8dc0: Waiting 2022-12-01T10:15:01.3136452Z c76cf0339419: Waiting 2022-12-01T10:15:01.3136668Z 3dd92c832839: Waiting 2022-12-01T10:15:01.3137047Z 2dc4928eecf0: Waiting 2022-12-01T10:15:01.3137382Z 5e1b0146a21d: Waiting 2022-12-01T10:15:01.4958068Z bd44602516a4: Verifying Checksum 2022-12-01T10:15:01.4958706Z bd44602516a4: Download complete 2022-12-01T10:15:01.5962958Z 8ebfb31ea67d: Verifying Checksum 2022-12-01T10:15:01.6120435Z 1589dc294916: Verifying Checksum 2022-12-01T10:15:01.6120996Z 1589dc294916: Download complete 2022-12-01T10:15:01.6264826Z 40dd5be53814: Verifying Checksum 2022-12-01T10:15:01.6265167Z 40dd5be53814: Download complete 2022-12-01T10:15:01.6829305Z 2c3a764ff1ef: Download complete 2022-12-01T10:15:01.7118954Z d6e4b45751c9: Verifying Checksum 2022-12-01T10:15:01.7119771Z d6e4b45751c9: Download complete 2022-12-01T10:15:01.8117629Z 07c42b0591b2: Verifying Checksum 2022-12-01T10:15:01.8118219Z 07c42b0591b2: Download complete 2022-12-01T10:15:01.9169835Z a7b4d9098b01: Verifying Checksum 2022-12-01T10:15:01.9170465Z a7b4d9098b01: Download complete 2022-12-01T10:15:02.7395275Z 40dd5be53814: Pull complete 2022-12-01T10:15:03.0911471Z bd44602516a4: Pull complete 2022-12-01T10:15:03.6572131Z 8ebfb31ea67d: Pull complete 2022-12-01T10:15:03.8022002Z 1589dc294916: Pull complete 2022-12-01T10:15:03.9073875Z 2c3a764ff1ef: Pull complete 2022-12-01T10:15:04.0576298Z 9b965084d7f3: Verifying Checksum 2022-12-01T10:15:04.0576967Z 9b965084d7f3: Download complete 2022-12-01T10:15:04.1455638Z 306938abc720: Verifying Checksum 2022-12-01T10:15:04.1456379Z 306938abc720: Download complete 2022-12-01T10:15:04.2895496Z 06e616940749: Verifying Checksum 2022-12-01T10:15:04.2895875Z 06e616940749: Download complete 2022-12-01T10:15:04.3646003Z 540637333efa: Verifying Checksum 2022-12-01T10:15:04.3647169Z 540637333efa: Download complete 2022-12-01T10:15:05.1642979Z 5cd3ebaf3e1b: Verifying Checksum 2022-12-01T10:15:05.1643342Z 5cd3ebaf3e1b: Download complete 2022-12-01T10:15:05.2471589Z dd7a31bfac90: Verifying Checksum 2022-12-01T10:15:05.2471952Z dd7a31bfac90: Download complete 2022-12-01T10:15:05.3178181Z 6416ca3f405b: Verifying Checksum 2022-12-01T10:15:05.3178633Z 6416ca3f405b: Download complete 2022-12-01T10:15:24.2728175Z 2fb24fb5f7cb: Verifying Checksum 2022-12-01T10:15:24.2728534Z 2fb24fb5f7cb: Download complete 2022-12-01T10:15:24.3664055Z 33688bb73038: Verifying Checksum 2022-12-01T10:15:24.3664436Z 33688bb73038: Download complete 2022-12-01T10:15:24.4346397Z 570b8809d75f: Verifying Checksum 2022-12-01T10:15:24.4346772Z 570b8809d75f: Download complete 2022-12-01T10:15:24.5701006Z 3ea8b8f31abf: Download complete 2022-12-01T10:15:24.6518533Z 690eecb8c64c: Verifying Checksum 2022-12-01T10:15:24.6518891Z 690eecb8c64c: Download complete 2022-12-01T10:15:24.7176842Z e2285545a8bf: Verifying Checksum 2022-12-01T10:15:24.7976657Z e2285545a8bf: Download complete 2022-12-01T10:15:24.7977031Z 555faed4e286: Verifying Checksum 2022-12-01T10:15:24.7977328Z 555faed4e286: Download complete 2022-12-01T10:15:27.4189867Z c53c37f056ac: Verifying Checksum 2022-12-01T10:15:27.4190262Z c53c37f056ac: Download complete 2022-12-01T10:15:27.5164447Z 75bd8ea35c95: Verifying Checksum 2022-12-01T10:15:27.5165071Z 75bd8ea35c95: Download complete 2022-12-01T10:15:27.5973492Z b18c1d97e9da: Verifying Checksum 2022-12-01T10:15:27.5974131Z b18c1d97e9da: Download complete 2022-12-01T10:15:27.7197193Z d90720873b3b: Verifying Checksum 2022-12-01T10:15:27.7197940Z d90720873b3b: Download complete 2022-12-01T10:15:27.7891551Z 53b1597ec1c2: Verifying Checksum 2022-12-01T10:15:27.7891903Z 53b1597ec1c2: Download complete 2022-12-01T10:15:27.8693940Z ef984347a312: Verifying Checksum 2022-12-01T10:15:27.8695007Z ef984347a312: Download complete 2022-12-01T10:15:33.7115790Z 343a1b6dc08c: Verifying Checksum 2022-12-01T10:15:33.7116167Z 343a1b6dc08c: Download complete 2022-12-01T10:15:33.7905130Z 16fdefc9f32c: Download complete 2022-12-01T10:15:33.8646262Z de0913f5235c: Download complete 2022-12-01T10:15:33.9339275Z 98a26bc0781e: Verifying Checksum 2022-12-01T10:15:33.9339862Z 98a26bc0781e: Download complete 2022-12-01T10:15:34.0204816Z c0f36b953c44: Verifying Checksum 2022-12-01T10:15:34.0205457Z c0f36b953c44: Download complete 2022-12-01T10:15:34.1107171Z 7456bfaa70b2: Verifying Checksum 2022-12-01T10:15:34.1107555Z 7456bfaa70b2: Download complete 2022-12-01T10:15:34.6817822Z 68e8ef95b145: Verifying Checksum 2022-12-01T10:15:34.6818188Z 68e8ef95b145: Download complete 2022-12-01T10:15:34.7340970Z bf99e81d1939: Verifying Checksum 2022-12-01T10:15:34.7341631Z bf99e81d1939: Download complete 2022-12-01T10:15:34.7549033Z e497d45bb922: Verifying Checksum 2022-12-01T10:15:34.7549343Z e497d45bb922: Download complete 2022-12-01T10:15:34.8437316Z fd0d4928961f: Verifying Checksum 2022-12-01T10:15:34.8437684Z fd0d4928961f: Download complete 2022-12-01T10:15:34.9184623Z 6df8346812f8: Verifying Checksum 2022-12-01T10:15:34.9185080Z 6df8346812f8: Download complete 2022-12-01T10:15:35.9487370Z bf4a66dadd84: Verifying Checksum 2022-12-01T10:15:36.0275243Z bf4a66dadd84: Download complete 2022-12-01T10:15:36.0275601Z 6db5688b5394: Verifying Checksum 2022-12-01T10:15:36.0276084Z 6db5688b5394: Download complete 2022-12-01T10:15:36.0879159Z daa053ac35f3: Verifying Checksum 2022-12-01T10:15:36.0880124Z daa053ac35f3: Download complete 2022-12-01T10:15:36.1668960Z c9a8257f8dc0: Verifying Checksum 2022-12-01T10:15:36.1669524Z c9a8257f8dc0: Download complete 2022-12-01T10:15:36.2722178Z 30f21817172d: Verifying Checksum 2022-12-01T10:15:36.2722803Z 30f21817172d: Download complete 2022-12-01T10:15:36.8129825Z bb9282afce05: Verifying Checksum 2022-12-01T10:15:36.8130500Z bb9282afce05: Download complete 2022-12-01T10:15:36.8921466Z 909c475d21ec: Verifying Checksum 2022-12-01T10:15:36.8921816Z 909c475d21ec: Download complete 2022-12-01T10:15:38.5693053Z 192b8944f15a: Verifying Checksum 2022-12-01T10:15:38.5693477Z 192b8944f15a: Download complete 2022-12-01T10:15:38.6532956Z 3dd92c832839: Verifying Checksum 2022-12-01T10:15:38.6533354Z 3dd92c832839: Download complete 2022-12-01T10:15:40.7956322Z 2fb24fb5f7cb: Pull complete 2022-12-01T10:15:42.6419577Z d6e4b45751c9: Pull complete 2022-12-01T10:15:44.9510706Z 8b46f8aa8681: Verifying Checksum 2022-12-01T10:15:44.9511197Z 8b46f8aa8681: Download complete 2022-12-01T10:15:45.0491304Z c76cf0339419: Download complete 2022-12-01T10:15:45.1333004Z 2dc4928eecf0: Verifying Checksum 2022-12-01T10:15:45.1333360Z 2dc4928eecf0: Download complete 2022-12-01T10:15:57.0128154Z 19c44dd1f4cf: Download complete 2022-12-01T10:16:06.1881360Z 98a26bc0781e: Pull complete 2022-12-01T10:16:08.0956126Z 07c42b0591b2: Pull complete 2022-12-01T10:16:09.9747019Z a7b4d9098b01: Pull complete 2022-12-01T10:16:17.9653448Z 9b965084d7f3: Pull complete 2022-12-01T10:16:18.0658140Z 306938abc720: Pull complete 2022-12-01T10:16:18.1516720Z 06e616940749: Pull complete 2022-12-01T10:16:18.2669351Z 540637333efa: Pull complete 2022-12-01T10:16:20.1715488Z 5cd3ebaf3e1b: Pull complete 2022-12-01T10:16:20.2572889Z dd7a31bfac90: Pull complete 2022-12-01T10:16:20.3615967Z 6416ca3f405b: Pull complete 2022-12-01T10:16:57.1408679Z 19c44dd1f4cf: Pull complete 2022-12-01T10:16:58.8635318Z 33688bb73038: Pull complete 2022-12-01T10:17:00.6030397Z 570b8809d75f: Pull complete 2022-12-01T10:17:02.6030297Z 3ea8b8f31abf: Pull complete 2022-12-01T10:17:04.4684835Z 690eecb8c64c: Pull complete 2022-12-01T10:17:06.7798462Z e2285545a8bf: Pull complete 2022-12-01T10:17:07.0355186Z 5e1b0146a21d: Verifying Checksum 2022-12-01T10:17:08.6001581Z 5e1b0146a21d: Download complete 2022-12-01T10:17:08.6001915Z 555faed4e286: Pull complete 2022-12-01T10:17:13.3185848Z c53c37f056ac: Pull complete 2022-12-01T10:17:15.1945280Z 75bd8ea35c95: Pull complete 2022-12-01T10:17:17.3684256Z b18c1d97e9da: Pull complete 2022-12-01T10:17:17.5074864Z d90720873b3b: Pull complete 2022-12-01T10:17:17.6376794Z 53b1597ec1c2: Pull complete 2022-12-01T10:17:17.7380607Z ef984347a312: Pull complete 2022-12-01T10:17:25.7622707Z 343a1b6dc08c: Pull complete 2022-12-01T10:17:28.3293754Z 16fdefc9f32c: Pull complete 2022-12-01T10:17:30.8846765Z de0913f5235c: Pull complete 2022-12-01T10:17:34.7241194Z bf99e81d1939: Pull complete 2022-12-01T10:17:36.9815404Z c0f36b953c44: Pull complete 2022-12-01T10:17:38.8459230Z 7456bfaa70b2: Pull complete 2022-12-01T10:17:41.2720020Z 68e8ef95b145: Pull complete 2022-12-01T10:17:43.2126212Z e497d45bb922: Pull complete 2022-12-01T10:17:47.0424593Z bf4a66dadd84: Pull complete 2022-12-01T10:17:49.0257015Z fd0d4928961f: Pull complete 2022-12-01T10:17:51.0672692Z 6df8346812f8: Pull complete 2022-12-01T10:17:58.6163137Z 8b46f8aa8681: Pull complete 2022-12-01T10:18:00.2816629Z 6db5688b5394: Pull complete 2022-12-01T10:18:01.7230467Z daa053ac35f3: Pull complete 2022-12-01T10:18:03.3192285Z c9a8257f8dc0: Pull complete 2022-12-01T10:18:03.4497284Z 30f21817172d: Pull complete 2022-12-01T10:18:04.4322353Z bb9282afce05: Pull complete 2022-12-01T10:18:04.5463188Z 909c475d21ec: Pull complete 2022-12-01T10:18:06.5537873Z 192b8944f15a: Pull complete 2022-12-01T10:18:06.6581331Z 3dd92c832839: Pull complete 2022-12-01T10:18:50.1928540Z 5e1b0146a21d: Pull complete 2022-12-01T10:18:52.0723475Z c76cf0339419: Pull complete 2022-12-01T10:18:53.9179336Z 2dc4928eecf0: Pull complete 2022-12-01T10:18:55.2028595Z Digest: sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T10:18:55.7035142Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:18:55.9854719Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:18:55.9944806Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:18:55.9945211Z with: 2022-12-01T10:18:55.9945476Z timeout_minutes: 10 2022-12-01T10:18:55.9945774Z max_attempts: 3 2022-12-01T10:18:55.9946212Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-12-01T10:18:55.9946662Z retry_wait_seconds: 10 2022-12-01T10:18:55.9946964Z polling_interval_seconds: 1 2022-12-01T10:18:55.9947286Z warning_on_retry: true 2022-12-01T10:18:55.9947596Z continue_on_error: false 2022-12-01T10:18:55.9947865Z env: 2022-12-01T10:18:55.9948149Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:18:55.9948451Z ##[endgroup] 2022-12-01T10:18:56.0519753Z 2022-12-01T10:18:56.0543621Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:18:56.0586127Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-12-01T10:18:56.0588289Z + HAS_NVIDIA_DRIVER=0 2022-12-01T10:18:56.0590049Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.57.run == 2022-12-01T10:18:56.0590827Z ++ command -v nvidia-smi 2022-12-01T10:18:56.0593614Z + '[' -x /usr/bin/nvidia-smi ']' 2022-12-01T10:18:56.0597025Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader 2022-12-01T10:18:58.2092102Z + INSTALLED_DRIVER_VERSION=515.76 2022-12-01T10:18:58.2092679Z + '[' 515.76 '!=' 515.57 ']' 2022-12-01T10:18:58.2092989Z + HAS_NVIDIA_DRIVER=1 2022-12-01T10:18:58.2093811Z + echo 'NVIDIA driver (515.76) has been installed, but we expect to have 515.57 instead. Skipping NVIDIA driver installation for now until torchrec and FBGEMM are updated to use PyTorch NVIDIA installation script instead of RHEL repo' 2022-12-01T10:18:58.2094420Z + '[' 1 -eq 0 ']' 2022-12-01T10:18:58.2094736Z + nvidia-smi 2022-12-01T10:18:58.2095712Z NVIDIA driver (515.76) has been installed, but we expect to have 515.57 instead. Skipping NVIDIA driver installation for now until torchrec and FBGEMM are updated to use PyTorch NVIDIA installation script instead of RHEL repo 2022-12-01T10:19:00.1074896Z Thu Dec 1 10:19:00 2022 2022-12-01T10:19:00.1075549Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:00.1076122Z | NVIDIA-SMI 515.76 Driver Version: 515.76 CUDA Version: 11.7 | 2022-12-01T10:19:00.1076667Z |-------------------------------+----------------------+----------------------+ 2022-12-01T10:19:00.1077244Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-12-01T10:19:00.1077811Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-12-01T10:19:00.1078217Z | | | MIG M. | 2022-12-01T10:19:00.1078582Z |===============================+======================+======================| 2022-12-01T10:19:00.1121139Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 5458024154 | 2022-12-01T10:19:00.1121685Z | N/A 36C P0 38W / 150W | 0MiB / 7680MiB | 99% Default | 2022-12-01T10:19:00.1122244Z | | | N/A | 2022-12-01T10:19:00.1123078Z +-------------------------------+----------------------+----------------------+ 2022-12-01T10:19:00.1123437Z 2022-12-01T10:19:00.1123875Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:00.1124270Z | Processes: | 2022-12-01T10:19:00.1124630Z | GPU GI CI PID Type Process name GPU Memory | 2022-12-01T10:19:00.1124961Z | ID ID Usage | 2022-12-01T10:19:00.1125400Z |=============================================================================| 2022-12-01T10:19:00.1125742Z | No running processes found | 2022-12-01T10:19:00.1126202Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:00.3816587Z == Installing nvidia container toolkit for amzn2 == 2022-12-01T10:19:00.3819206Z + sudo yum install -y yum-utils 2022-12-01T10:19:00.9386690Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:02.3980835Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-12-01T10:19:02.3981490Z Nothing to do 2022-12-01T10:19:02.4856509Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-12-01T10:19:03.0745258Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:03.1073540Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-12-01T10:19:03.1074250Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-12-01T10:19:03.1074772Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-12-01T10:19:03.1222323Z + sudo yum install -y nvidia-docker2 2022-12-01T10:19:03.6982738Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:05.0866056Z Package nvidia-docker2-2.11.0-1.noarch already installed and latest version 2022-12-01T10:19:05.0866519Z Nothing to do 2022-12-01T10:19:05.1716549Z + sudo systemctl restart docker 2022-12-01T10:19:23.8597024Z + echo 'GPU_FLAG=--gpus all' 2022-12-01T10:19:24.0875257Z Command completed after 1 attempt(s). 2022-12-01T10:19:24.0875516Z 2022-12-01T10:19:24.0879549Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:24.0923355Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:19:24.0923747Z python3 -m pip install psutil==5.9.1 2022-12-01T10:19:24.0924079Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:19:24.0924452Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:19:24.0924842Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:19:24.0938739Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:24.0939044Z env: 2022-12-01T10:19:24.0939285Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:24.0939540Z GPU_FLAG: --gpus all 2022-12-01T10:19:24.0939792Z ##[endgroup] 2022-12-01T10:19:24.4030496Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:19:24.4270795Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:19:25.0249905Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:19:25.0481734Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:19:25.3539168Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:25.3658817Z Prepare all required actions 2022-12-01T10:19:25.3659502Z Getting action download info 2022-12-01T10:19:25.6068651Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:19:25.8026011Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:19:25.9403653Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:19:25.9403971Z with: 2022-12-01T10:19:25.9404253Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:25.9404518Z env: 2022-12-01T10:19:25.9404755Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:25.9405020Z GPU_FLAG: --gpus all 2022-12-01T10:19:25.9405253Z ##[endgroup] 2022-12-01T10:19:25.9436492Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:19:25.9436797Z with: 2022-12-01T10:19:25.9437058Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:25.9437368Z s3-bucket: gha-artifacts 2022-12-01T10:19:25.9437650Z region: us-east-1 2022-12-01T10:19:25.9437882Z env: 2022-12-01T10:19:25.9438117Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:25.9438366Z GPU_FLAG: --gpus all 2022-12-01T10:19:25.9438614Z ##[endgroup] 2022-12-01T10:19:26.4983773Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-cuda11.6-py3.10-gcc7/ 2022-12-01T10:19:26.4984390Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:19:35.9002363Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:19:35.9002677Z 2022-12-01T10:19:35.9006929Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:35.9008213Z Artifact download has finished successfully 2022-12-01T10:19:35.9194472Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:19:35.9194812Z unzip -o artifacts.zip 2022-12-01T10:19:35.9208260Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:35.9208565Z env: 2022-12-01T10:19:35.9208811Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:35.9209065Z GPU_FLAG: --gpus all 2022-12-01T10:19:35.9209318Z ##[endgroup] 2022-12-01T10:19:35.9253014Z Archive: artifacts.zip 2022-12-01T10:19:35.9256620Z creating: dist/ 2022-12-01T10:19:37.9958145Z inflating: dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:19:37.9958591Z creating: build/custom_test_artifacts/ 2022-12-01T10:19:37.9959008Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:19:37.9959493Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:19:37.9966399Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:37.9966960Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:37.9967527Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:37.9968110Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:37.9968682Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:37.9971159Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:37.9972304Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:37.9972883Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:37.9973473Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:37.9976697Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:37.9977954Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:37.9979461Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:37.9980266Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:37.9982997Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:37.9983990Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:37.9984639Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:37.9985233Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.0039509Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.0040269Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.0041017Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.0041772Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.0042519Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.0043552Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.0044292Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.0045031Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.0045769Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.0088373Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.0129750Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.0130854Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.0131600Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.0132385Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.0133196Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.0134110Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.0135446Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.0137437Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.0210782Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.0284145Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.0284814Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.0285595Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.0286437Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.0287023Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.0287575Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:19:38.0288173Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:19:38.0288790Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:19:38.0289408Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:19:38.0289995Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:19:38.0290814Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:19:38.0291901Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:19:38.0292688Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:19:38.0293479Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:19:38.0294092Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:19:38.0315681Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:19:38.0429792Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:19:38.0430380Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:19:38.0431003Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:19:38.0431664Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:19:38.0432280Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:19:38.0432892Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:19:38.0433505Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:19:38.0434358Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:19:38.0435279Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:19:38.0435959Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:19:38.0436610Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:19:38.0457815Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:19:38.0539779Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:19:38.0540438Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.0541071Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.0541637Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.0542352Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.0543528Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.0544293Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-12-01T10:19:38.0547210Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:19:38.0547917Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:19:38.0548582Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:19:38.0641434Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:19:38.0703855Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:19:38.0704335Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:19:38.0704800Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:19:38.0711417Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:38.0711948Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:38.0712507Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:38.0713085Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:38.0713624Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:38.0715856Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:38.0716975Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:38.0717543Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:38.0718121Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:38.0720828Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:38.0721936Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:38.0723893Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:38.0724528Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:38.0725975Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:38.0727141Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:38.0727726Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:38.0728302Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.0783041Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.0783889Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.0784910Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.0785773Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.0786499Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.0787202Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.0787913Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.0788610Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.0789541Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.0831410Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.0872820Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.0873976Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.0874838Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.0875503Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.0876229Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.0877208Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.0878227Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.0880252Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.0953461Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.1026717Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.1027348Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.1027914Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.1028613Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.1029342Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.1029921Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:19:38.1030501Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:19:38.1031137Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:19:38.1031754Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:19:38.1032388Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:19:38.1033175Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:19:38.1034414Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:19:38.1035233Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:19:38.1035978Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:19:38.1036586Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:19:38.1058041Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:19:38.1121685Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:19:38.1122310Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.1122929Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.1123642Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.1124514Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.1125487Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.1126038Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-12-01T10:19:38.1128844Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:19:38.1129426Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:19:38.1130398Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:19:38.1179958Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:19:38.1180462Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:19:38.1180961Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:19:38.1187685Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:38.1188259Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:38.1188839Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:38.1189438Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:38.1190029Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:38.1192354Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:38.1193548Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:38.1194155Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:38.1194771Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:38.1197327Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:38.1198474Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:38.1200402Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:38.1201060Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:38.1202539Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:38.1203715Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:38.1204342Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:38.1204952Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.1259598Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.1260342Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.1261103Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.1261890Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.1262652Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.1263397Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.1264334Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.1265089Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.1265830Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.1308153Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.1349518Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.1350605Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.1351563Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.1352268Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.1353076Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.1353890Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.1354821Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.1356782Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.1429933Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.1503983Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.1504672Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.1505251Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.1506495Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.1507317Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.1507921Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:19:38.1508540Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:19:38.1509223Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:19:38.1509885Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:19:38.1510667Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:19:38.1511435Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:19:38.1512538Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:19:38.1513330Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:19:38.1514074Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:19:38.1514730Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:19:38.1519547Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:19:38.1667906Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:19:38.1668567Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:19:38.1669218Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:19:38.1669908Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:19:38.1670573Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:19:38.1671208Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:19:38.1671895Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:19:38.1672783Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:19:38.1673444Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:19:38.1674104Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:19:38.1674760Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:19:38.1695801Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:19:38.1754479Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:19:38.1755184Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.1755839Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.1756455Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.1757328Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.1758663Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.1759390Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-12-01T10:19:38.1762400Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:19:38.1763112Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:19:38.1764027Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:19:38.1883472Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:19:38.1929247Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:19:38.1929628Z creating: build/lib/ 2022-12-01T10:19:38.1930298Z inflating: build/lib/libclog.a 2022-12-01T10:19:38.1996800Z inflating: build/lib/libgtest.a 2022-12-01T10:19:38.2007049Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:19:38.2114308Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:19:38.2206058Z inflating: build/lib/libbenchmark.a 2022-12-01T10:19:38.2215173Z inflating: build/lib/libittnotify.a 2022-12-01T10:19:38.2292023Z inflating: build/lib/libasmjit.a 2022-12-01T10:19:38.2826678Z inflating: build/lib/libprotobuf.a 2022-12-01T10:19:38.2858823Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:19:38.2992729Z inflating: build/lib/libgloo.a 2022-12-01T10:19:38.3012232Z inflating: build/lib/libfmt.a 2022-12-01T10:19:38.3014150Z inflating: build/lib/libcaffe2_nvrtc.so 2022-12-01T10:19:38.3014810Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:19:38.3092016Z inflating: build/lib/libc10.so 2022-12-01T10:19:38.3093205Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:19:38.3103620Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:19:38.3675306Z inflating: build/lib/libprotoc.a 2022-12-01T10:19:38.3684242Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:19:38.3700417Z inflating: build/lib/libqnnpack.a 2022-12-01T10:19:38.3724396Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:19:38.3726996Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:19:38.3749392Z inflating: build/lib/libnnpack.a 2022-12-01T10:19:38.3768380Z inflating: build/lib/libgmock.a 2022-12-01T10:19:38.3769026Z inflating: build/lib/libgtest_main.a 2022-12-01T10:19:38.3770139Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:19:39.1919782Z inflating: build/lib/libdnnl.a 2022-12-01T10:19:39.2062013Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:19:39.2719007Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:19:39.2761155Z inflating: build/lib/libc10_cuda.so 2022-12-01T10:19:39.4309469Z inflating: build/lib/libfbgemm.a 2022-12-01T10:19:39.4309814Z inflating: build/lib/libgmock_main.a 2022-12-01T10:19:39.5443449Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:19:39.5866865Z inflating: build/lib/libkineto.a 2022-12-01T10:19:39.6158614Z inflating: build/lib/libtensorpipe_cuda.a 2022-12-01T10:19:39.6204088Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:19:39.6252176Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:19:39.6933271Z inflating: build/lib/libonnx.a 2022-12-01T10:19:39.7365035Z inflating: build/lib/libgloo_cuda.a 2022-12-01T10:19:42.0617085Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:19:42.4057229Z inflating: build/lib/libtorch_cuda_cpp.so 2022-12-01T10:19:44.1752595Z inflating: build/lib/libtorch_cuda_cu.so 2022-12-01T10:19:44.1753261Z inflating: build/lib/libtorch_cuda.so 2022-12-01T10:19:44.1755147Z inflating: build/lib/libtorch.so 2022-12-01T10:19:45.1654146Z inflating: build/lib/libtorch_cuda_linalg.so 2022-12-01T10:19:45.1657130Z inflating: build/lib/libc10d_cuda_test.so 2022-12-01T10:19:45.1681015Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:19:45.1741437Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:19:45.1772131Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:19:45.1777170Z inflating: build/lib/libshm.so 2022-12-01T10:19:45.3560148Z inflating: build/lib/libtorch_python.so 2022-12-01T10:19:45.3599622Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:19:45.3599923Z creating: build/bin/ 2022-12-01T10:19:45.3652381Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:19:45.3707946Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:19:45.3761471Z inflating: build/bin/c10_Device_test 2022-12-01T10:19:45.3824728Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:19:45.3875877Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:19:45.3929378Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:19:45.3989223Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:19:45.4048804Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:19:45.4109939Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:19:45.4161122Z inflating: build/bin/c10_Array_test 2022-12-01T10:19:45.4218099Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:19:45.4269630Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:19:45.4324196Z inflating: build/bin/c10_C++17_test 2022-12-01T10:19:45.4376877Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:19:45.4429777Z inflating: build/bin/c10_Half_test 2022-12-01T10:19:45.4490339Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:19:45.4557574Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:19:45.4713723Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:19:45.4767404Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:19:45.4828796Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:19:45.4884702Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:19:45.4936147Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:19:45.4991690Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:19:45.5045623Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:19:45.5105555Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:19:45.5163082Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:19:45.5222662Z inflating: build/bin/c10_complex_test 2022-12-01T10:19:45.5340859Z inflating: build/bin/c10_either_test 2022-12-01T10:19:45.5396607Z inflating: build/bin/c10_exception_test 2022-12-01T10:19:45.5449913Z inflating: build/bin/c10_flags_test 2022-12-01T10:19:45.5504246Z inflating: build/bin/c10_irange_test 2022-12-01T10:19:45.5687216Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:19:45.5749211Z inflating: build/bin/c10_logging_test 2022-12-01T10:19:45.5829179Z inflating: build/bin/c10_optional_test 2022-12-01T10:19:45.5895554Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:19:45.5954162Z inflating: build/bin/c10_registry_test 2022-12-01T10:19:45.6017695Z inflating: build/bin/c10_string_view_test 2022-12-01T10:19:45.6072652Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:19:45.6133077Z inflating: build/bin/c10_typeid_test 2022-12-01T10:19:45.6193608Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:19:45.6716496Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:19:45.7238555Z inflating: build/bin/protoc 2022-12-01T10:19:45.7290333Z inflating: build/bin/c10_cuda_CUDATest 2022-12-01T10:19:45.7608744Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:19:45.7963813Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:19:45.8021341Z inflating: build/bin/HashStoreTest 2022-12-01T10:19:45.8086047Z inflating: build/bin/TCPStoreTest 2022-12-01T10:19:45.8143709Z inflating: build/bin/FileStoreTest 2022-12-01T10:19:45.8159402Z inflating: build/bin/ProcessGroupMPITest 2022-12-01T10:19:45.8162706Z inflating: build/bin/example_allreduce 2022-12-01T10:19:45.8219123Z inflating: build/bin/Dimname_test 2022-12-01T10:19:45.8297704Z inflating: build/bin/Dict_test 2022-12-01T10:19:45.8365837Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:19:45.8429214Z inflating: build/bin/apply_utils_test 2022-12-01T10:19:45.8490310Z inflating: build/bin/NamedTensor_test 2022-12-01T10:19:45.8553719Z inflating: build/bin/atest 2022-12-01T10:19:45.8611669Z inflating: build/bin/broadcast_test 2022-12-01T10:19:45.8677401Z inflating: build/bin/basic 2022-12-01T10:19:45.8740331Z inflating: build/bin/cpu_generator_test 2022-12-01T10:19:45.8796064Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:19:45.8849146Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:19:45.8944803Z inflating: build/bin/cpu_rng_test 2022-12-01T10:19:45.8998806Z inflating: build/bin/dlconvertor_test 2022-12-01T10:19:45.9061171Z inflating: build/bin/extension_backend_test 2022-12-01T10:19:45.9120957Z inflating: build/bin/half_test 2022-12-01T10:19:45.9173581Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:19:45.9275859Z inflating: build/bin/ivalue_test 2022-12-01T10:19:45.9333208Z inflating: build/bin/math_kernel_test 2022-12-01T10:19:45.9391682Z inflating: build/bin/memory_format_test 2022-12-01T10:19:45.9448253Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:19:45.9503057Z inflating: build/bin/operator_name_test 2022-12-01T10:19:45.9563417Z inflating: build/bin/native_test 2022-12-01T10:19:45.9619639Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:19:45.9673440Z inflating: build/bin/operators_test 2022-12-01T10:19:45.9729714Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:19:45.9800289Z inflating: build/bin/pow_test 2022-12-01T10:19:45.9862171Z inflating: build/bin/quantized_test 2022-12-01T10:19:45.9916459Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:19:45.9969192Z inflating: build/bin/reduce_ops_test 2022-12-01T10:19:46.0030205Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:19:46.0093447Z inflating: build/bin/scalar_test 2022-12-01T10:19:46.0149209Z inflating: build/bin/stride_properties_test 2022-12-01T10:19:46.0151924Z inflating: build/bin/thread_init_test 2022-12-01T10:19:46.0236860Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:19:46.0296928Z inflating: build/bin/type_ptr_test 2022-12-01T10:19:46.0356747Z inflating: build/bin/test_parallel 2022-12-01T10:19:46.0421982Z inflating: build/bin/type_test 2022-12-01T10:19:46.0474913Z inflating: build/bin/variant_test 2022-12-01T10:19:46.0530587Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:19:46.0605514Z inflating: build/bin/vmap_test 2022-12-01T10:19:46.0607158Z inflating: build/bin/verify_api_visibility 2022-12-01T10:19:46.0661979Z inflating: build/bin/weakref_test 2022-12-01T10:19:46.0716479Z inflating: build/bin/wrapdim_test 2022-12-01T10:19:46.0780810Z inflating: build/bin/IListRef_test 2022-12-01T10:19:46.0833275Z inflating: build/bin/xla_tensor_test 2022-12-01T10:19:46.0951958Z inflating: build/bin/List_test 2022-12-01T10:19:46.1022306Z inflating: build/bin/KernelFunction_test 2022-12-01T10:19:46.1154347Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:19:46.1258828Z inflating: build/bin/kernel_function_test 2022-12-01T10:19:46.1398059Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:19:46.1510172Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:19:46.1574587Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:19:46.1678608Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:19:46.1732913Z inflating: build/bin/CppSignature_test 2022-12-01T10:19:46.1784774Z inflating: build/bin/op_allowlist_test 2022-12-01T10:19:46.1841137Z inflating: build/bin/inline_container_test 2022-12-01T10:19:46.2156045Z inflating: build/bin/op_registration_test 2022-12-01T10:19:46.2216787Z inflating: build/bin/backend_fallback_test 2022-12-01T10:19:46.2272599Z inflating: build/bin/cuda_apply_test 2022-12-01T10:19:46.2330116Z inflating: build/bin/cuda_caching_host_allocator_test 2022-12-01T10:19:46.2395177Z inflating: build/bin/cuda_atomic_ops_test 2022-12-01T10:19:46.2468365Z inflating: build/bin/cuda_complex_math_test 2022-12-01T10:19:46.2520969Z inflating: build/bin/cuda_device_test 2022-12-01T10:19:46.2584016Z inflating: build/bin/cuda_complex_test 2022-12-01T10:19:46.2647945Z inflating: build/bin/cuda_cub_test 2022-12-01T10:19:46.2701759Z inflating: build/bin/cuda_dlconvertor_test 2022-12-01T10:19:46.2755946Z inflating: build/bin/cuda_integer_divider_test 2022-12-01T10:19:46.2828532Z inflating: build/bin/cuda_distributions_test 2022-12-01T10:19:46.2891435Z inflating: build/bin/cuda_generator_test 2022-12-01T10:19:46.2944586Z inflating: build/bin/cuda_half_test 2022-12-01T10:19:46.2996801Z inflating: build/bin/cuda_optional_test 2022-12-01T10:19:46.3053073Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-12-01T10:19:46.3118559Z inflating: build/bin/cuda_stream_test 2022-12-01T10:19:46.3173519Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-12-01T10:19:46.3225850Z inflating: build/bin/cuda_cudnn_test 2022-12-01T10:19:46.3281936Z inflating: build/bin/cuda_vectorized_test 2022-12-01T10:19:46.3300562Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:19:46.3370276Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:19:46.3433024Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-12-01T10:19:46.3499472Z inflating: build/bin/ProcessGroupNCCLTest 2022-12-01T10:19:46.3561784Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-12-01T10:19:46.3618953Z inflating: build/bin/ProcessGroupUCCTest 2022-12-01T10:19:46.3676860Z inflating: build/bin/test_dist_autograd 2022-12-01T10:19:46.3679578Z inflating: build/bin/parallel_benchmark 2022-12-01T10:19:46.3754970Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:19:46.3829378Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:19:46.4751754Z inflating: build/bin/test_tensorexpr 2022-12-01T10:19:46.4763017Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:19:46.5148076Z inflating: build/bin/test_lazy 2022-12-01T10:19:46.5153711Z inflating: build/bin/torch_shm_manager 2022-12-01T10:19:46.6477138Z inflating: build/bin/test_api 2022-12-01T10:19:46.7649082Z inflating: build/bin/test_jit 2022-12-01T10:19:46.7651172Z inflating: .pytorch-test-times.json 2022-12-01T10:19:46.7681914Z ##[group]Run df -H 2022-12-01T10:19:46.7682178Z df -H 2022-12-01T10:19:46.7695969Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:46.7696257Z env: 2022-12-01T10:19:46.7696503Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.7696774Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.7697008Z ##[endgroup] 2022-12-01T10:19:46.7736110Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:19:46.7736461Z devtmpfs 65G 0 65G 0% /dev 2022-12-01T10:19:46.7736760Z tmpfs 65G 0 65G 0% /dev/shm 2022-12-01T10:19:46.7737037Z tmpfs 65G 484k 65G 1% /run 2022-12-01T10:19:46.7737334Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-12-01T10:19:46.7737729Z /dev/xvda1 162G 30G 132G 19% / 2022-12-01T10:19:46.7787390Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:19:46.7788033Z .github/scripts/parse_ref.py 2022-12-01T10:19:46.7807540Z shell: /usr/bin/bash -e {0} 2022-12-01T10:19:46.7808038Z env: 2022-12-01T10:19:46.7808510Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.7809025Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.7809511Z ##[endgroup] 2022-12-01T10:19:46.8063921Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:46.8125531Z ##[group]Run set -x 2022-12-01T10:19:46.8125956Z set -x 2022-12-01T10:19:46.8126189Z  2022-12-01T10:19:46.8126445Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:19:46.8126802Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:19:46.8127157Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:19:46.8127470Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:19:46.8127745Z else 2022-12-01T10:19:46.8128032Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:19:46.8128293Z fi 2022-12-01T10:19:46.8128512Z  2022-12-01T10:19:46.8128836Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:19:46.8129141Z  2022-12-01T10:19:46.8129442Z # sanitize the input commit message and PR body here: 2022-12-01T10:19:46.8129740Z # 2022-12-01T10:19:46.8130297Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:19:46.8130818Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:19:46.8131246Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:19:46.8131564Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:19:46.8131804Z  2022-12-01T10:19:46.8132162Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:19:46.8132676Z # wreak havoc internally 2022-12-01T10:19:46.8132989Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:19:46.8133326Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:19:46.8133590Z  2022-12-01T10:19:46.8133904Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:19:46.8134299Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:19:46.8134677Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:19:46.8135011Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:19:46.8135795Z container_name=$(docker run \ 2022-12-01T10:19:46.8136082Z  ${GPU_FLAG:-} \ 2022-12-01T10:19:46.8136357Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:19:46.8136618Z  -e PR_NUMBER \ 2022-12-01T10:19:46.8136886Z  -e GITHUB_ACTIONS \ 2022-12-01T10:19:46.8137148Z  -e BASE_SHA \ 2022-12-01T10:19:46.8137406Z  -e BRANCH \ 2022-12-01T10:19:46.8137634Z  -e SHA1 \ 2022-12-01T10:19:46.8137895Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:19:46.8138170Z  -e IN_WHEEL_TEST \ 2022-12-01T10:19:46.8138418Z  -e SHARD_NUMBER \ 2022-12-01T10:19:46.8138680Z  -e TEST_CONFIG \ 2022-12-01T10:19:46.8138948Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:19:46.8139193Z  -e PR_BODY \ 2022-12-01T10:19:46.8139461Z  -e COMMIT_MESSAGES \ 2022-12-01T10:19:46.8139755Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:19:46.8140056Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:19:46.8140344Z  -e PR_LABELS \ 2022-12-01T10:19:46.8140636Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:19:46.8140915Z  -e SCCACHE_BUCKET \ 2022-12-01T10:19:46.8141198Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:19:46.8141468Z  -e XLA_CUDA \ 2022-12-01T10:19:46.8141760Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:19:46.8142088Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:19:46.8142416Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:19:46.8142737Z  --security-opt seccomp=unconfined \ 2022-12-01T10:19:46.8143034Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:19:46.8143304Z  --ipc=host \ 2022-12-01T10:19:46.8143689Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:19:46.8143954Z  --tty \ 2022-12-01T10:19:46.8144197Z  --detach \ 2022-12-01T10:19:46.8144470Z  --name="${container_name}" \ 2022-12-01T10:19:46.8144732Z  --user jenkins \ 2022-12-01T10:19:46.8145061Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:19:46.8145411Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:19:46.8145699Z  "${DOCKER_IMAGE}" 2022-12-01T10:19:46.8145924Z ) 2022-12-01T10:19:46.8146299Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:19:46.8158205Z shell: /usr/bin/bash -e {0} 2022-12-01T10:19:46.8158460Z env: 2022-12-01T10:19:46.8158703Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.8158955Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.8159290Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:46.8159607Z PR_NUMBER: 89997 2022-12-01T10:19:46.8159846Z BRANCH: pull/89997 2022-12-01T10:19:46.8160141Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:19:46.8160478Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:19:46.8160773Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:19:46.8161063Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:19:46.8161341Z TEST_CONFIG: functorch 2022-12-01T10:19:46.8161593Z SHARD_NUMBER: 1 2022-12-01T10:19:46.8161819Z NUM_TEST_SHARDS: 1 2022-12-01T10:19:46.8162690Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:19:46.8163716Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:19:46.8164053Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:19:46.8164295Z SHM_SIZE: 2g 2022-12-01T10:19:46.8164785Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:19:46.8165252Z XLA_CUDA: 2022-12-01T10:19:46.8165604Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:19:46.8165941Z ##[endgroup] 2022-12-01T10:19:46.8193977Z + [[ functorch == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:19:46.8194464Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *onnx* ]] 2022-12-01T10:19:46.8194897Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:19:46.8198106Z ++ git cherry -v origin/master 2022-12-01T10:19:47.3053126Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:19:47.3053764Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:19:47.3054389Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:19:47.3055314Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:19:47.3055983Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:19:47.3056592Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:19:47.3057217Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:19:47.3057814Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:19:47.3058469Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:19:47.3059309Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:19:47.3059907Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:19:47.3060444Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:19:47.3060988Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:19:47.3061627Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:19:47.3062296Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:19:47.3062837Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:19:47.3063482Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:19:47.3064091Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:19:47.3064571Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:19:47.3064982Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:19:47.3065633Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:19:47.3066422Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:19:47.3066934Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:19:47.3067398Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:19:47.3067986Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:19:47.3068582Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:19:47.3069188Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:19:47.3069654Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:19:47.3070289Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:19:47.3070919Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:19:47.3071525Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:19:47.3072054Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:19:47.3072678Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:19:47.3073284Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:19:47.3073857Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:19:47.3074485Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:19:47.3075145Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:19:47.3075721Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:19:47.3076406Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:19:47.3076989Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:19:47.3077634Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:19:47.3078238Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:19:47.3078781Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:19:47.3079339Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:19:47.3079793Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:19:47.3080324Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:19:47.3080756Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:19:47.3081223Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:19:47.3095293Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:19:47.3095958Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:19:47.3096574Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:19:47.3097442Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:19:47.3097960Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:19:47.3098558Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:19:47.3099137Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:19:47.3099652Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:19:47.3100211Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:19:47.3100801Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:19:47.3101241Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:19:47.3101789Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.3118367Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.3127064Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:19:47.3146727Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.3185717Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.3201973Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:19:47.3205503Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:19:47.3207211Z +++ nproc --ignore=2 2022-12-01T10:19:47.3211443Z ++ docker run --gpus all -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=14 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3591403534 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:20:01.0232163Z + container_name=82e6fd4ab4713741d48d1a85fc19fe5036492a620209ddb72b2d6ab6b0e2b5f6 2022-12-01T10:20:01.0236539Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:20:01.0238902Z + docker exec -t 82e6fd4ab4713741d48d1a85fc19fe5036492a620209ddb72b2d6ab6b0e2b5f6 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:20:01.6192246Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:20:01.7169537Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:20:01.7183247Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:20:01.7265511Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.10/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.21.2) 2022-12-01T10:20:02.6651134Z Installing collected packages: torch 2022-12-01T10:20:13.5123083Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:20:13.6851016Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:20:13.7075128Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-12-01T10:20:13.7077744Z + TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T10:20:13.7078707Z + TORCH_LIB_DIR=/opt/conda/lib/python3.10/site-packages/torch/lib 2022-12-01T10:20:13.7079383Z + TORCH_TEST_DIR=/opt/conda/lib/python3.10/site-packages/torch/test 2022-12-01T10:20:13.7080082Z + BUILD_DIR=build 2022-12-01T10:20:13.7080491Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:20:13.7082041Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:20:13.7082416Z + export VALGRIND=ON 2022-12-01T10:20:13.7086427Z + VALGRIND=ON 2022-12-01T10:20:13.7087520Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang9* ]] 2022-12-01T10:20:13.7088472Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-12-01T10:20:13.7089466Z ++ realpath build/custom_test_artifacts 2022-12-01T10:20:13.7092764Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:20:13.7093457Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:20:13.7102189Z + source .jenkins/pytorch/common.sh 2022-12-01T10:20:13.7105969Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:20:13.7117851Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:20:13.7119651Z +++ declare -f -t trap_add 2022-12-01T10:20:13.7126239Z ++ set -ex 2022-12-01T10:20:13.7127017Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:20:13.7127603Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:20:13.7128114Z ++ [[ functorch == *xla* ]] 2022-12-01T10:20:13.7128889Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T10:20:13.7129390Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-12-01T10:20:13.7129710Z ++ which conda 2022-12-01T10:20:13.7139202Z /opt/conda/bin/conda 2022-12-01T10:20:13.7140038Z ++ conda install -q -y cmake 2022-12-01T10:20:17.3565630Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:20:18.6428335Z Solving environment: ...working... done 2022-12-01T10:20:18.7469722Z 2022-12-01T10:20:18.7470226Z ## Package Plan ## 2022-12-01T10:20:18.7470407Z 2022-12-01T10:20:18.7470556Z environment location: /opt/conda 2022-12-01T10:20:18.7470760Z 2022-12-01T10:20:18.7470900Z added / updated specs: 2022-12-01T10:20:18.7471284Z - cmake 2022-12-01T10:20:18.7471436Z 2022-12-01T10:20:18.7471456Z 2022-12-01T10:20:18.7471599Z The following packages will be downloaded: 2022-12-01T10:20:18.7475890Z 2022-12-01T10:20:18.7476260Z package | build 2022-12-01T10:20:18.7476955Z ---------------------------|----------------- 2022-12-01T10:20:18.7477401Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:20:18.7478130Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:20:18.7478943Z certifi-2022.9.24 | py310h06a4308_0 154 KB 2022-12-01T10:20:18.7479628Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:20:18.7480482Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:20:18.7481088Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:20:18.7481725Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:20:18.7482457Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:20:18.7482861Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:20:18.7483279Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:20:18.7483682Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:20:18.7484089Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:20:18.7484489Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:20:18.7484887Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:20:18.7485285Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:20:18.7485670Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:20:18.7486045Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:20:18.7486436Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:20:18.7486818Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:20:18.7487213Z ------------------------------------------------------------ 2022-12-01T10:20:18.7487612Z Total: 26.3 MB 2022-12-01T10:20:18.7487842Z 2022-12-01T10:20:18.7488168Z The following NEW packages will be INSTALLED: 2022-12-01T10:20:18.7488422Z 2022-12-01T10:20:18.7488838Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:20:18.7489551Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:20:18.7490132Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:20:18.7490705Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:20:18.7491296Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:20:18.7491915Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:20:18.7492534Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:20:18.7493491Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:20:18.7494249Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:20:18.7494903Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:20:18.7496121Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:20:18.7496705Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:20:18.7497223Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:20:18.7497477Z 2022-12-01T10:20:18.7497732Z The following packages will be UPDATED: 2022-12-01T10:20:18.7497973Z 2022-12-01T10:20:18.7498344Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:20:18.7498871Z certifi 2022.9.14-py310h06a4308_0 --> 2022.9.24-py310h06a4308_0 None 2022-12-01T10:20:18.7499426Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.7499964Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.7500543Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.7501032Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:20:18.7501282Z 2022-12-01T10:20:18.7501300Z 2022-12-01T10:20:20.1767704Z Preparing transaction: ...working... done 2022-12-01T10:20:20.8011166Z Verifying transaction: ...working... done 2022-12-01T10:20:21.7616062Z Executing transaction: ...working... done 2022-12-01T10:20:21.8603439Z Retrieving notices: ...working... done 2022-12-01T10:20:22.0583328Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T10:20:22.0583940Z + echo 'Environment variables' 2022-12-01T10:20:22.0584823Z Environment variables 2022-12-01T10:20:22.0585191Z + env 2022-12-01T10:20:22.0592578Z SHARD_NUMBER=1 2022-12-01T10:20:22.0593648Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-12-01T10:20:22.0594567Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-12-01T10:20:22.0595336Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-12-01T10:20:22.0595896Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-12-01T10:20:22.0596277Z UCC_HOME=/usr 2022-12-01T10:20:22.0596746Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:20:22.0597294Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-12-01T10:20:22.0597684Z INSTALLED_DB=yes 2022-12-01T10:20:22.0598179Z HOSTNAME=82e6fd4ab471 2022-12-01T10:20:22.0598694Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:20:22.0599149Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:20:22.0599598Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:20:22.0599933Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-12-01T10:20:22.0600641Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_c68d3558-25af-49bb-9102-4915c26c466b 2022-12-01T10:20:22.0601142Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:20:22.0602041Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:20:22.0602970Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:20:22.0603562Z TEST_CONFIG=functorch 2022-12-01T10:20:22.0604346Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-12-01T10:20:22.0605160Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-12-01T10:20:22.0606197Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:20:22.0606745Z GITHUB_ACTIONS=true 2022-12-01T10:20:22.0607289Z NVIDIA_VISIBLE_DEVICES=all 2022-12-01T10:20:22.0607955Z NV_NVPROF_VERSION=11.6.124-1 2022-12-01T10:20:22.0654460Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-12-01T10:20:22.0654739Z CI=true 2022-12-01T10:20:22.0654970Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:20:22.0655570Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-12-01T10:20:22.0655871Z BRANCH=pull/89997 2022-12-01T10:20:22.0656180Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:20:22.0656520Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-12-01T10:20:22.0656880Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:20:22.0657180Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-12-01T10:20:22.0657479Z GITHUB_ACTION_REF= 2022-12-01T10:20:22.0657734Z NCCL_VERSION=2.12.10-1 2022-12-01T10:20:22.0657964Z GITHUB_ACTION=__self 2022-12-01T10:20:22.0658195Z VALGRIND=ON 2022-12-01T10:20:22.0658436Z GITHUB_REF_PROTECTED=false 2022-12-01T10:20:22.0658867Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:20:22.0660132Z *** 2022-12-01T10:20:22.0660359Z INSTALLED_VISION=yes 2022-12-01T10:20:22.0660580Z NVARCH=x86_64 2022-12-01T10:20:22.0660888Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-12-01T10:20:22.0661210Z HOME=/var/lib/jenkins 2022-12-01T10:20:22.0661754Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_c68d3558-25af-49bb-9102-4915c26c466b 2022-12-01T10:20:22.0662155Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:20:22.0662418Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:20:22.0662667Z GITHUB_REF_TYPE=branch 2022-12-01T10:20:22.0662957Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-12-01T10:20:22.0663223Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:20:22.0663587Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:20:22.0663975Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-12-01T10:20:22.0664516Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_c68d3558-25af-49bb-9102-4915c26c466b 2022-12-01T10:20:22.0664928Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:20:22.0665267Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-12-01T10:20:22.0665571Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:20:22.0665871Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-12-01T10:20:22.0666175Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:20:22.0666466Z INSTALLED_PROTOBUF=yes 2022-12-01T10:20:22.0666885Z GITHUB_RUN_ID=3591403534 2022-12-01T10:20:22.0667246Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-12-01T10:20:22.0667560Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-12-01T10:20:22.0667867Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-12-01T10:20:22.0668180Z NV_NVTX_VERSION=11.6.124-1 2022-12-01T10:20:22.0668464Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:20:22.0668741Z MAX_JOBS=14 2022-12-01T10:20:22.0669027Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-12-01T10:20:22.0669390Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-12-01T10:20:22.0669889Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:20:22.0670236Z UCX_HOME=/usr 2022-12-01T10:20:22.0670472Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:20:22.0670807Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:20:22.0671164Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:20:22.0671492Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-12-01T10:20:22.0672776Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:20:22.0673697Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:20:22.0674079Z TERM=xterm 2022-12-01T10:20:22.0674317Z XLA_CUDA= 2022-12-01T10:20:22.0674598Z NV_NVML_DEV_VERSION=11.6.55-1 2022-12-01T10:20:22.0674888Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:20:22.0675165Z CUDA_VERSION=11.6.2 2022-12-01T10:20:22.0675513Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-12-01T10:20:22.0675838Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:20:22.0676416Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_c68d3558-25af-49bb-9102-4915c26c466b 2022-12-01T10:20:22.0676812Z GITHUB_JOB=test 2022-12-01T10:20:22.0677079Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:20:22.0693321Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:20:22.0701951Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-12-01T10:20:22.0702240Z NUM_TEST_SHARDS=1 2022-12-01T10:20:22.0702497Z PR_NUMBER=89997 2022-12-01T10:20:22.0703070Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_c68d3558-25af-49bb-9102-4915c26c466b 2022-12-01T10:20:22.0703457Z SHLVL=1 2022-12-01T10:20:22.0703819Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-12-01T10:20:22.0704169Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:20:22.0704805Z NVIDIA_REQUIRE_CUDA=cuda>=11.6 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 2022-12-01T10:20:22.0705449Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-12-01T10:20:22.0705780Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:20:22.0706098Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:20:22.0706413Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-12-01T10:20:22.0706784Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:20:22.0707093Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:20:22.0707346Z GITHUB_WORKFLOW=pull 2022-12-01T10:20:22.0707899Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:20:22.0708379Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-12-01T10:20:22.0708836Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:20:22.0709264Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:20:22.0709540Z _=/usr/bin/env 2022-12-01T10:20:22.0709841Z + echo 'Testing pytorch' 2022-12-01T10:20:22.0710097Z Testing pytorch 2022-12-01T10:20:22.0710381Z + export LANG=C.UTF-8 2022-12-01T10:20:22.0710661Z + LANG=C.UTF-8 2022-12-01T10:20:22.0710894Z + PR_NUMBER=89997 2022-12-01T10:20:22.0711171Z + [[ functorch == \d\e\f\a\u\l\t ]] 2022-12-01T10:20:22.0711480Z + [[ functorch == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:20:22.0711760Z + [[ functorch == \s\l\o\w ]] 2022-12-01T10:20:22.0712197Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:20:22.0712669Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-12-01T10:20:22.0713028Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-12-01T10:20:22.0713365Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-12-01T10:20:22.0713818Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-12-01T10:20:22.0714144Z + export BUILD_SPLIT_CUDA=ON 2022-12-01T10:20:22.0714425Z + BUILD_SPLIT_CUDA=ON 2022-12-01T10:20:22.0714701Z + [[ functorch == *crossref* ]] 2022-12-01T10:20:22.0714971Z + [[ functorch == *dynamo* ]] 2022-12-01T10:20:22.0715275Z + [[ -n 89997 ]] 2022-12-01T10:20:22.0715546Z + [[ -z '' ]] 2022-12-01T10:20:22.0715831Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:20:22.0716180Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:20:22.0716608Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:20:22.0717068Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *-bazel-* ]] 2022-12-01T10:20:22.0717435Z + pip_install --user ninja 2022-12-01T10:20:22.0717819Z + pip install --progress-bar off --user ninja 2022-12-01T10:20:22.6368256Z Collecting ninja 2022-12-01T10:20:22.7171494Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:20:23.6184846Z Installing collected packages: ninja 2022-12-01T10:20:23.6296425Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:20:23.6297290Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:20:23.6360594Z Successfully installed ninja-1.11.1 2022-12-01T10:20:23.7128257Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:20:23.7129260Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:20:23.7129901Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *asan* ]] 2022-12-01T10:20:23.7130274Z + [[ functorch == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:20:23.7130578Z + [[ functorch == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:20:23.7135923Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *tbb* ]] 2022-12-01T10:20:23.7151540Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-12-01T10:20:23.7152014Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-12-01T10:20:23.7155448Z + cd test 2022-12-01T10:20:23.7155981Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:20:24.9619461Z PyTorch built with: 2022-12-01T10:20:24.9620171Z - GCC 7.5 2022-12-01T10:20:24.9620811Z - C++ Version: 201402 2022-12-01T10:20:24.9621820Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:20:24.9622418Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:20:24.9622837Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:20:24.9623531Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:20:24.9623872Z - NNPACK is enabled 2022-12-01T10:20:24.9624196Z - CPU capability usage: AVX2 2022-12-01T10:20:24.9624494Z - CUDA Runtime 11.6 2022-12-01T10:20:24.9624908Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-12-01T10:20:24.9625320Z - CuDNN 8.3.2 (built against CUDA 11.5) 2022-12-01T10:20:24.9625633Z - Magma 2.6.1 2022-12-01T10:20:24.9628702Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.6, CUDNN_VERSION=8.3.2, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-12-01T10:20:24.9630840Z 2022-12-01T10:20:25.1470635Z + cd test 2022-12-01T10:20:25.1471597Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:20:26.3679298Z ATen/Parallel: 2022-12-01T10:20:26.3679984Z at::get_num_threads() : 8 2022-12-01T10:20:26.3680655Z at::get_num_interop_threads() : 8 2022-12-01T10:20:26.3681260Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:20:26.3681531Z omp_get_max_threads() : 8 2022-12-01T10:20:26.3682196Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:20:26.3682598Z mkl_get_max_threads() : 8 2022-12-01T10:20:26.3683056Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:20:26.3683741Z std::thread::hardware_concurrency() : 16 2022-12-01T10:20:26.3684068Z Environment variables: 2022-12-01T10:20:26.3684331Z OMP_NUM_THREADS : [not set] 2022-12-01T10:20:26.3684607Z MKL_NUM_THREADS : [not set] 2022-12-01T10:20:26.3684893Z ATen parallel backend: OpenMP 2022-12-01T10:20:26.3685077Z 2022-12-01T10:20:26.5469245Z + [[ functorch == *backward* ]] 2022-12-01T10:20:26.5469871Z + [[ functorch == *xla* ]] 2022-12-01T10:20:26.5470544Z + [[ functorch == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:20:26.5471332Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-12-01T10:20:26.5471686Z + [[ functorch == distributed ]] 2022-12-01T10:20:26.5471971Z + [[ functorch == *dynamo* ]] 2022-12-01T10:20:26.5472259Z + [[ functorch == *dynamo* ]] 2022-12-01T10:20:26.5472487Z + [[ 1 == 1 ]] 2022-12-01T10:20:26.5472760Z + [[ 1 -gt 1 ]] 2022-12-01T10:20:26.5472994Z + [[ 1 == 2 ]] 2022-12-01T10:20:26.5473240Z + [[ 1 -gt 2 ]] 2022-12-01T10:20:26.5473618Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *vulkan* ]] 2022-12-01T10:20:26.5474078Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-12-01T10:20:26.5474581Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-mobile-lightweight-dispatch* ]] 2022-12-01T10:20:26.5474967Z + [[ functorch = docs_test ]] 2022-12-01T10:20:26.5475248Z + [[ functorch == *functorch* ]] 2022-12-01T10:20:26.5475497Z + test_functorch 2022-12-01T10:20:26.5475858Z + python test/run_test.py --functorch --verbose 2022-12-01T10:20:28.3417686Z Ignoring disabled issues: [] 2022-12-01T10:20:28.3738928Z /var/lib/jenkins/workspace/test/run_test.py:1050: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:20:28.3739747Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-12-01T10:20:28.3740123Z Selected tests: 2022-12-01T10:20:28.3740581Z functorch/test_aotdispatch 2022-12-01T10:20:28.3741212Z functorch/test_control_flow 2022-12-01T10:20:28.3741759Z functorch/test_dims 2022-12-01T10:20:28.3742134Z functorch/test_eager_transforms 2022-12-01T10:20:28.3742407Z functorch/test_functionalize 2022-12-01T10:20:28.3742712Z functorch/test_memory_efficient_fusion 2022-12-01T10:20:28.3743009Z functorch/test_minifier 2022-12-01T10:20:28.3743257Z functorch/test_ops 2022-12-01T10:20:28.3743515Z functorch/test_vmap 2022-12-01T10:20:28.5789162Z Prioritized test from test file changes. 2022-12-01T10:20:28.5789492Z reordering tests for PR: 2022-12-01T10:20:28.5790053Z prioritized: ['functorch/test_aotdispatch', 'functorch/test_control_flow'] 2022-12-01T10:20:28.5790866Z the rest: ['functorch/test_dims', 'functorch/test_eager_transforms', 'functorch/test_functionalize', 'functorch/test_memory_efficient_fusion', 'functorch/test_minifier', 'functorch/test_ops', 'functorch/test_vmap'] 2022-12-01T10:20:28.5791276Z 2022-12-01T10:20:28.5791815Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-12-01T10:20:28.6026328Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-12-01T10:20:28.6204748Z parallel (file granularity) tests: 2022-12-01T10:20:28.6205072Z functorch/test_aotdispatch 2022-12-01T10:20:28.6205381Z functorch/test_control_flow 2022-12-01T10:20:28.6205833Z functorch/test_dims 2022-12-01T10:20:28.6206201Z functorch/test_eager_transforms 2022-12-01T10:20:28.6206496Z functorch/test_functionalize 2022-12-01T10:20:28.6206793Z functorch/test_memory_efficient_fusion 2022-12-01T10:20:28.6207090Z functorch/test_minifier 2022-12-01T10:20:28.6207375Z serial (file granularity) tests: 2022-12-01T10:20:28.6207642Z functorch/test_ops 2022-12-01T10:20:28.6207900Z functorch/test_vmap 2022-12-01T10:20:30.4163348Z Ignoring disabled issues: [] 2022-12-01T10:20:30.4220809Z Ignoring disabled issues: [] 2022-12-01T10:20:30.4480432Z Running functorch/test_aotdispatch ... [2022-12-01 10:20:30.447629] 2022-12-01T10:20:30.4483531Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_aotdispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:30.447986] 2022-12-01T10:20:30.4535548Z Running functorch/test_control_flow ... [2022-12-01 10:20:30.453177] 2022-12-01T10:20:30.4539266Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:30.453574] 2022-12-01T10:20:34.3796138Z 2022-12-01T10:20:34.3797161Z Expand the folded group to see the log file of functorch/test_control_flow 2022-12-01T10:20:34.3804652Z ##[group]PRINTING LOG FILE of functorch/test_control_flow (/var/lib/jenkins/workspace/test/test-reports/functorch-test_control_flow__7p9r4gj) 2022-12-01T10:20:34.3805259Z 2022-12-01T10:20:34.3805390Z Running tests... 2022-12-01T10:20:34.3805916Z ---------------------------------------------------------------------- 2022-12-01T10:20:34.3806739Z Test results will be stored in test-reports/python-unittest/functorch.test_control_flow 2022-12-01T10:20:34.3807171Z test_cond_no_trace (__main__.TestControlFlow) ... ok (1.588s) 2022-12-01T10:20:34.3807813Z test_assert_on_mismatch_tensor_size (__main__.TestControlFlowTraced) ... expected failure (0.009s) 2022-12-01T10:20:34.3808376Z test_assert_on_mismatch_type_size (__main__.TestControlFlowTraced) ... ok (0.007s) 2022-12-01T10:20:34.3808915Z test_cond_nested_traced (__main__.TestControlFlowTraced) ... expected failure (0.006s) 2022-12-01T10:20:34.3809556Z test_cond_nested_traced_multi (__main__.TestControlFlowTraced) ... expected failure (0.015s) 2022-12-01T10:20:34.3810508Z test_cond_nested_traced_other_inputs (__main__.TestControlFlowTraced) ... expected failure (0.005s) 2022-12-01T10:20:34.3811068Z test_cond_traced_not_nested (__main__.TestControlFlowTraced) ... ok (0.010s) 2022-12-01T10:20:34.3811320Z 2022-12-01T10:20:34.3811698Z ---------------------------------------------------------------------- 2022-12-01T10:20:34.3812186Z Ran 7 tests in 1.640s 2022-12-01T10:20:34.3812358Z 2022-12-01T10:20:34.3812485Z OK (expected failures=4) 2022-12-01T10:20:34.3812660Z 2022-12-01T10:20:34.3812786Z Generating XML reports... 2022-12-01T10:20:34.3813615Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlow-20221201102032.xml 2022-12-01T10:20:34.3814511Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlowTraced-20221201102032.xml 2022-12-01T10:20:34.3814983Z 2022-12-01T10:20:34.3815567Z ##[endgroup] 2022-12-01T10:20:34.3816407Z FINISHED PRINTING LOG FILE of functorch/test_control_flow (/var/lib/jenkins/workspace/test/test-reports/functorch-test_control_flow__7p9r4gj) 2022-12-01T10:20:34.3816748Z 2022-12-01T10:20:36.4559962Z Ignoring disabled issues: [] 2022-12-01T10:20:36.4872623Z Running functorch/test_dims ... [2022-12-01 10:20:36.486795] 2022-12-01T10:20:36.4875762Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:36.487141] 2022-12-01T10:20:37.2861656Z 2022-12-01T10:20:37.2862486Z Expand the folded group to see the log file of functorch/test_aotdispatch 2022-12-01T10:20:37.2864128Z ##[group]PRINTING LOG FILE of functorch/test_aotdispatch (/var/lib/jenkins/workspace/test/test-reports/functorch-test_aotdispatch_anwtiyzg) 2022-12-01T10:20:37.2866105Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:20:37.2866730Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:37.2867590Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:20:37.2868479Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:37.2869372Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:20:37.2869982Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:37.2870789Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:20:37.2871388Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:37.2872483Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:20:37.2873237Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:37.2874355Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:20:37.2875212Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:37.2876044Z /var/lib/jenkins/workspace/test/functorch/test_aotdispatch.py:46: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:20:37.2876786Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:20:37.2877043Z 2022-12-01T10:20:37.2877154Z Running tests... 2022-12-01T10:20:37.2877549Z ---------------------------------------------------------------------- 2022-12-01T10:20:37.2878093Z Test results will be stored in test-reports/python-unittest/functorch.test_aotdispatch 2022-12-01T10:20:37.2878535Z test_batch_norm_amp (__main__.TestAOTAutograd) ... ok (0.607s) 2022-12-01T10:20:37.2878900Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.023s) 2022-12-01T10:20:37.2880121Z test_compilation_context (__main__.TestAOTAutograd) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:20:37.2880906Z warnings.warn( 2022-12-01T10:20:37.2881149Z ok (0.030s) 2022-12-01T10:20:37.2881435Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.024s) 2022-12-01T10:20:37.2881806Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.026s) 2022-12-01T10:20:37.2882179Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.033s) 2022-12-01T10:20:37.2882551Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.033s) 2022-12-01T10:20:37.2882898Z test_module (__main__.TestAOTAutograd) ... ok (0.028s) 2022-12-01T10:20:37.2883272Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.015s) 2022-12-01T10:20:37.2883653Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.015s) 2022-12-01T10:20:37.2884033Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.075s) 2022-12-01T10:20:37.2884422Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.040s) 2022-12-01T10:20:37.2884810Z test_output_op_depending_on_symint (__main__.TestAOTAutograd) 2022-12-01T10:20:37.2885474Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... expected failure (0.075s) 2022-12-01T10:20:37.2885953Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.005s) 2022-12-01T10:20:37.2886335Z test_single_output (__main__.TestAOTAutograd) ... ok (0.012s) 2022-12-01T10:20:37.2886748Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.025s) 2022-12-01T10:20:37.2888047Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:20:37.2888885Z warnings.warn( 2022-12-01T10:20:37.2889127Z ok (0.034s) 2022-12-01T10:20:37.2889488Z test_autocast (__main__.TestPartitioning) ... skip: test requires torchvision (0.001s) 2022-12-01T10:20:37.2889895Z test_contiguous (__main__.TestPartitioning) ... ok (0.014s) 2022-12-01T10:20:37.2890304Z test_default_partitioner_getitem (__main__.TestPartitioning) ... ok (0.017s) 2022-12-01T10:20:37.2890727Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.408s) 2022-12-01T10:20:37.2891119Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.127s) 2022-12-01T10:20:37.2891593Z test_preserve_random (__main__.TestPartitioning) ... ok (0.007s) 2022-12-01T10:20:37.2892005Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.029s) 2022-12-01T10:20:37.2892247Z 2022-12-01T10:20:37.2892532Z ---------------------------------------------------------------------- 2022-12-01T10:20:37.2892843Z Ran 24 tests in 1.707s 2022-12-01T10:20:37.2893008Z 2022-12-01T10:20:37.2893148Z OK (skipped=1, expected failures=1) 2022-12-01T10:20:37.2893337Z 2022-12-01T10:20:37.2893467Z Generating XML reports... 2022-12-01T10:20:37.2894036Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTAutograd-20221201102034.xml 2022-12-01T10:20:37.2894808Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTModuleSimplified-20221201102034.xml 2022-12-01T10:20:37.2900655Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPartitioning-20221201102034.xml 2022-12-01T10:20:37.2901013Z 2022-12-01T10:20:37.2901366Z ##[endgroup] 2022-12-01T10:20:37.2901930Z FINISHED PRINTING LOG FILE of functorch/test_aotdispatch (/var/lib/jenkins/workspace/test/test-reports/functorch-test_aotdispatch_anwtiyzg) 2022-12-01T10:20:37.2902284Z 2022-12-01T10:20:39.3870381Z Ignoring disabled issues: [] 2022-12-01T10:20:39.4188463Z Running functorch/test_eager_transforms ... [2022-12-01 10:20:39.418326] 2022-12-01T10:20:39.4191198Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:39.418712] 2022-12-01T10:20:48.6400398Z 2022-12-01T10:20:48.6401109Z Expand the folded group to see the log file of functorch/test_eager_transforms 2022-12-01T10:20:48.6402861Z ##[group]PRINTING LOG FILE of functorch/test_eager_transforms (/var/lib/jenkins/workspace/test/test-reports/functorch-test_eager_transforms_2_c8125j) 2022-12-01T10:20:48.6404149Z /var/lib/jenkins/workspace/test/functorch/test_eager_transforms.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-12-01T10:20:48.6405185Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:20:48.6405618Z 2022-12-01T10:20:48.6405817Z Running tests... 2022-12-01T10:20:48.6406423Z ---------------------------------------------------------------------- 2022-12-01T10:20:48.6407434Z Test results will be stored in test-reports/python-unittest/functorch.test_eager_transforms 2022-12-01T10:20:48.6409679Z test_autograd_functional_jacfwd_inside_transform_cuda (__main__.TestComposabilityCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_vmap_internals.py:100: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_add_batch_dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:20:48.6411344Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-12-01T10:20:48.6411903Z ok (0.171s) 2022-12-01T10:20:48.6412648Z test_autograd_functional_jacrev_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6413678Z test_autograd_functional_jvp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6414189Z test_autograd_functional_vjp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6414798Z test_grad_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6415566Z test_grad_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6415996Z test_grad_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6416434Z test_jvp_doesnt_support_saved_tensor_hooks_cuda (__main__.TestComposabilityCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6417070Z test_make_fx_jacrev_cuda (__main__.TestComposabilityCUDA) ... ok (0.025s) 2022-12-01T10:20:48.6417496Z test_make_fx_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6417900Z test_make_fx_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6418379Z test_no_warning_on_import_functorch_cuda (__main__.TestComposabilityCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:20:48.6418888Z test_requires_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.008s) 2022-12-01T10:20:48.6419364Z test_retain_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6419868Z test_transforms_dont_support_saved_tensor_hooks_transform_functionalize_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6420443Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6421006Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6421551Z test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cuda (__main__.TestComposabilityCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6422087Z test_transforms_dont_support_saved_tensor_hooks_transform_jacfwd_cuda (__main__.TestComposabilityCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6422637Z test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6423185Z test_transforms_dont_support_saved_tensor_hooks_transform_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6423705Z test_vjp_doesnt_support_saved_tensor_hooks_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6424137Z test_vjp_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6424547Z test_vjp_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6424960Z test_vjp_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6425352Z test_vmap_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6425762Z test_vmap_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6426172Z test_vmap_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6426688Z test_ensemble_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.445s) 2022-12-01T10:20:48.6427467Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.014s) 2022-12-01T10:20:48.6428260Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.013s) 2022-12-01T10:20:48.6429076Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.013s) 2022-12-01T10:20:48.6429694Z test_lennard_jones_batched_jac_jac_jacfwd_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.307s) 2022-12-01T10:20:48.6430194Z test_lennard_jones_batched_jac_jac_jacrev_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.298s) 2022-12-01T10:20:48.6430677Z test_maml_omniglot_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (1.648s) 2022-12-01T10:20:48.6431600Z test_maml_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... /var/lib/jenkins/workspace/test/functorch/test_eager_transforms.py:2701: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:20:48.6432446Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-12-01T10:20:48.6432811Z ok (0.030s) 2022-12-01T10:20:48.6433231Z test_resnet18_per_sample_grads_cuda (__main__.TestExamplesCorrectnessCUDA) ... skip: test requires torchvision (0.002s) 2022-12-01T10:20:48.6433807Z test_update_batch_norm_originally_track_running_stats_False_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.078s) 2022-12-01T10:20:48.6434372Z test_update_batch_norm_originally_track_running_stats_True_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.021s) 2022-12-01T10:20:48.6434874Z test_functionalize_fake_tensors_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6435344Z test_functionalize_fx_multi_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.008s) 2022-12-01T10:20:48.6435806Z test_functionalize_fx_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.007s) 2022-12-01T10:20:48.6436262Z test_functionalize_fx_reapply_views_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6436737Z test_functionalize_fx_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6437216Z test_functionalize_fx_transpose_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6437680Z test_functionalize_grad_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6438136Z test_functionalize_nonfunctional_output_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6438617Z test_functionalize_opt_tensor_list_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6439097Z test_functionalize_optional_tensorlist1_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6439565Z test_functionalize_optional_tensorlist2_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6440020Z test_inplace_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6440431Z test_linear_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6440867Z test_multioutput_inplace_slice_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6441310Z test_multioutput_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6441750Z test_resize_program_inputs_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6442184Z test_simple_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6443175Z test_vmap_functionalize_jvp_cuda (__main__.TestFunctionalizeCUDA) ... /var/lib/jenkins/workspace/test/functorch/test_eager_transforms.py:3234: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:20:48.6443975Z y.add_(1) 2022-12-01T10:20:48.6444190Z ok (0.004s) 2022-12-01T10:20:48.6444536Z test_advanced_indexing_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6444963Z test_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6445381Z test_composed_with_autograd_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6445839Z test_composite_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6446286Z test_composite_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6446706Z test_composite_two_ops_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6447131Z test_conj_bit_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6447532Z test_dtype_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6447971Z test_escaped_wrappers_are_ignored_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6448444Z test_escaped_wrappers_are_marked_as_dead_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6448973Z test_fn_with_kwargs_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6449403Z test_functional_init_cuda (__main__.TestGradTransformCUDA) ... ok (0.009s) 2022-12-01T10:20:48.6449831Z test_functional_init_with_buffers_cuda (__main__.TestGradTransformCUDA) ... ok (0.014s) 2022-12-01T10:20:48.6450275Z test_grad_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6450700Z test_grad_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6451136Z test_grad_of_vjp_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6451586Z test_grad_of_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6452042Z test_grad_pytree_inputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.007s) 2022-12-01T10:20:48.6452466Z test_inplace_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6452875Z test_inplace_on_captures_cuda (__main__.TestGradTransformCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6453320Z test_inplace_on_view_base_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6453757Z test_inplace_on_view_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6454189Z test_invalid_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6454583Z test_is_cuda_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6455005Z test_negative_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6455657Z test_nesting_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6456067Z test_no_grad_inside_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6456490Z test_no_grad_mixed_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6456934Z test_no_grad_nested_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6457400Z test_no_grad_nested_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6457819Z test_no_grad_outside_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6458252Z test_no_grad_outside_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6458698Z test_no_grad_outside_vjp_fn_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6459222Z test_no_grad_outside_vjp_only_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6459677Z test_no_grad_value_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6460085Z test_numel_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6460510Z test_out_of_order_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6460918Z test_primitive_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6461375Z test_print_captured_tensor_inside_transform_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6461825Z test_shape_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6462238Z test_tensor_ctor_inside_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6462681Z test_tensor_print_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.242s) 2022-12-01T10:20:48.6463118Z test_tensor_print_grad_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.011s) 2022-12-01T10:20:48.6463607Z test_tensor_print_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.223s) 2022-12-01T10:20:48.6464033Z test_tensor_print_vmap_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.013s) 2022-12-01T10:20:48.6464486Z test_tensor_print_vmap_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.229s) 2022-12-01T10:20:48.6464925Z test_unrelated_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6465371Z test_unrelated_hessian_cuda (__main__.TestGradTransformCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:20:48.6465919Z test_unrelated_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6466388Z test_unrelated_vjp_multiple_inputs_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6466860Z test_view_inplace_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6467257Z test_views_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6467664Z test_vjp_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6468088Z test_vjp_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6468473Z test_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6468898Z test_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6469354Z test_vjp_outputs_can_any_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6469802Z test_vjp_pytree_error_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6470213Z test_vjp_pytree_input_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6470644Z test_vjp_pytree_output_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6471071Z test_vjp_two_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6471475Z test_zero_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6471926Z test_hessian_vectorize_correctness_multi_input_cuda (__main__.TestHessianCUDA) ... ok (0.032s) 2022-12-01T10:20:48.6472398Z test_hessian_vectorize_correctness_simple_cuda (__main__.TestHessianCUDA) ... ok (0.014s) 2022-12-01T10:20:48.6472883Z test_hessian_vectorize_correctness_unrelated_outputs_cuda (__main__.TestHessianCUDA) ... ok (0.010s) 2022-12-01T10:20:48.6473322Z test_jacfwd_different_levels_cuda (__main__.TestHessianCUDA) ... ok (0.008s) 2022-12-01T10:20:48.6473787Z test_against_reference_correctness_different_devices_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6474293Z test_against_reference_correctness_different_devices_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6474748Z test_against_reference_default_arg_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6475188Z test_against_reference_default_arg_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6475687Z test_against_reference_multi_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-12-01T10:20:48.6476143Z test_against_reference_multi_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-12-01T10:20:48.6476593Z test_against_reference_multi_input_multi_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.021s) 2022-12-01T10:20:48.6477079Z test_against_reference_multi_input_multi_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.021s) 2022-12-01T10:20:48.6477538Z test_against_reference_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.011s) 2022-12-01T10:20:48.6477956Z test_against_reference_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-12-01T10:20:48.6478406Z test_against_reference_unrelated_outputs_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-12-01T10:20:48.6478866Z test_against_reference_unrelated_outputs_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-12-01T10:20:48.6479320Z test_against_reference_zero_dim_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.011s) 2022-12-01T10:20:48.6479733Z test_against_reference_zero_dim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.012s) 2022-12-01T10:20:48.6480160Z test_argnums_defaults_to_zero_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6480584Z test_argnums_defaults_to_zero_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6480988Z test_argnums_effect_on_return_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6481405Z test_argnums_effect_on_return_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6481888Z test_argnums_tuple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6482285Z test_argnums_tuple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6482659Z test_aux_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6483049Z test_aux_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6483441Z test_aux_tensor_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6483804Z test_diff_numel_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6484199Z test_dimensionality_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6484601Z test_dimensionality_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6485002Z test_empty_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6485379Z test_empty_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6485777Z test_empty_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6486170Z test_empty_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6486546Z test_float_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6486935Z test_float_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6487324Z test_hessian_simple_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6487704Z test_inplace_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6488063Z test_inplace_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6488451Z test_multiple_args_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6488843Z test_multiple_args_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6489250Z test_multiple_inputs_outputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.011s) 2022-12-01T10:20:48.6489706Z test_multiple_inputs_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-12-01T10:20:48.6490164Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6490595Z test_multiple_inputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-12-01T10:20:48.6491015Z test_multiple_inputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.008s) 2022-12-01T10:20:48.6491510Z test_multiple_outputs_multiple_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6491984Z test_multiple_outputs_multiple_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6492407Z test_multiple_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6492846Z test_multiple_outputs_single_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-12-01T10:20:48.6493297Z test_multiple_outputs_single_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6493726Z test_negative_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6494117Z test_negative_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6494525Z test_nested_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6494937Z test_out_of_bounds_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6495650Z test_out_of_bounds_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6496066Z test_outputs_can_any_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-12-01T10:20:48.6496489Z test_outputs_can_any_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6496909Z test_repeated_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6497301Z test_repeated_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6497796Z test_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6498174Z test_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6498545Z test_simple_not_flat_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6498943Z test_simple_not_flat_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6499337Z test_unrelated_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6499721Z test_unrelated_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6500127Z test_unrelated_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6500532Z test_unrelated_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6500934Z test_vmap_on_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6501342Z test_autograd_function_disables_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6501755Z test_aux_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6502119Z test_aux_tensor_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6502486Z test_disable_fwd_grad_inside_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6502890Z test_disable_fwd_grad_mixed_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6503291Z test_disable_fwd_grad_outside_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6503690Z test_enable_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6504055Z test_fwd_grad_enabled_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6504445Z test_inplace_on_captures_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6504854Z test_inputs_are_tuples_of_tensors_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6505257Z test_jvp_inside_autograd_function_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6505659Z test_multiple_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6506055Z test_multiple_inputs_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6506436Z test_multiple_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6506848Z test_nonempty_primals_and_tangents_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6507260Z test_outputs_can_any_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6507760Z test_primals_tangents_length_mismatch_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6508202Z test_pytree_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6508624Z test_pytree_inputs_error_cases_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6509035Z test_simple_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6509403Z test_strict_mode_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-12-01T10:20:48.6509803Z test_unrelated_input_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6510218Z test_unrelated_output_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6510649Z test_zerotensor_vmapjvp_interaction_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6511045Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.004s) 2022-12-01T10:20:48.6511461Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:20:48.6511909Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:20:48.6512573Z test_correctness_mnist (__main__.TestMakeFunctional) ... /var/lib/jenkins/workspace/test/functorch/test_eager_transforms.py:2615: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:20:48.6513151Z return F.log_softmax(x) 2022-12-01T10:20:48.6513406Z ok (0.015s) 2022-12-01T10:20:48.6513796Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:20:48.6514405Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:20:48.6514868Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:20:48.6515291Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.006s) 2022-12-01T10:20:48.6515696Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.005s) 2022-12-01T10:20:48.6516189Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:20:48.6516748Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:20:48.6517215Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6517601Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6518032Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6518475Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6518904Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6519301Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6519710Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6520123Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6520505Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:20:48.6520937Z test_all_dual_base_inplace_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6521418Z test_all_dual_base_view_inplace_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6521894Z test_all_dual_no_view_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.005s) 2022-12-01T10:20:48.6522352Z test_right_dual_base_prop_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6522825Z test_right_dual_view_prop_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.004s) 2022-12-01T10:20:48.6523262Z test_log_softmax_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.003s) 2022-12-01T10:20:48.6523738Z test_new_empty_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6524239Z test_new_zeros_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-12-01T10:20:48.6524722Z test_per_sample_grads_embeddingnet_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.116s) 2022-12-01T10:20:48.6525213Z test_per_sample_grads_inplace_view_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.035s) 2022-12-01T10:20:48.6525713Z test_per_sample_grads_simple_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.043s) 2022-12-01T10:20:48.6525988Z 2022-12-01T10:20:48.6526330Z ---------------------------------------------------------------------- 2022-12-01T10:20:48.6526693Z Ran 243 tests in 4.875s 2022-12-01T10:20:48.6526867Z 2022-12-01T10:20:48.6526960Z OK (skipped=3) 2022-12-01T10:20:48.6527126Z 2022-12-01T10:20:48.6527257Z Generating XML reports... 2022-12-01T10:20:48.6527911Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestComposabilityCUDA-20221201102043.xml 2022-12-01T10:20:48.6528781Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestExamplesCorrectnessCUDA-20221201102043.xml 2022-12-01T10:20:48.6529619Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestFunctionalizeCUDA-20221201102043.xml 2022-12-01T10:20:48.6530455Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestGradTransformCUDA-20221201102043.xml 2022-12-01T10:20:48.6531261Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestHessianCUDA-20221201102043.xml 2022-12-01T10:20:48.6532115Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJacCUDA-20221201102043.xml 2022-12-01T10:20:48.6532865Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJvpCUDA-20221201102043.xml 2022-12-01T10:20:48.6533670Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestMakeFunctional-20221201102043.xml 2022-12-01T10:20:48.6534483Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestSliceArgnums-20221201102043.xml 2022-12-01T10:20:48.6535561Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapJvpInplaceViewCUDA-20221201102043.xml 2022-12-01T10:20:48.6536398Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapOfGradCUDA-20221201102043.xml 2022-12-01T10:20:48.6536774Z 2022-12-01T10:20:48.6537203Z ##[endgroup] 2022-12-01T10:20:48.6537837Z FINISHED PRINTING LOG FILE of functorch/test_eager_transforms (/var/lib/jenkins/workspace/test/test-reports/functorch-test_eager_transforms_2_c8125j) 2022-12-01T10:20:48.6538217Z 2022-12-01T10:20:50.7263506Z Ignoring disabled issues: [] 2022-12-01T10:20:50.7581514Z Running functorch/test_functionalize ... [2022-12-01 10:20:50.757600] 2022-12-01T10:20:50.7582814Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:50.757957] 2022-12-01T10:20:56.8566452Z 2022-12-01T10:20:56.8567206Z Expand the folded group to see the log file of functorch/test_dims 2022-12-01T10:20:56.8568193Z ##[group]PRINTING LOG FILE of functorch/test_dims (/var/lib/jenkins/workspace/test/test-reports/functorch-test_dims_yj0vtynn) 2022-12-01T10:20:56.8568523Z 2022-12-01T10:20:56.8568668Z Running tests... 2022-12-01T10:20:56.8569198Z ---------------------------------------------------------------------- 2022-12-01T10:20:56.8569750Z Test results will be stored in test-reports/python-unittest/functorch.test_dims 2022-12-01T10:20:56.8570606Z test_attn (__main__.TestMin) ... /opt/conda/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:262: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:20:56.8571404Z warnings.warn( 2022-12-01T10:20:56.8571652Z ok (0.242s) 2022-12-01T10:20:56.8572194Z test_attn_cuda (__main__.TestMin) ... ok (4.564s) 2022-12-01T10:20:56.8572542Z test_c (__main__.TestMin) ... ok (0.202s) 2022-12-01T10:20:56.8572874Z test_compare_dims (__main__.TestMin) ... ok (0.219s) 2022-12-01T10:20:56.8573209Z test_diag (__main__.TestMin) ... ok (0.219s) 2022-12-01T10:20:56.8573511Z test_dim_args (__main__.TestMin) ... ok (0.203s) 2022-12-01T10:20:56.8573853Z test_dims_with_size (__main__.TestMin) ... ok (0.200s) 2022-12-01T10:20:56.8574185Z test_dir (__main__.TestMin) ... ok (0.196s) 2022-12-01T10:20:56.8574485Z test_doc (__main__.TestMin) ... ok (0.222s) 2022-12-01T10:20:56.8574801Z test_embed (__main__.TestMin) ... ok (0.232s) 2022-12-01T10:20:56.8575485Z test_eq (__main__.TestMin) ... ok (0.225s) 2022-12-01T10:20:56.8575839Z test_expand (__main__.TestMin) ... ok (0.215s) 2022-12-01T10:20:56.8576169Z test_functorch (__main__.TestMin) ... ok (0.196s) 2022-12-01T10:20:56.8576495Z test_hello (__main__.TestMin) ... ok (0.214s) 2022-12-01T10:20:56.8576799Z test_index (__main__.TestMin) ... ok (0.208s) 2022-12-01T10:20:56.8577135Z test_index_placement (__main__.TestMin) ... ok (0.202s) 2022-12-01T10:20:56.8577478Z test_inplace (__main__.TestMin) ... ok (0.215s) 2022-12-01T10:20:56.8577791Z test_manual_stuff (__main__.TestMin) ... ok (0.210s) 2022-12-01T10:20:56.8578161Z test_mask (__main__.TestMin) ... ok (0.214s) 2022-12-01T10:20:56.8578476Z test_max (__main__.TestMin) ... ok (0.228s) 2022-12-01T10:20:56.8578787Z test_mm (__main__.TestMin) ... ok (0.214s) 2022-12-01T10:20:56.8579228Z test_mm_fuse (__main__.TestMin) ... ok (0.210s) 2022-12-01T10:20:56.8579551Z test_monkey (__main__.TestMin) ... ok (0.210s) 2022-12-01T10:20:56.8579906Z test_network (__main__.TestMin) ... skip: no torchvision (0.205s) 2022-12-01T10:20:56.8580261Z test_order (__main__.TestMin) ... ok (0.224s) 2022-12-01T10:20:56.8580559Z test_parse (__main__.TestMin) ... ok (0.244s) 2022-12-01T10:20:56.8580873Z test_seg (__main__.TestMin) ... ok (0.227s) 2022-12-01T10:20:56.8581196Z test_simple (__main__.TestMin) ... ok (0.229s) 2022-12-01T10:20:56.8581514Z test_softmax_split (__main__.TestMin) ... ok (0.220s) 2022-12-01T10:20:56.8581844Z test_stack (__main__.TestMin) ... ok (0.223s) 2022-12-01T10:20:56.8582195Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.03691708599944831803 seconds 2022-12-01T10:20:56.8582489Z fc: 0.05244188299911911599 seconds 2022-12-01T10:20:56.8582738Z ok (0.393s) 2022-12-01T10:20:56.8583033Z test_with_dims_split (__main__.TestMin) ... ok (0.273s) 2022-12-01T10:20:56.8583383Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.216s) 2022-12-01T10:20:56.8583804Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-12-01T10:20:56.8584222Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.208s) 2022-12-01T10:20:56.8584606Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.208s) 2022-12-01T10:20:56.8584977Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.201s) 2022-12-01T10:20:56.8585357Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.211s) 2022-12-01T10:20:56.8585755Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.209s) 2022-12-01T10:20:56.8586121Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.216s) 2022-12-01T10:20:56.8586489Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.268s) 2022-12-01T10:20:56.8586856Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.220s) 2022-12-01T10:20:56.8587206Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.209s) 2022-12-01T10:20:56.8587587Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.213s) 2022-12-01T10:20:56.8587975Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.210s) 2022-12-01T10:20:56.8588358Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.225s) 2022-12-01T10:20:56.8588713Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.220s) 2022-12-01T10:20:56.8589104Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.224s) 2022-12-01T10:20:56.8589600Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.223s) 2022-12-01T10:20:56.8589996Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.239s) 2022-12-01T10:20:56.8590385Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.224s) 2022-12-01T10:20:56.8590754Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.222s) 2022-12-01T10:20:56.8591101Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.210s) 2022-12-01T10:20:56.8591476Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.263s) 2022-12-01T10:20:56.8591862Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.200s) 2022-12-01T10:20:56.8592273Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.202s) 2022-12-01T10:20:56.8592663Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.203s) 2022-12-01T10:20:56.8593036Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.220s) 2022-12-01T10:20:56.8593403Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.224s) 2022-12-01T10:20:56.8593761Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.213s) 2022-12-01T10:20:56.8594155Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.200s) 2022-12-01T10:20:56.8594549Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.205s) 2022-12-01T10:20:56.8594953Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-12-01T10:20:56.8595390Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.247s) 2022-12-01T10:20:56.8595628Z 2022-12-01T10:20:56.8595949Z ---------------------------------------------------------------------- 2022-12-01T10:20:56.8596403Z Ran 64 tests in 18.063s 2022-12-01T10:20:56.8596552Z 2022-12-01T10:20:56.8596665Z OK (skipped=4) 2022-12-01T10:20:56.8596822Z 2022-12-01T10:20:56.8596950Z Generating XML reports... 2022-12-01T10:20:56.8597494Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMin-20221201102038.xml 2022-12-01T10:20:56.8598190Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMinFunctorchOnly-20221201102038.xml 2022-12-01T10:20:56.8598536Z 2022-12-01T10:20:56.8598911Z ##[endgroup] 2022-12-01T10:20:56.8599457Z FINISHED PRINTING LOG FILE of functorch/test_dims (/var/lib/jenkins/workspace/test/test-reports/functorch-test_dims_yj0vtynn) 2022-12-01T10:20:56.8599775Z 2022-12-01T10:20:57.3871302Z 2022-12-01T10:20:57.3872349Z Expand the folded group to see the log file of functorch/test_functionalize 2022-12-01T10:20:57.3874335Z ##[group]PRINTING LOG FILE of functorch/test_functionalize (/var/lib/jenkins/workspace/test/test-reports/functorch-test_functionalize_okx72bsz) 2022-12-01T10:20:57.3875754Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:20:57.3876348Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:57.3877235Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:20:57.3877835Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:57.3878736Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:20:57.3879359Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:57.3880186Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:20:57.3880779Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:57.3882103Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:20:57.3882876Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:57.3884009Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:20:57.3884771Z warnings.warn(msg, FutureWarning) 2022-12-01T10:20:57.3885602Z /var/lib/jenkins/workspace/functorch/test/test_aotdispatch.py:46: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:20:57.3886326Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:20:57.3886581Z 2022-12-01T10:20:57.3886690Z Running tests... 2022-12-01T10:20:57.3887105Z ---------------------------------------------------------------------- 2022-12-01T10:20:57.3887647Z Test results will be stored in test-reports/python-unittest/functorch.test_functionalize 2022-12-01T10:20:57.3888286Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.624s) 2022-12-01T10:20:57.3888816Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.041s) 2022-12-01T10:20:57.3890213Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:20:57.3891054Z warnings.warn( 2022-12-01T10:20:57.3891278Z ok (0.020s) 2022-12-01T10:20:57.3891659Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.013s) 2022-12-01T10:20:57.3892179Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.014s) 2022-12-01T10:20:57.3892683Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.018s) 2022-12-01T10:20:57.3893211Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-12-01T10:20:57.3893727Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-12-01T10:20:57.3894238Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-12-01T10:20:57.3894744Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-12-01T10:20:57.3895971Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.076s) 2022-12-01T10:20:57.3896534Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.041s) 2022-12-01T10:20:57.3897071Z test_output_op_depending_on_symint_functionalize (__main__.make_functionalize_test..FunctionalizeTest) 2022-12-01T10:20:57.3897749Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... expected failure (0.076s) 2022-12-01T10:20:57.3898409Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.005s) 2022-12-01T10:20:57.3898952Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.012s) 2022-12-01T10:20:57.3899512Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test requires torchvision (0.001s) 2022-12-01T10:20:57.3900051Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.014s) 2022-12-01T10:20:57.3901453Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:20:57.3902315Z warnings.warn( 2022-12-01T10:20:57.3902561Z ok (0.017s) 2022-12-01T10:20:57.3902945Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.375s) 2022-12-01T10:20:57.3903496Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.093s) 2022-12-01T10:20:57.3904037Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.006s) 2022-12-01T10:20:57.3904683Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.021s) 2022-12-01T10:20:57.3904994Z 2022-12-01T10:20:57.3905259Z ---------------------------------------------------------------------- 2022-12-01T10:20:57.3905600Z Ran 22 tests in 1.554s 2022-12-01T10:20:57.3905766Z 2022-12-01T10:20:57.3905906Z OK (skipped=1, expected failures=1) 2022-12-01T10:20:57.3906103Z 2022-12-01T10:20:57.3906229Z Generating XML reports... 2022-12-01T10:20:57.3906849Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20221201102055.xml 2022-12-01T10:20:57.3907692Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestPartitioning-20221201102055.xml 2022-12-01T10:20:57.3908077Z 2022-12-01T10:20:57.3908425Z ##[endgroup] 2022-12-01T10:20:57.3908999Z FINISHED PRINTING LOG FILE of functorch/test_functionalize (/var/lib/jenkins/workspace/test/test-reports/functorch-test_functionalize_okx72bsz) 2022-12-01T10:20:57.3909354Z 2022-12-01T10:20:58.9525423Z Ignoring disabled issues: [] 2022-12-01T10:20:58.9839162Z Running functorch/test_memory_efficient_fusion ... [2022-12-01 10:20:58.983429] 2022-12-01T10:20:58.9841788Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:58.983774] 2022-12-01T10:20:59.4946819Z Ignoring disabled issues: [] 2022-12-01T10:20:59.5270679Z Running functorch/test_minifier ... [2022-12-01 10:20:59.526554] 2022-12-01T10:20:59.5273697Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:59.526962] 2022-12-01T10:21:03.5854385Z 2022-12-01T10:21:03.5855542Z Expand the folded group to see the log file of functorch/test_minifier 2022-12-01T10:21:03.5857396Z ##[group]PRINTING LOG FILE of functorch/test_minifier (/var/lib/jenkins/workspace/test/test-reports/functorch-test_minifier_0hgkforx) 2022-12-01T10:21:03.5858109Z 2022-12-01T10:21:03.5858325Z Running tests... 2022-12-01T10:21:03.5859307Z ---------------------------------------------------------------------- 2022-12-01T10:21:03.5860418Z Test results will be stored in test-reports/python-unittest/functorch.test_minifier 2022-12-01T10:21:03.5861472Z test_has_add_mul (__main__.TestMinifier) ... ok (1.571s) 2022-12-01T10:21:03.5862217Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 9 nodes 2022-12-01T10:21:03.5862734Z 2022-12-01T10:21:03.5863003Z # Working Repro with 9 nodes 2022-12-01T10:21:03.5863552Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5863971Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5864254Z 2022-12-01T10:21:03.5864273Z 2022-12-01T10:21:03.5867480Z 2022-12-01T10:21:03.5867954Z def forward(self, x_1): 2022-12-01T10:21:03.5868625Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-12-01T10:21:03.5869374Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-12-01T10:21:03.5870152Z cos = torch.ops.aten.cos.default(add); add = None 2022-12-01T10:21:03.5870897Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:21:03.5871643Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:21:03.5872398Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:21:03.5873217Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:21:03.5874045Z return (mul_1,) 2022-12-01T10:21:03.5874560Z 2022-12-01T10:21:03.5874829Z 2022-12-01T10:21:03.5875064Z Trying granularity 8 2022-12-01T10:21:03.5875409Z 2022-12-01T10:21:03.5875721Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:21:03.5876369Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5876720Z 2022-12-01T10:21:03.5877334Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:21:03.5877998Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5878319Z 2022-12-01T10:21:03.5878636Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:21:03.5879271Z FAIL: Truncate suffix 2022-12-01T10:21:03.5879576Z 2022-12-01T10:21:03.5879864Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:21:03.5880408Z FAIL: Delta Debugging 2022-12-01T10:21:03.5880899Z Trying granularity 4 2022-12-01T10:21:03.5881282Z 2022-12-01T10:21:03.5881614Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:21:03.5882222Z FAIL: Truncate suffix 2022-12-01T10:21:03.5882518Z 2022-12-01T10:21:03.5882823Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:21:03.5883508Z SUCCESS: Went from 9 to 6 nodes 2022-12-01T10:21:03.5883866Z 2022-12-01T10:21:03.5884073Z # Working Repro with 6 nodes 2022-12-01T10:21:03.5884778Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5885534Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5886032Z 2022-12-01T10:21:03.5886058Z 2022-12-01T10:21:03.5886088Z 2022-12-01T10:21:03.5886346Z def forward(self, cos): 2022-12-01T10:21:03.5887039Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:21:03.5887583Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:21:03.5887970Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:21:03.5888345Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:21:03.5888637Z return (mul_1,) 2022-12-01T10:21:03.5888876Z 2022-12-01T10:21:03.5889014Z 2022-12-01T10:21:03.5889132Z Trying granularity 4 2022-12-01T10:21:03.5889279Z 2022-12-01T10:21:03.5889450Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5889768Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5889939Z 2022-12-01T10:21:03.5890109Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5890409Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5890580Z 2022-12-01T10:21:03.5890738Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5891036Z FAIL: Truncate suffix 2022-12-01T10:21:03.5891234Z 2022-12-01T10:21:03.5891397Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5891723Z FAIL: Delta Debugging 2022-12-01T10:21:03.5892361Z Trying granularity 2 2022-12-01T10:21:03.5892706Z 2022-12-01T10:21:03.5893013Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5893506Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:21:03.5893838Z 2022-12-01T10:21:03.5894020Z # Working Repro with 4 nodes 2022-12-01T10:21:03.5894717Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5895805Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5896333Z 2022-12-01T10:21:03.5896360Z 2022-12-01T10:21:03.5896746Z 2022-12-01T10:21:03.5896979Z def forward(self, cos): 2022-12-01T10:21:03.5897556Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:21:03.5898201Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:21:03.5898730Z return (div,) 2022-12-01T10:21:03.5899245Z 2022-12-01T10:21:03.5899547Z 2022-12-01T10:21:03.5899767Z Trying granularity 4 2022-12-01T10:21:03.5900051Z 2022-12-01T10:21:03.5900212Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5900530Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5900699Z 2022-12-01T10:21:03.5900869Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5901184Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5901338Z 2022-12-01T10:21:03.5901499Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5901797Z FAIL: Truncate suffix 2022-12-01T10:21:03.5901961Z 2022-12-01T10:21:03.5902119Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5902539Z FAIL: Delta Debugging 2022-12-01T10:21:03.5902805Z Trying granularity 2 2022-12-01T10:21:03.5902968Z 2022-12-01T10:21:03.5903126Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5903402Z FAIL: Truncate suffix 2022-12-01T10:21:03.5903567Z 2022-12-01T10:21:03.5903721Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5904029Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:21:03.5904208Z 2022-12-01T10:21:03.5904336Z # Working Repro with 3 nodes 2022-12-01T10:21:03.5904721Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5905155Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5905438Z 2022-12-01T10:21:03.5905456Z 2022-12-01T10:21:03.5905474Z 2022-12-01T10:21:03.5905593Z def forward(self, sub): 2022-12-01T10:21:03.5905919Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:21:03.5906209Z return (div,) 2022-12-01T10:21:03.5906444Z 2022-12-01T10:21:03.5906580Z 2022-12-01T10:21:03.5906695Z Trying granularity 2 2022-12-01T10:21:03.5906842Z 2022-12-01T10:21:03.5907008Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5907316Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5907491Z 2022-12-01T10:21:03.5907660Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5907953Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5908128Z 2022-12-01T10:21:03.5908285Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5908578Z FAIL: Truncate suffix 2022-12-01T10:21:03.5908741Z 2022-12-01T10:21:03.5908898Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5909177Z FAIL: Delta Debugging 2022-12-01T10:21:03.5909434Z Trying granularity 1 2022-12-01T10:21:03.5909594Z 2022-12-01T10:21:03.5909751Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5910026Z FAIL: Truncate suffix 2022-12-01T10:21:03.5910191Z 2022-12-01T10:21:03.5910350Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5910644Z FAIL: Delta Debugging 2022-12-01T10:21:03.5910808Z 2022-12-01T10:21:03.5910946Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5911237Z FAIL: Remove outputs 2022-12-01T10:21:03.5911483Z Made 15 queries 2022-12-01T10:21:03.5911636Z 2022-12-01T10:21:03.5911743Z # Working Repro with 3 nodes 2022-12-01T10:21:03.5912217Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5912666Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5912946Z 2022-12-01T10:21:03.5912964Z 2022-12-01T10:21:03.5912983Z 2022-12-01T10:21:03.5913105Z def forward(self, sub): 2022-12-01T10:21:03.5913414Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:21:03.5913720Z return (div,) 2022-12-01T10:21:03.5913955Z 2022-12-01T10:21:03.5914091Z 2022-12-01T10:21:03.5914219Z Wrote minimal repro out to repro.py 2022-12-01T10:21:03.5914507Z Started off with 7 nodes 2022-12-01T10:21:03.5914674Z 2022-12-01T10:21:03.5914798Z # Working Repro with 7 nodes 2022-12-01T10:21:03.5915271Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5915734Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5916013Z 2022-12-01T10:21:03.5916036Z 2022-12-01T10:21:03.5916053Z 2022-12-01T10:21:03.5916179Z def forward(self, x_1, y_1): 2022-12-01T10:21:03.5916503Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:21:03.5916849Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:21:03.5917219Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-12-01T10:21:03.5917602Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-12-01T10:21:03.5917919Z return add_1 2022-12-01T10:21:03.5918134Z 2022-12-01T10:21:03.5918343Z 2022-12-01T10:21:03.5918462Z Trying granularity 4 2022-12-01T10:21:03.5918629Z 2022-12-01T10:21:03.5918797Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:21:03.5919091Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5919264Z 2022-12-01T10:21:03.5919432Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:21:03.5919746Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5919917Z 2022-12-01T10:21:03.5920061Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:21:03.5920372Z SUCCESS: Went from 7 to 6 nodes 2022-12-01T10:21:03.5920545Z 2022-12-01T10:21:03.5920668Z # Working Repro with 6 nodes 2022-12-01T10:21:03.5921138Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5921602Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5921885Z 2022-12-01T10:21:03.5921903Z 2022-12-01T10:21:03.5921925Z 2022-12-01T10:21:03.5922052Z def forward(self, x_1, y_1): 2022-12-01T10:21:03.5922377Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:21:03.5922741Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:21:03.5923096Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:21:03.5923410Z return (mul,) 2022-12-01T10:21:03.5923642Z 2022-12-01T10:21:03.5923759Z 2022-12-01T10:21:03.5923877Z Trying granularity 4 2022-12-01T10:21:03.5924043Z 2022-12-01T10:21:03.5924211Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:21:03.5924517Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5924694Z 2022-12-01T10:21:03.5924845Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:21:03.5925154Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5925326Z 2022-12-01T10:21:03.5925482Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:21:03.5925758Z FAIL: Truncate suffix 2022-12-01T10:21:03.5925928Z 2022-12-01T10:21:03.5926083Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:21:03.5926388Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:21:03.5926563Z 2022-12-01T10:21:03.5926685Z # Working Repro with 4 nodes 2022-12-01T10:21:03.5927132Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5927672Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5927962Z 2022-12-01T10:21:03.5927980Z 2022-12-01T10:21:03.5927998Z 2022-12-01T10:21:03.5928125Z def forward(self, div, add): 2022-12-01T10:21:03.5928466Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:21:03.5928766Z return (mul,) 2022-12-01T10:21:03.5928997Z 2022-12-01T10:21:03.5929133Z 2022-12-01T10:21:03.5929248Z Trying granularity 4 2022-12-01T10:21:03.5929394Z 2022-12-01T10:21:03.5929561Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5929876Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5930046Z 2022-12-01T10:21:03.5930212Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5930506Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5930679Z 2022-12-01T10:21:03.5930835Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5931129Z FAIL: Truncate suffix 2022-12-01T10:21:03.5931294Z 2022-12-01T10:21:03.5931456Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5931732Z FAIL: Delta Debugging 2022-12-01T10:21:03.5931989Z Trying granularity 2 2022-12-01T10:21:03.5932152Z 2022-12-01T10:21:03.5932308Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5932581Z FAIL: Truncate suffix 2022-12-01T10:21:03.5932742Z 2022-12-01T10:21:03.5932899Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5933193Z FAIL: Delta Debugging 2022-12-01T10:21:03.5933430Z Trying granularity 1 2022-12-01T10:21:03.5933591Z 2022-12-01T10:21:03.5933813Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5934112Z FAIL: Truncate suffix 2022-12-01T10:21:03.5934273Z 2022-12-01T10:21:03.5934429Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5934705Z FAIL: Delta Debugging 2022-12-01T10:21:03.5934866Z 2022-12-01T10:21:03.5935021Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5935541Z FAIL: Remove outputs 2022-12-01T10:21:03.5935769Z Made 9 queries 2022-12-01T10:21:03.5935924Z 2022-12-01T10:21:03.5936048Z # Working Repro with 4 nodes 2022-12-01T10:21:03.5936526Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5936989Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5937273Z 2022-12-01T10:21:03.5937292Z 2022-12-01T10:21:03.5937310Z 2022-12-01T10:21:03.5937436Z def forward(self, div, add): 2022-12-01T10:21:03.5937778Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:21:03.5938093Z return (mul,) 2022-12-01T10:21:03.5938304Z 2022-12-01T10:21:03.5938440Z 2022-12-01T10:21:03.5938580Z Wrote minimal repro out to repro.py 2022-12-01T10:21:03.5938850Z ok (0.028s) 2022-12-01T10:21:03.5939161Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-12-01T10:21:03.5939398Z 2022-12-01T10:21:03.5939525Z # Working Repro with 7 nodes 2022-12-01T10:21:03.5940068Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5940593Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5940854Z 2022-12-01T10:21:03.5940872Z 2022-12-01T10:21:03.5940909Z 2022-12-01T10:21:03.5941021Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:21:03.5941348Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:21:03.5941712Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:21:03.5942052Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-12-01T10:21:03.5942363Z return (sin, b_1, cos, mul) 2022-12-01T10:21:03.5942608Z 2022-12-01T10:21:03.5942743Z 2022-12-01T10:21:03.5942857Z Trying granularity 4 2022-12-01T10:21:03.5943003Z 2022-12-01T10:21:03.5943159Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:21:03.5943470Z SUCCESS: Went from 4 to 2 outputs 2022-12-01T10:21:03.5943733Z 2022-12-01T10:21:03.5943874Z # Working Repro with 7 nodes 2022-12-01T10:21:03.5944414Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5944932Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5945207Z 2022-12-01T10:21:03.5945225Z 2022-12-01T10:21:03.5945243Z 2022-12-01T10:21:03.5945371Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:21:03.5945704Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:21:03.5946048Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:21:03.5946419Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-12-01T10:21:03.5946728Z return [b_1, sin] 2022-12-01T10:21:03.5946941Z 2022-12-01T10:21:03.5947073Z 2022-12-01T10:21:03.5947188Z Trying granularity 4 2022-12-01T10:21:03.5947350Z 2022-12-01T10:21:03.5947524Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:21:03.5947825Z SUCCESS: Went from 7 to 5 nodes 2022-12-01T10:21:03.5948005Z 2022-12-01T10:21:03.5948127Z # Working Repro with 5 nodes 2022-12-01T10:21:03.5948675Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5949195Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5949471Z 2022-12-01T10:21:03.5949567Z 2022-12-01T10:21:03.5949585Z 2022-12-01T10:21:03.5949707Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:21:03.5950038Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:21:03.5950341Z return [b_1, sin] 2022-12-01T10:21:03.5950577Z 2022-12-01T10:21:03.5950693Z 2022-12-01T10:21:03.5950809Z Trying granularity 4 2022-12-01T10:21:03.5950975Z 2022-12-01T10:21:03.5951141Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:21:03.5951452Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5951623Z 2022-12-01T10:21:03.5951773Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:21:03.5952092Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:21:03.5952268Z 2022-12-01T10:21:03.5952391Z # Working Repro with 4 nodes 2022-12-01T10:21:03.5952837Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5953316Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5953599Z 2022-12-01T10:21:03.5953617Z 2022-12-01T10:21:03.5953635Z 2022-12-01T10:21:03.5953757Z def forward(self, a_1, b_1): 2022-12-01T10:21:03.5954082Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:21:03.5954368Z return [b_1, sin] 2022-12-01T10:21:03.5954599Z 2022-12-01T10:21:03.5954734Z 2022-12-01T10:21:03.5954850Z Trying granularity 4 2022-12-01T10:21:03.5955014Z 2022-12-01T10:21:03.5955168Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5955477Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5955646Z 2022-12-01T10:21:03.5955812Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5956122Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5956276Z 2022-12-01T10:21:03.5956435Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5956734Z FAIL: Truncate suffix 2022-12-01T10:21:03.5956896Z 2022-12-01T10:21:03.5957054Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.5957348Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:21:03.5957523Z 2022-12-01T10:21:03.5957649Z # Working Repro with 3 nodes 2022-12-01T10:21:03.5958106Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5958583Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5958845Z 2022-12-01T10:21:03.5958863Z 2022-12-01T10:21:03.5958961Z 2022-12-01T10:21:03.5959078Z def forward(self, b_1, sin): 2022-12-01T10:21:03.5959344Z return [b_1, sin] 2022-12-01T10:21:03.5959576Z 2022-12-01T10:21:03.5959713Z 2022-12-01T10:21:03.5959810Z Trying granularity 2 2022-12-01T10:21:03.5959975Z 2022-12-01T10:21:03.5960132Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:21:03.5960446Z SUCCESS: Went from 2 to 1 outputs 2022-12-01T10:21:03.5960625Z 2022-12-01T10:21:03.5960749Z # Working Repro with 3 nodes 2022-12-01T10:21:03.5961199Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5961677Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5961955Z 2022-12-01T10:21:03.5961973Z 2022-12-01T10:21:03.5961991Z 2022-12-01T10:21:03.5962115Z def forward(self, b_1, sin): 2022-12-01T10:21:03.5962357Z return [sin] 2022-12-01T10:21:03.5962587Z 2022-12-01T10:21:03.5962725Z 2022-12-01T10:21:03.5962842Z Trying granularity 2 2022-12-01T10:21:03.5963005Z 2022-12-01T10:21:03.5963171Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:21:03.5963459Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5963625Z 2022-12-01T10:21:03.5963790Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:21:03.5964106Z SUCCESS: Went from 3 to 2 nodes 2022-12-01T10:21:03.5964281Z 2022-12-01T10:21:03.5964387Z # Working Repro with 2 nodes 2022-12-01T10:21:03.5964809Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5965305Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5965581Z 2022-12-01T10:21:03.5965600Z 2022-12-01T10:21:03.5965618Z 2022-12-01T10:21:03.5965738Z def forward(self, sin): 2022-12-01T10:21:03.5965972Z return [sin] 2022-12-01T10:21:03.5966204Z 2022-12-01T10:21:03.5966338Z 2022-12-01T10:21:03.5966452Z Trying granularity 2 2022-12-01T10:21:03.5966623Z 2022-12-01T10:21:03.5966771Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:21:03.5967074Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5967242Z 2022-12-01T10:21:03.5967409Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:21:03.5967702Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5967876Z 2022-12-01T10:21:03.5968037Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:21:03.5968331Z FAIL: Truncate suffix 2022-12-01T10:21:03.5968495Z 2022-12-01T10:21:03.5968655Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:21:03.5968933Z FAIL: Delta Debugging 2022-12-01T10:21:03.5969188Z Trying granularity 1 2022-12-01T10:21:03.5969350Z 2022-12-01T10:21:03.5969505Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:21:03.5969778Z FAIL: Truncate suffix 2022-12-01T10:21:03.5969936Z 2022-12-01T10:21:03.5970092Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:21:03.5970390Z FAIL: Delta Debugging 2022-12-01T10:21:03.5970553Z 2022-12-01T10:21:03.5970689Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:21:03.5970985Z FAIL: Remove outputs 2022-12-01T10:21:03.5971228Z Made 15 queries 2022-12-01T10:21:03.5971380Z 2022-12-01T10:21:03.5971504Z # Working Repro with 2 nodes 2022-12-01T10:21:03.5971869Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5972296Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5972575Z 2022-12-01T10:21:03.5972597Z 2022-12-01T10:21:03.5972614Z 2022-12-01T10:21:03.5972732Z def forward(self, sin): 2022-12-01T10:21:03.5972965Z return [sin] 2022-12-01T10:21:03.5973190Z 2022-12-01T10:21:03.5973324Z 2022-12-01T10:21:03.5973463Z Wrote minimal repro out to repro.py 2022-12-01T10:21:03.5973714Z ok (0.083s) 2022-12-01T10:21:03.5974026Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-12-01T10:21:03.5974252Z 2022-12-01T10:21:03.5974435Z # Working Repro with 6 nodes 2022-12-01T10:21:03.5974829Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5975519Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5975808Z 2022-12-01T10:21:03.5975826Z 2022-12-01T10:21:03.5975845Z 2022-12-01T10:21:03.5975962Z def forward(self, x): 2022-12-01T10:21:03.5976236Z relu = self.relu(x); x = None 2022-12-01T10:21:03.5976559Z sub = relu - relu; relu = None 2022-12-01T10:21:03.5976855Z truediv = sub / sub; sub = None 2022-12-01T10:21:03.5977148Z add = truediv + 3; truediv = None 2022-12-01T10:21:03.5977415Z return add 2022-12-01T10:21:03.5977622Z 2022-12-01T10:21:03.5977757Z 2022-12-01T10:21:03.5977872Z Trying granularity 4 2022-12-01T10:21:03.5978036Z 2022-12-01T10:21:03.5978203Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5978495Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5978664Z 2022-12-01T10:21:03.5978835Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5979148Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5979319Z 2022-12-01T10:21:03.5979461Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5979755Z FAIL: Truncate suffix 2022-12-01T10:21:03.5979920Z 2022-12-01T10:21:03.5980076Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5980371Z FAIL: Delta Debugging 2022-12-01T10:21:03.5980613Z Trying granularity 2 2022-12-01T10:21:03.5980894Z 2022-12-01T10:21:03.5981052Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5981347Z FAIL: Truncate suffix 2022-12-01T10:21:03.5981490Z 2022-12-01T10:21:03.5981648Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:21:03.5981956Z SUCCESS: Went from 6 to 5 nodes 2022-12-01T10:21:03.5982134Z 2022-12-01T10:21:03.5982257Z # Working Repro with 5 nodes 2022-12-01T10:21:03.5982621Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5983060Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5983341Z 2022-12-01T10:21:03.5983359Z 2022-12-01T10:21:03.5983377Z 2022-12-01T10:21:03.5983498Z def forward(self, relu): 2022-12-01T10:21:03.5983823Z sub = relu - relu; relu = None 2022-12-01T10:21:03.5984094Z truediv = sub / sub; sub = None 2022-12-01T10:21:03.5984383Z add = truediv + 3; truediv = None 2022-12-01T10:21:03.5984651Z return add 2022-12-01T10:21:03.5984864Z 2022-12-01T10:21:03.5984998Z 2022-12-01T10:21:03.5985114Z Trying granularity 4 2022-12-01T10:21:03.5985280Z 2022-12-01T10:21:03.5985445Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:21:03.5985738Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5985912Z 2022-12-01T10:21:03.5986076Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:21:03.5986387Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5986558Z 2022-12-01T10:21:03.5986721Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:21:03.5986999Z FAIL: Truncate suffix 2022-12-01T10:21:03.5987163Z 2022-12-01T10:21:03.5987317Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:21:03.5987612Z FAIL: Delta Debugging 2022-12-01T10:21:03.5987852Z Trying granularity 2 2022-12-01T10:21:03.5988013Z 2022-12-01T10:21:03.5988166Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-12-01T10:21:03.5988468Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:21:03.5988645Z 2022-12-01T10:21:03.5988755Z # Working Repro with 4 nodes 2022-12-01T10:21:03.5989129Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5989553Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5989829Z 2022-12-01T10:21:03.5989847Z 2022-12-01T10:21:03.5989865Z 2022-12-01T10:21:03.5989985Z def forward(self, relu): 2022-12-01T10:21:03.5990295Z sub = relu - relu; relu = None 2022-12-01T10:21:03.5990685Z truediv = sub / sub; sub = None 2022-12-01T10:21:03.5990970Z return (truediv,) 2022-12-01T10:21:03.5991187Z 2022-12-01T10:21:03.5991322Z 2022-12-01T10:21:03.5991439Z Trying granularity 4 2022-12-01T10:21:03.5991601Z 2022-12-01T10:21:03.5991772Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5992061Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5992232Z 2022-12-01T10:21:03.5992394Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5992705Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5992879Z 2022-12-01T10:21:03.5993036Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5993315Z FAIL: Truncate suffix 2022-12-01T10:21:03.5993476Z 2022-12-01T10:21:03.5993632Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5993926Z FAIL: Delta Debugging 2022-12-01T10:21:03.5994166Z Trying granularity 2 2022-12-01T10:21:03.5994330Z 2022-12-01T10:21:03.5994487Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5994778Z FAIL: Truncate suffix 2022-12-01T10:21:03.5994939Z 2022-12-01T10:21:03.5995094Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:21:03.5995383Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:21:03.5995560Z 2022-12-01T10:21:03.5995685Z # Working Repro with 3 nodes 2022-12-01T10:21:03.5996065Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.5996480Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.5996832Z 2022-12-01T10:21:03.5996850Z 2022-12-01T10:21:03.5996868Z 2022-12-01T10:21:03.5996994Z def forward(self, sub): 2022-12-01T10:21:03.5997272Z truediv = sub / sub; sub = None 2022-12-01T10:21:03.5997545Z return (truediv,) 2022-12-01T10:21:03.5997761Z 2022-12-01T10:21:03.5997896Z 2022-12-01T10:21:03.5998013Z Trying granularity 2 2022-12-01T10:21:03.5998175Z 2022-12-01T10:21:03.5998344Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5998635Z FAIL: Eliminate dead code 2022-12-01T10:21:03.5998805Z 2022-12-01T10:21:03.5998968Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5999278Z FAIL: Remove unused inputs 2022-12-01T10:21:03.5999451Z 2022-12-01T10:21:03.5999590Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.5999882Z FAIL: Truncate suffix 2022-12-01T10:21:03.6000044Z 2022-12-01T10:21:03.6000200Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:21:03.6000499Z FAIL: Delta Debugging 2022-12-01T10:21:03.6000737Z Trying granularity 1 2022-12-01T10:21:03.6000899Z 2022-12-01T10:21:03.6001052Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:21:03.6001341Z FAIL: Truncate suffix 2022-12-01T10:21:03.6001483Z 2022-12-01T10:21:03.6001643Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:21:03.6001936Z FAIL: Delta Debugging 2022-12-01T10:21:03.6002096Z 2022-12-01T10:21:03.6002256Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:21:03.6002534Z FAIL: Remove outputs 2022-12-01T10:21:03.6002778Z Made 15 queries 2022-12-01T10:21:03.6002931Z 2022-12-01T10:21:03.6003056Z # Working Repro with 3 nodes 2022-12-01T10:21:03.6003415Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.6003842Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.6004117Z 2022-12-01T10:21:03.6004135Z 2022-12-01T10:21:03.6004153Z 2022-12-01T10:21:03.6004275Z def forward(self, sub): 2022-12-01T10:21:03.6004553Z truediv = sub / sub; sub = None 2022-12-01T10:21:03.6004807Z return (truediv,) 2022-12-01T10:21:03.6005134Z 2022-12-01T10:21:03.6005253Z 2022-12-01T10:21:03.6005394Z Wrote minimal repro out to repro.py 2022-12-01T10:21:03.6005664Z ok (0.037s) 2022-12-01T10:21:03.6005974Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-12-01T10:21:03.6006197Z 2022-12-01T10:21:03.6006363Z # Working Repro with 8 nodes 2022-12-01T10:21:03.6006843Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.6007321Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.6007597Z 2022-12-01T10:21:03.6007615Z 2022-12-01T10:21:03.6007633Z 2022-12-01T10:21:03.6007758Z def forward(self, a_1, b_1): 2022-12-01T10:21:03.6008114Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-12-01T10:21:03.6008473Z getitem = std_mean[0] 2022-12-01T10:21:03.6008761Z getitem_1 = std_mean[1]; std_mean = None 2022-12-01T10:21:03.6009112Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:21:03.6009530Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:21:03.6009859Z return (add,) 2022-12-01T10:21:03.6010069Z 2022-12-01T10:21:03.6010204Z 2022-12-01T10:21:03.6010323Z Trying granularity 8 2022-12-01T10:21:03.6010491Z 2022-12-01T10:21:03.6010662Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:21:03.6010967Z FAIL: Eliminate dead code 2022-12-01T10:21:03.6011118Z 2022-12-01T10:21:03.6011287Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:21:03.6011597Z FAIL: Remove unused inputs 2022-12-01T10:21:03.6011768Z 2022-12-01T10:21:03.6011926Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:21:03.6012201Z FAIL: Truncate suffix 2022-12-01T10:21:03.6012437Z 2022-12-01T10:21:03.6012601Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:21:03.6012894Z FAIL: Delta Debugging 2022-12-01T10:21:03.6013138Z Trying granularity 4 2022-12-01T10:21:03.6013300Z 2022-12-01T10:21:03.6013458Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:21:03.6013750Z FAIL: Truncate suffix 2022-12-01T10:21:03.6013911Z 2022-12-01T10:21:03.6014070Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:21:03.6014360Z SUCCESS: Went from 8 to 6 nodes 2022-12-01T10:21:03.6014644Z SUCCESS: Went from 2 to 3 inputs 2022-12-01T10:21:03.6014819Z 2022-12-01T10:21:03.6014945Z # Working Repro with 6 nodes 2022-12-01T10:21:03.6015684Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-12-01T10:21:03.6016205Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.6016488Z 2022-12-01T10:21:03.6016506Z 2022-12-01T10:21:03.6016524Z 2022-12-01T10:21:03.6016674Z def forward(self, b_1, getitem, getitem_1): 2022-12-01T10:21:03.6017053Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:21:03.6017461Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:21:03.6017789Z return (add,) 2022-12-01T10:21:03.6018017Z 2022-12-01T10:21:03.6018159Z 2022-12-01T10:21:03.6018260Z Trying granularity 4 2022-12-01T10:21:03.6018427Z 2022-12-01T10:21:03.6018597Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:21:03.6018906Z FAIL: Eliminate dead code 2022-12-01T10:21:03.6019081Z 2022-12-01T10:21:03.6019251Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:21:03.6019544Z FAIL: Remove unused inputs 2022-12-01T10:21:03.6019715Z 2022-12-01T10:21:03.6019872Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:21:03.6020169Z FAIL: Truncate suffix 2022-12-01T10:21:03.6020338Z 2022-12-01T10:21:03.6020477Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:21:03.6020781Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:21:03.6020953Z 2022-12-01T10:21:03.6021077Z # Working Repro with 4 nodes 2022-12-01T10:21:03.6021518Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.6022078Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.6022373Z 2022-12-01T10:21:03.6022391Z 2022-12-01T10:21:03.6022410Z 2022-12-01T10:21:03.6022545Z def forward(self, getitem, mul): 2022-12-01T10:21:03.6022910Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:21:03.6023222Z return (add,) 2022-12-01T10:21:03.6023451Z 2022-12-01T10:21:03.6023587Z 2022-12-01T10:21:03.6023703Z Trying granularity 4 2022-12-01T10:21:03.6023868Z 2022-12-01T10:21:03.6024035Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6024327Z FAIL: Eliminate dead code 2022-12-01T10:21:03.6024498Z 2022-12-01T10:21:03.6024667Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6024983Z FAIL: Remove unused inputs 2022-12-01T10:21:03.6025137Z 2022-12-01T10:21:03.6025296Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6025594Z FAIL: Truncate suffix 2022-12-01T10:21:03.6025756Z 2022-12-01T10:21:03.6025917Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6026195Z FAIL: Delta Debugging 2022-12-01T10:21:03.6026451Z Trying granularity 2 2022-12-01T10:21:03.6026614Z 2022-12-01T10:21:03.6026768Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6027039Z FAIL: Truncate suffix 2022-12-01T10:21:03.6027205Z 2022-12-01T10:21:03.6027361Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6027656Z FAIL: Delta Debugging 2022-12-01T10:21:03.6027909Z Trying granularity 1 2022-12-01T10:21:03.6028051Z 2022-12-01T10:21:03.6028300Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6028596Z FAIL: Truncate suffix 2022-12-01T10:21:03.6028756Z 2022-12-01T10:21:03.6028913Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6029190Z FAIL: Delta Debugging 2022-12-01T10:21:03.6029351Z 2022-12-01T10:21:03.6029507Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:21:03.6029799Z FAIL: Remove outputs 2022-12-01T10:21:03.6030030Z Made 11 queries 2022-12-01T10:21:03.6030183Z 2022-12-01T10:21:03.6030308Z # Working Repro with 4 nodes 2022-12-01T10:21:03.6030770Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:21:03.6031249Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:21:03.6031506Z 2022-12-01T10:21:03.6031543Z 2022-12-01T10:21:03.6031561Z 2022-12-01T10:21:03.6031676Z def forward(self, getitem, mul): 2022-12-01T10:21:03.6032046Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:21:03.6032378Z return (add,) 2022-12-01T10:21:03.6032587Z 2022-12-01T10:21:03.6032723Z 2022-12-01T10:21:03.6032864Z Wrote minimal repro out to repro.py 2022-12-01T10:21:03.6033133Z ok (0.034s) 2022-12-01T10:21:03.6033279Z 2022-12-01T10:21:03.6033556Z ---------------------------------------------------------------------- 2022-12-01T10:21:03.6033875Z Ran 5 tests in 1.754s 2022-12-01T10:21:03.6034042Z 2022-12-01T10:21:03.6034134Z OK 2022-12-01T10:21:03.6034269Z 2022-12-01T10:21:03.6034393Z Generating XML reports... 2022-12-01T10:21:03.6034936Z Generated XML report: test-reports/python-unittest/functorch.test_minifier/TEST-TestMinifier-20221201102101.xml 2022-12-01T10:21:03.6035264Z 2022-12-01T10:21:03.6035797Z ##[endgroup] 2022-12-01T10:21:03.6036364Z FINISHED PRINTING LOG FILE of functorch/test_minifier (/var/lib/jenkins/workspace/test/test-reports/functorch-test_minifier_0hgkforx) 2022-12-01T10:21:03.6036699Z 2022-12-01T10:21:05.6396502Z Ignoring disabled issues: [] 2022-12-01T10:21:11.9381371Z 2022-12-01T10:21:11.9382144Z Expand the folded group to see the log file of functorch/test_memory_efficient_fusion 2022-12-01T10:21:11.9383481Z ##[group]PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/var/lib/jenkins/workspace/test/test-reports/functorch-test_memory_efficient_fusion_0s4vdn44) 2022-12-01T10:21:11.9384113Z 2022-12-01T10:21:11.9384255Z Running tests... 2022-12-01T10:21:11.9385230Z ---------------------------------------------------------------------- 2022-12-01T10:21:11.9386158Z Test results will be stored in test-reports/python-unittest/functorch.test_memory_efficient_fusion 2022-12-01T10:21:11.9386642Z test_empty (__main__.NoChangeTestCase) ... ok (1.557s) 2022-12-01T10:21:11.9387062Z test_nochange (__main__.NoChangeTestCase) ... ok (0.006s) 2022-12-01T10:21:11.9387712Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.005s) 2022-12-01T10:21:11.9388087Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.005s) 2022-12-01T10:21:11.9388461Z test_random (__main__.RandomOpTestCase) ... ok (0.078s) 2022-12-01T10:21:11.9388889Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.008s) 2022-12-01T10:21:11.9389287Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.068s) 2022-12-01T10:21:11.9389660Z test_kwarg (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:21:11.9390048Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:21:11.9390415Z test_simple (__main__.ReduceTestCase) ... ok (0.006s) 2022-12-01T10:21:11.9390771Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:21:11.9391148Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.006s) 2022-12-01T10:21:11.9391509Z test_two_args (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:21:11.9391877Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:21:11.9392980Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:21:11.9393990Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:21:11.9394307Z ok (1.245s) 2022-12-01T10:21:11.9394642Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.696s) 2022-12-01T10:21:11.9395097Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.075s) 2022-12-01T10:21:11.9395544Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... ok (2.015s) 2022-12-01T10:21:11.9395959Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.304s) 2022-12-01T10:21:11.9396393Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.749s) 2022-12-01T10:21:11.9396836Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.689s) 2022-12-01T10:21:11.9397085Z 2022-12-01T10:21:11.9397364Z ---------------------------------------------------------------------- 2022-12-01T10:21:11.9397679Z Ran 21 tests in 10.548s 2022-12-01T10:21:11.9397845Z 2022-12-01T10:21:11.9397941Z OK 2022-12-01T10:21:11.9398075Z 2022-12-01T10:21:11.9398200Z Generating XML reports... 2022-12-01T10:21:11.9398794Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-NoChangeTestCase-20221201102100.xml 2022-12-01T10:21:11.9399567Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-RandomOpTestCase-20221201102100.xml 2022-12-01T10:21:11.9400330Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-ReduceTestCase-20221201102100.xml 2022-12-01T10:21:11.9401145Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20221201102100.xml 2022-12-01T10:21:11.9401548Z 2022-12-01T10:21:11.9401872Z ##[endgroup] 2022-12-01T10:21:11.9402500Z FINISHED PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/var/lib/jenkins/workspace/test/test-reports/functorch-test_memory_efficient_fusion_0s4vdn44) 2022-12-01T10:21:11.9402866Z 2022-12-01T10:21:12.2165877Z Running functorch/test_ops ... [2022-12-01 10:21:12.216101] 2022-12-01T10:21:15.3657661Z Ignoring disabled issues: [] 2022-12-01T10:21:15.3712633Z Ignoring disabled issues: [] 2022-12-01T10:21:15.3839653Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:21:15.383472] 2022-12-01T10:21:15.3895457Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:21:15.389090] 2022-12-01T11:07:20.7182199Z 2022-12-01T11:07:20.7185176Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T11:07:20.7186648Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_a41ugwhn) 2022-12-01T11:07:20.7188482Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T11:07:20.7189605Z warnings.warn(msg, FutureWarning) 2022-12-01T11:07:20.7191285Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T11:07:20.7192865Z warnings.warn(msg, FutureWarning) 2022-12-01T11:07:20.7194298Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T11:07:20.7194916Z warnings.warn(msg, FutureWarning) 2022-12-01T11:07:20.7196194Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T11:07:20.7196843Z warnings.warn(msg, FutureWarning) 2022-12-01T11:07:20.7201672Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T11:07:20.7202575Z warnings.warn(msg, FutureWarning) 2022-12-01T11:07:20.7204725Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T11:07:20.7205920Z warnings.warn(msg, FutureWarning) 2022-12-01T11:07:20.7206871Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-f0d5f76cf532015b.xml 2022-12-01T11:07:20.7208313Z ============================= test session starts ============================== 2022-12-01T11:07:20.7209553Z platform linux -- Python 3.10.4, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T11:07:20.7210419Z cachedir: .pytest_cache 2022-12-01T11:07:20.7211748Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T11:07:20.7212921Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T11:07:20.7214566Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T11:07:20.7221223Z collecting ... collected 8866 items / 19 deselected / 8847 selected 2022-12-01T11:07:20.7781590Z Running 4334 items in this shard: test_ops.py::TestOperatorsCUDA::test_extremal_numerics_cross_entropy_cuda, test_ops.py::TestOperatorsCUDA::test_extremal_numerics_l1_loss_cuda, test_ops.py::TestOperatorsCUDA::test_extremal_numerics_layer_norm_cuda, test_ops.py::TestOperatorsCUDA::test_extremal_numerics_softmax_cuda, test_ops.py::TestOperatorsCUDA::test_grad_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_vjp_cuda, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_istft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_singular_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvmapjvp_linalg_solve_cuda 2022-12-01T11:07:20.8251590Z 2022-12-01T11:07:20.8251932Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_cross_entropy_cuda PASSED 2022-12-01T11:07:20.8252428Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_l1_loss_cuda PASSED 2022-12-01T11:07:20.8252910Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_layer_norm_cuda PASSED 2022-12-01T11:07:20.8253392Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_softmax_cuda PASSED 2022-12-01T11:07:20.8253862Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_H_cuda_float32 PASSED 2022-12-01T11:07:20.8254284Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_T_cuda_float32 PASSED 2022-12-01T11:07:20.8254725Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___rdiv___cuda_float32 PASSED 2022-12-01T11:07:20.8255587Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.8256038Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___rsub___cuda_float32 PASSED 2022-12-01T11:07:20.8256486Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_acos_cuda_float32 PASSED 2022-12-01T11:07:20.8256933Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_add_cuda_float32 PASSED 2022-12-01T11:07:20.8257382Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_addbmm_cuda_float32 PASSED 2022-12-01T11:07:20.8257818Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_addcdiv_cuda_float32 PASSED 2022-12-01T11:07:20.8258272Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_addmm_cuda_float32 PASSED 2022-12-01T11:07:20.8258724Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_addr_cuda_float32 PASSED 2022-12-01T11:07:20.8259218Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8259974Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8260561Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8261063Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_asinh_cuda_float32 PASSED 2022-12-01T11:07:20.8261493Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_atan2_cuda_float32 PASSED 2022-12-01T11:07:20.8261941Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.8262403Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_atleast_3d_cuda_float32 PASSED 2022-12-01T11:07:20.8262868Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_baddbmm_cuda_float32 PASSED 2022-12-01T11:07:20.8263361Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8263923Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8264483Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8265052Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8265599Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8266057Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cat_cuda_float32 PASSED 2022-12-01T11:07:20.8266505Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.8267097Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8267690Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8268231Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cholesky_cuda_float32 PASSED 2022-12-01T11:07:20.8268703Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:07:20.8269167Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8269630Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_clone_cuda_float32 PASSED 2022-12-01T11:07:20.8270089Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_column_stack_cuda_float32 PASSED 2022-12-01T11:07:20.8270542Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:07:20.8271018Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_copysign_cuda_float32 PASSED 2022-12-01T11:07:20.8271470Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cos_cuda_float32 PASSED 2022-12-01T11:07:20.8271916Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.8272416Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8272928Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cummin_cuda_float32 PASSED 2022-12-01T11:07:20.8273382Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.8273843Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.8274320Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_deg2rad_cuda_float32 PASSED 2022-12-01T11:07:20.8274764Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_diag_cuda_float32 PASSED 2022-12-01T11:07:20.8275227Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.8275668Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_diagonal_cuda_float32 PASSED 2022-12-01T11:07:20.8276139Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8276720Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_diff_cuda_float32 PASSED 2022-12-01T11:07:20.8277165Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_dist_cuda_float32 PASSED 2022-12-01T11:07:20.8277608Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_dot_cuda_float32 PASSED 2022-12-01T11:07:20.8278055Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_dsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8278506Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.8279010Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8279582Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8280135Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8280610Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_erf_cuda_float32 PASSED 2022-12-01T11:07:20.8281062Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.8281514Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_erfinv_cuda_float32 PASSED 2022-12-01T11:07:20.8281966Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_expand_cuda_float32 PASSED 2022-12-01T11:07:20.8282456Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8282962Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fft2_cuda_float32 PASSED 2022-12-01T11:07:20.8283488Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.8283952Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:07:20.8284399Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft_cuda_float32 PASSED 2022-12-01T11:07:20.8284855Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.8285314Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:07:20.8285757Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8286218Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8286677Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8287132Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.8287569Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8288026Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.8288481Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_flipud_cuda_float32 PASSED 2022-12-01T11:07:20.8288957Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8289512Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8290066Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.8290516Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fmin_cuda_float32 PASSED 2022-12-01T11:07:20.8290942Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.8291388Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_gather_cuda_float32 PASSED 2022-12-01T11:07:20.8291892Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8292429Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8292935Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.8293386Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_half_cuda_float32 PASSED 2022-12-01T11:07:20.8293937Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8294488Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8294998Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8295638Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.8296092Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_i0_cuda_float32 PASSED 2022-12-01T11:07:20.8296605Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8297097Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_add_cuda_float32 PASSED 2022-12-01T11:07:20.8297559Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8298041Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8298525Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_reduce_cuda_float32 PASSED 2022-12-01T11:07:20.8299057Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8299647Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8300197Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8300850Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8301415Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8302039Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8302581Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_kthvalue_cuda_float32 PASSED 2022-12-01T11:07:20.8303044Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.8303488Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cross_cuda_float32 PASSED 2022-12-01T11:07:20.8303959Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.8304434Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8304949Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8305528Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8306874Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86411 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.8307729Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8308285Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8308805Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_qr_cuda_float32 PASSED 2022-12-01T11:07:20.8309273Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8309764Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:07:20.8310325Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_svd_cuda_float32 PASSED 2022-12-01T11:07:20.8310803Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:07:20.8311292Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:07:20.8311773Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.8312216Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_log2_cuda_float32 PASSED 2022-12-01T11:07:20.8312669Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_log_cuda_float32 PASSED 2022-12-01T11:07:20.8313120Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8313592Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.8314038Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.8314560Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8315130Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8315695Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8316185Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logit_cuda_float32 PASSED 2022-12-01T11:07:20.8316638Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.8317280Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8317841Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8318336Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8318775Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mH_cuda_float32 PASSED 2022-12-01T11:07:20.8319228Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8319730Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8320252Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.8320731Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8321202Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.8321680Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_median_cuda_float32 PASSED 2022-12-01T11:07:20.8322155Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8322628Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_select_cuda_float32 PASSED 2022-12-01T11:07:20.8323078Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8323539Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_matmul_cuda_float32 PASSED 2022-12-01T11:07:20.8323994Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_matrix_exp_cuda_float32 PASSED 2022-12-01T11:07:20.8324439Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_max_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8324897Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_maximum_cuda_float32 PASSED 2022-12-01T11:07:20.8325355Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_median_cuda_float32 PASSED 2022-12-01T11:07:20.8325838Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.8326316Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8326866Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8327354Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mode_cuda_float32 PASSED 2022-12-01T11:07:20.8327810Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_movedim_cuda_float32 PASSED 2022-12-01T11:07:20.8328239Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mul_cuda_float32 PASSED 2022-12-01T11:07:20.8328680Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mv_cuda_float32 PASSED 2022-12-01T11:07:20.8329146Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:07:20.8329625Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:07:20.8330103Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nanmedian_cuda_float32 PASSED 2022-12-01T11:07:20.8330568Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nanquantile_cuda_float32 PASSED 2022-12-01T11:07:20.8331035Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nansum_cuda_float32 PASSED 2022-12-01T11:07:20.8331523Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8332089Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8332660Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8333193Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8333837Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8334354Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8334878Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8335628Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8336133Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8336668Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:07:20.8337189Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:07:20.8337703Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8338259Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8338803Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8339378Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8339910Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8340428Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.8340949Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:07:20.8341466Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8342002Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:07:20.8342520Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.8343024Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout2d_cuda_float32 PASSED 2022-12-01T11:07:20.8343590Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout_cuda_float32 PASSED 2022-12-01T11:07:20.8344148Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:07:20.8344697Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8345224Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gaussian_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8345703Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:07:20.8346208Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8346715Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8347200Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:07:20.8347721Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8348244Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8348761Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:07:20.8349270Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.8349810Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8350414Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8350912Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8351407Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8351926Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8352438Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8352948Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8353434Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8353947Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8354463Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8354960Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8355489Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multi_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8356026Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8356546Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8357032Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.8357540Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:07:20.8358056Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:07:20.8358578Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:07:20.8359077Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:07:20.8359625Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:07:20.8360133Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_rrelu_cuda_float32 PASSED 2022-12-01T11:07:20.8360603Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:07:20.8361102Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8361612Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:07:20.8362129Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8362623Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.8363142Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8363673Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.8364165Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.8364603Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.8365050Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.8365565Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8366178Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8366849Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8367382Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8367892Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_pca_lowrank_cuda_float32 PASSED 2022-12-01T11:07:20.8368339Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_permute_cuda_float32 PASSED 2022-12-01T11:07:20.8368820Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:07:20.8369312Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.8369784Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_pow_cuda_float32 PASSED 2022-12-01T11:07:20.8370219Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_rad2deg_cuda_float32 PASSED 2022-12-01T11:07:20.8370730Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8371235Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ravel_cuda_float32 PASSED 2022-12-01T11:07:20.8371672Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_renorm_cuda_float32 PASSED 2022-12-01T11:07:20.8372148Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.8372622Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_reshape_cuda_float32 PASSED 2022-12-01T11:07:20.8373135Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8373675Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8374177Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.8374646Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.8375281Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:07:20.8375763Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.8376310Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8376817Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8377276Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8377763Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8378254Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_lengths_cuda_float32 PASSED 2022-12-01T11:07:20.8378753Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_offsets_cuda_float32 PASSED 2022-12-01T11:07:20.8379208Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sgn_cuda_float32 PASSED 2022-12-01T11:07:20.8379714Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8380209Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sin_cuda_float32 PASSED 2022-12-01T11:07:20.8380642Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_slice_cuda_float32 PASSED 2022-12-01T11:07:20.8381110Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_slice_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8381570Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8382042Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.8382515Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:07:20.8383143Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8383734Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8384321Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8385183Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8385765Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.8386231Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_i1_cuda_float32 PASSED 2022-12-01T11:07:20.8386682Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.8387236Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8387788Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.8388336Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8388935Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8389538Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8390111Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.8390672Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8391486Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8392144Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8392744Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.8393224Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sqrt_cuda_float32 PASSED 2022-12-01T11:07:20.8393661Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_squeeze_cuda_float32 PASSED 2022-12-01T11:07:20.8394113Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_std_cuda_float32 PASSED 2022-12-01T11:07:20.8394562Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_std_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8394992Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_stft_cuda_float32 PASSED 2022-12-01T11:07:20.8395440Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sub_cuda_float32 PASSED 2022-12-01T11:07:20.8395874Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8396325Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_svd_lowrank_cuda_float32 PASSED 2022-12-01T11:07:20.8396767Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_symeig_cuda_float32 PASSED 2022-12-01T11:07:20.8397214Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_t_cuda_float32 PASSED 2022-12-01T11:07:20.8397669Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8398122Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_tensor_split_cuda_float32 XFAIL 2022-12-01T11:07:20.8398584Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_tile_cuda_float32 PASSED 2022-12-01T11:07:20.8399036Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_to_sparse_cuda_float32 XFAIL 2022-12-01T11:07:20.8399564Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_trace_cuda_float32 PASSED 2022-12-01T11:07:20.8400004Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.8400480Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8400944Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_triu_cuda_float32 PASSED 2022-12-01T11:07:20.8401384Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_true_divide_cuda_float32 PASSED 2022-12-01T11:07:20.8401848Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_unbind_cuda_float32 PASSED 2022-12-01T11:07:20.8402294Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.8402808Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8403351Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8403863Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_unsqueeze_cuda_float32 PASSED 2022-12-01T11:07:20.8404321Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_var_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8404786Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_view_as_complex_cuda_float32 PASSED 2022-12-01T11:07:20.8405230Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_view_cuda_float32 PASSED 2022-12-01T11:07:20.8405683Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_vsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8406138Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_where_cuda_float32 PASSED 2022-12-01T11:07:20.8406566Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_xlogy_cuda_float32 PASSED 2022-12-01T11:07:20.8407013Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_zero__cuda_float32 PASSED 2022-12-01T11:07:20.8407519Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8408019Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_H_cuda_float32 PASSED 2022-12-01T11:07:20.8408453Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___getitem___cuda_float32 PASSED 2022-12-01T11:07:20.8408929Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8409405Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rmatmul___cuda_float32 PASSED 2022-12-01T11:07:20.8409895Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.8410360Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rmul___cuda_float32 PASSED 2022-12-01T11:07:20.8410801Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rsub___cuda_float32 PASSED 2022-12-01T11:07:20.8411250Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_abs_cuda_float32 PASSED 2022-12-01T11:07:20.8411685Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addcdiv_cuda_float32 PASSED 2022-12-01T11:07:20.8412143Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addmm_cuda_float32 PASSED 2022-12-01T11:07:20.8412611Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.8413060Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addr_cuda_float32 PASSED 2022-12-01T11:07:20.8413573Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_allclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8414079Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8414584Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_aminmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8415340Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8415915Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8416478Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argwhere_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8417079Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8417544Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atan_cuda_float32 PASSED 2022-12-01T11:07:20.8417998Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atleast_1d_cuda_float32 PASSED 2022-12-01T11:07:20.8418462Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atleast_3d_cuda_float32 PASSED 2022-12-01T11:07:20.8418901Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_baddbmm_cuda_float32 PASSED 2022-12-01T11:07:20.8419358Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bernoulli_cuda_float32 PASSED 2022-12-01T11:07:20.8419911Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8420444Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bmm_cuda_float32 PASSED 2022-12-01T11:07:20.8420970Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8421515Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.8422044Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bucketize_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8422624Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8423160Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.8423622Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_column_stack_cuda_float32 PASSED 2022-12-01T11:07:20.8424095Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.8424535Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_conj_cuda_float32 PASSED 2022-12-01T11:07:20.8424998Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:07:20.8425459Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cos_cuda_float32 PASSED 2022-12-01T11:07:20.8425902Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.8426326Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cummax_cuda_float32 PASSED 2022-12-01T11:07:20.8426851Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.8427352Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.8427812Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.8428273Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_cuda_float32 PASSED 2022-12-01T11:07:20.8428717Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diff_cuda_float32 PASSED 2022-12-01T11:07:20.8429145Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dist_cuda_float32 PASSED 2022-12-01T11:07:20.8429607Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:07:20.8430078Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_double_cuda_float32 PASSED 2022-12-01T11:07:20.8430583Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_eq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8431059Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_erf_cuda_float32 PASSED 2022-12-01T11:07:20.8431502Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.8431946Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_exp_cuda_float32 PASSED 2022-12-01T11:07:20.8432395Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.8432878Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_eye_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8433468Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft2_cuda_float32 PASSED 2022-12-01T11:07:20.8433929Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:07:20.8434377Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8434831Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft_cuda_float32 PASSED 2022-12-01T11:07:20.8435287Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:07:20.8435745Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8436181Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8436636Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.8437081Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_flip_cuda_float32 PASSED 2022-12-01T11:07:20.8437518Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fliplr_cuda_float32 PASSED 2022-12-01T11:07:20.8437963Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_flipud_cuda_float32 PASSED 2022-12-01T11:07:20.8438411Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_floor_cuda_float32 PASSED 2022-12-01T11:07:20.8438861Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_frexp_cuda_float32 PASSED 2022-12-01T11:07:20.8439284Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_gather_cuda_float32 PASSED 2022-12-01T11:07:20.8439733Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.8440245Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_half_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8440792Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_heaviside_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8441350Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_histc_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8441857Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8442309Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.8442742Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_hypot_cuda_float32 PASSED 2022-12-01T11:07:20.8443184Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_i0_cuda_float32 PASSED 2022-12-01T11:07:20.8443741Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_igamma_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8444301Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_igammac_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8444809Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_add_cuda_float32 PASSED 2022-12-01T11:07:20.8445267Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_copy_cuda_float32 PASSED 2022-12-01T11:07:20.8445726Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_put_cuda_float32 PASSED 2022-12-01T11:07:20.8446181Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8446657Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_select_cuda_float32 PASSED 2022-12-01T11:07:20.8447113Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_inner_cuda_float32 PASSED 2022-12-01T11:07:20.8447644Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8448232Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8448787Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8449338Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isnan_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8449944Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isneginf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8450445Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_istft_cuda_float32 PASSED 2022-12-01T11:07:20.8450983Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8485470Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8486035Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_kthvalue_cuda_float32 PASSED 2022-12-01T11:07:20.8486481Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.8486990Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_le_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8487486Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lerp_cuda_float32 PASSED 2022-12-01T11:07:20.8487952Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.8488410Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:07:20.8488884Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.8489352Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.8489826Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:07:20.8490428Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8491008Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8491540Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:07:20.8492007Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8492472Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_cuda_float32 PASSED 2022-12-01T11:07:20.8492946Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8493638Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8494201Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8494699Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:07:20.8495484Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:07:20.8495962Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_qr_cuda_float32 PASSED 2022-12-01T11:07:20.8496426Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:07:20.8496909Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8497395Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:07:20.8497859Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.8498335Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:07:20.8498812Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.8499266Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8499795Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8500298Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log10_cuda_float32 PASSED 2022-12-01T11:07:20.8500867Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.8501300Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8501763Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8502284Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logcumsumexp_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8502781Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.8503297Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_and_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8503863Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_not_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8504429Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_or_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8504977Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8505488Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.8505937Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8506372Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mH_cuda_float32 PASSED 2022-12-01T11:07:20.8506793Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mT_cuda_float32 PASSED 2022-12-01T11:07:20.8507242Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.8507708Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8508147Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8508612Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_median_cuda_float32 PASSED 2022-12-01T11:07:20.8509073Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_select_cuda_float32 PASSED 2022-12-01T11:07:20.8509541Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8509989Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.8510457Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_std_cuda_float32 PASSED 2022-12-01T11:07:20.8510990Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8511464Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8511957Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8512429Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_maximum_cuda_float32 PASSED 2022-12-01T11:07:20.8512878Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8513319Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8513790Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8514249Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mode_cuda_float32 PASSED 2022-12-01T11:07:20.8514678Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_movedim_cuda_float32 PASSED 2022-12-01T11:07:20.8515203Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_multinomial_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8515735Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.8516217Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:07:20.8516674Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:07:20.8517141Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nanmean_cuda_float32 PASSED 2022-12-01T11:07:20.8517684Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nanmedian_cuda_float32 PASSED 2022-12-01T11:07:20.8518150Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nanquantile_cuda_float32 PASSED 2022-12-01T11:07:20.8518591Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_narrow_cuda_float32 PASSED 2022-12-01T11:07:20.8519060Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_native_batch_norm_cuda_float32 XFAIL 2022-12-01T11:07:20.8519573Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ne_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8520119Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8520692Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8521248Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nextafter_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8521797Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8522304Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8522822Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8523339Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8523836Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8524347Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:07:20.8524853Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:07:20.8525335Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:07:20.8525837Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8526375Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8526955Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.8527487Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:07:20.8527989Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8528505Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.8529063Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8529676Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8530207Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:07:20.8530747Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:07:20.8531296Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8531818Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8532350Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:07:20.8532835Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:07:20.8533328Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8533885Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:07:20.8534382Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:07:20.8534896Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8535656Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8536163Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:07:20.8536688Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:07:20.8537221Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8537739Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8538229Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:07:20.8538735Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8539255Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8539750Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8540252Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8540753Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8541285Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8541803Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8542323Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8542901Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8543568Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8544096Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.8544608Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:07:20.8545128Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:07:20.8545690Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8546231Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8546733Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:07:20.8547218Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_rrelu_cuda_float32 XFAIL 2022-12-01T11:07:20.8547685Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:07:20.8548187Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8548703Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.8549208Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:07:20.8549688Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8550271Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:07:20.8550817Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8551327Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.8551857Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8552426Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_normal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8552980Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8553463Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_permute_cuda_float32 PASSED 2022-12-01T11:07:20.8553925Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_pinverse_cuda_float32 PASSED 2022-12-01T11:07:20.8554387Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polar_cuda_float32 PASSED 2022-12-01T11:07:20.8554865Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.8555344Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.8555807Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_pow_cuda_float32 PASSED 2022-12-01T11:07:20.8556249Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8556702Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rad2deg_cuda_float32 PASSED 2022-12-01T11:07:20.8557209Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_randint_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8557785Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_randn_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8558296Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ravel_cuda_float32 PASSED 2022-12-01T11:07:20.8558736Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_reciprocal_cuda_float32 PASSED 2022-12-01T11:07:20.8559216Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.8559688Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_reshape_as_cuda_float32 PASSED 2022-12-01T11:07:20.8560205Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_reshape_cuda_float32 PASSED 2022-12-01T11:07:20.8560716Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resize__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8561282Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resize_as__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8561792Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.8562228Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_roll_cuda_float32 PASSED 2022-12-01T11:07:20.8562683Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.8563146Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:07:20.8563626Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:07:20.8564099Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8564582Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8565059Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8565589Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_searchsorted_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8566164Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8566775Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_select_cuda_float32 PASSED 2022-12-01T11:07:20.8567235Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8567732Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_short_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8568289Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_signbit_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8568787Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sin_cuda_float32 PASSED 2022-12-01T11:07:20.8569232Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.8569661Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_slice_cuda_float32 PASSED 2022-12-01T11:07:20.8570124Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_slice_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8570588Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8571023Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sort_cuda_float32 PASSED 2022-12-01T11:07:20.8571544Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8572130Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8572738Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8573591Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8574170Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.8574721Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8575496Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.8576220Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8576961Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8577509Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.8577988Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtri_cuda_float32 PASSED 2022-12-01T11:07:20.8578484Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.8579073Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8579908Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8580572Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8581083Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_split_cuda_float32 PASSED 2022-12-01T11:07:20.8581542Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.8582019Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.8582486Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sqrt_cuda_float32 PASSED 2022-12-01T11:07:20.8582921Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_squeeze_cuda_float32 PASSED 2022-12-01T11:07:20.8583460Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_stack_cuda_float32 PASSED 2022-12-01T11:07:20.8583906Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_std_cuda_float32 PASSED 2022-12-01T11:07:20.8584330Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_stft_cuda_float32 PASSED 2022-12-01T11:07:20.8584778Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_svd_cuda_float32 PASSED 2022-12-01T11:07:20.8585239Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8585701Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tanh_cuda_float32 PASSED 2022-12-01T11:07:20.8586138Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tensor_split_cuda_float32 XFAIL 2022-12-01T11:07:20.8586604Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tensordot_cuda_float32 PASSED 2022-12-01T11:07:20.8587052Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_topk_cuda_float32 PASSED 2022-12-01T11:07:20.8587486Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.8587942Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unbind_cuda_float32 PASSED 2022-12-01T11:07:20.8588388Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.8588901Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_uniform_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8589466Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8590082Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unique_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8590583Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_var_cuda_float32 PASSED 2022-12-01T11:07:20.8591009Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_vdot_cuda_float32 PASSED 2022-12-01T11:07:20.8591457Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.8591910Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_where_cuda_float32 PASSED 2022-12-01T11:07:20.8592357Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_xlogy_cuda_float32 PASSED 2022-12-01T11:07:20.8592842Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_zeros_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.8593342Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_H_cuda_float32 PASSED 2022-12-01T11:07:20.8593856Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___cuda_float32 PASSED 2022-12-01T11:07:20.8594332Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8594814Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmul___cuda_float32 PASSED 2022-12-01T11:07:20.8595275Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rpow___cuda_float32 PASSED 2022-12-01T11:07:20.8595727Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rsub___cuda_float32 PASSED 2022-12-01T11:07:20.8596166Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_acos_cuda_float32 PASSED 2022-12-01T11:07:20.8596622Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_acosh_cuda_float32 PASSED 2022-12-01T11:07:20.8597082Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addbmm_cuda_float32 PASSED 2022-12-01T11:07:20.8597529Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcdiv_cuda_float32 PASSED 2022-12-01T11:07:20.8597993Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_cuda_float32 PASSED 2022-12-01T11:07:20.8598467Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.8598945Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.8599440Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8600006Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8600649Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8601215Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8601714Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_cuda_float32 PASSED 2022-12-01T11:07:20.8602220Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_scatter_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8602711Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_asin_cuda_float32 PASSED 2022-12-01T11:07:20.8603149Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan2_cuda_float32 PASSED 2022-12-01T11:07:20.8603604Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan_cuda_float32 PASSED 2022-12-01T11:07:20.8604068Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_2d_cuda_float32 PASSED 2022-12-01T11:07:20.8604541Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_baddbmm_cuda_float32 PASSED 2022-12-01T11:07:20.8604993Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bernoulli_cuda_float32 PASSED 2022-12-01T11:07:20.8605467Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_cuda_float32 PASSED 2022-12-01T11:07:20.8605936Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_block_diag_cuda_float32 PASSED 2022-12-01T11:07:20.8606380Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bmm_cuda_float32 PASSED 2022-12-01T11:07:20.8606893Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8607491Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8608049Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.8608511Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cat_cuda_float32 PASSED 2022-12-01T11:07:20.8608969Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.8609427Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_chalf_cuda_float32 PASSED 2022-12-01T11:07:20.8609945Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8610542Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_cuda_float32 PASSED 2022-12-01T11:07:20.8611023Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_max_cuda_float32 PASSED 2022-12-01T11:07:20.8611490Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.8611948Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.8612431Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_physical_cuda_float32 PASSED 2022-12-01T11:07:20.8612912Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_corrcoef_cuda_float32 PASSED 2022-12-01T11:07:20.8613372Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cos_cuda_float32 PASSED 2022-12-01T11:07:20.8613809Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.8614269Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummax_cuda_float32 PASSED 2022-12-01T11:07:20.8614736Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.8615419Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.8615893Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_deg2rad_cuda_float32 PASSED 2022-12-01T11:07:20.8616363Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagflat_cuda_float32 PASSED 2022-12-01T11:07:20.8616823Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diff_cuda_float32 PASSED 2022-12-01T11:07:20.8617258Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dist_cuda_float32 PASSED 2022-12-01T11:07:20.8617824Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:07:20.8618321Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.8618817Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8619316Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8619778Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.8620288Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8620834Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8621335Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_erf_cuda_float32 PASSED 2022-12-01T11:07:20.8621801Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_as_cuda_float32 PASSED 2022-12-01T11:07:20.8622245Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft_cuda_float32 PASSED 2022-12-01T11:07:20.8622712Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.8623177Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft_cuda_float32 PASSED 2022-12-01T11:07:20.8623647Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8624092Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:07:20.8624555Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.8625016Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:07:20.8625457Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.8625928Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.8626390Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fliplr_cuda_float32 PASSED 2022-12-01T11:07:20.8626889Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8627362Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.8627892Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.8628424Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8628937Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.8629425Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8629918Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8630384Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.8630885Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8631402Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8631877Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_cuda_float32 PASSED 2022-12-01T11:07:20.8632349Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_select_cuda_float32 PASSED 2022-12-01T11:07:20.8632887Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8633478Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8634040Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8634647Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_istft_cuda_float32 PASSED 2022-12-01T11:07:20.8635183Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8635793Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8636313Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.8636806Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8637319Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.8637798Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cross_cuda_float32 PASSED 2022-12-01T11:07:20.8638278Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_cuda_float32 PASSED 2022-12-01T11:07:20.8638735Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.8639213Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.8639699Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.8640228Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_householder_product_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8640722Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_cuda_float32 PASSED 2022-12-01T11:07:20.8641196Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8641735Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8642308Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8642833Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:07:20.8643302Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8643906Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8644452Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:07:20.8644940Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8645409Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.8645895Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:07:20.8646463Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.8647028Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8647525Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:07:20.8648005Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.8648501Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:07:20.8649040Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8649551Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log10_cuda_float32 PASSED 2022-12-01T11:07:20.8649991Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.8650510Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_cuda_float32 PASSED 2022-12-01T11:07:20.8650974Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8651463Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.8651926Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8652406Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logcumsumexp_cuda_float32 XFAIL 2022-12-01T11:07:20.8652939Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8653497Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8654072Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8654584Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logit_cuda_float32 PASSED 2022-12-01T11:07:20.8655040Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8655720Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mT_cuda_float32 PASSED 2022-12-01T11:07:20.8656182Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8656718Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8657303Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8657805Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.8658281Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8658749Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8659194Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8659672Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8660149Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_std_cuda_float32 PASSED 2022-12-01T11:07:20.8660699Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_var_cuda_float32 PASSED 2022-12-01T11:07:20.8661164Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8661631Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_maximum_cuda_float32 PASSED 2022-12-01T11:07:20.8662121Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.8662592Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8663077Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8663584Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8664061Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mul_cuda_float32 PASSED 2022-12-01T11:07:20.8664492Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mv_cuda_float32 PASSED 2022-12-01T11:07:20.8664972Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.8665475Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:07:20.8665941Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmedian_cuda_float32 PASSED 2022-12-01T11:07:20.8666410Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nansum_cuda_float32 PASSED 2022-12-01T11:07:20.8666886Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_batch_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8667494Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8668039Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8668607Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8669181Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8669736Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8670259Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8670780Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8671288Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8671800Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8672306Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:07:20.8672834Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8673360Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.8673901Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:07:20.8674435Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:07:20.8674935Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:07:20.8675476Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8676023Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8676593Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8677203Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8677753Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8678260Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.8678791Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:07:20.8679306Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.8679819Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout2d_cuda_float32 PASSED 2022-12-01T11:07:20.8680315Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout3d_cuda_float32 PASSED 2022-12-01T11:07:20.8680822Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout_cuda_float32 PASSED 2022-12-01T11:07:20.8681338Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_bag_cuda_float32 XFAIL 2022-12-01T11:07:20.8681834Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:07:20.8682380Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED 2022-12-01T11:07:20.8682935Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8683528Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:07:20.8684002Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:07:20.8684507Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_grid_sample_cuda_float32 XFAIL 2022-12-01T11:07:20.8685025Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8685541Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardsigmoid_cuda_float32 XFAIL 2022-12-01T11:07:20.8686027Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:07:20.8686547Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8687082Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.8687612Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8688135Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:07:20.8688635Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8689148Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8689653Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8690211Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8690732Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8691257Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multi_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.8691777Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.8692324Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.8692862Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:07:20.8693419Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.8693959Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:07:20.8694489Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:07:20.8695000Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pdist_cuda_float32 XFAIL 2022-12-01T11:07:20.8695892Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8696411Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:07:20.8696904Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:07:20.8697407Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8697904Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:07:20.8698414Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8698928Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:07:20.8699439Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8700000Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8700661Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8701215Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8701706Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8702173Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.8702634Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.8703093Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.8703597Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8704147Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8704698Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8705192Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_pinverse_cuda_float32 PASSED 2022-12-01T11:07:20.8705684Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.8706197Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.8706702Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:07:20.8707187Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.8707663Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_pow_cuda_float32 PASSED 2022-12-01T11:07:20.8708116Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_qr_cuda_float32 PASSED 2022-12-01T11:07:20.8708640Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8709197Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8709710Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ravel_cuda_float32 PASSED 2022-12-01T11:07:20.8710245Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_real_cuda_float32 PASSED 2022-12-01T11:07:20.8710714Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_remainder_cuda_float32 PASSED 2022-12-01T11:07:20.8711183Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_cuda_float32 PASSED 2022-12-01T11:07:20.8711646Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_cuda_float32 PASSED 2022-12-01T11:07:20.8712171Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8712663Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.8713120Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_cuda_float32 PASSED 2022-12-01T11:07:20.8713594Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.8714071Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:07:20.8714555Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8715036Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8715531Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8716060Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8716606Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_lengths_cuda_float32 XFAIL 2022-12-01T11:07:20.8717169Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8717640Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sgn_cuda_float32 PASSED 2022-12-01T11:07:20.8718136Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8718651Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8719172Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8719662Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.8720123Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_cuda_float32 PASSED 2022-12-01T11:07:20.8720595Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8721070Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8721534Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.8722013Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sort_cuda_float32 PASSED 2022-12-01T11:07:20.8722493Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:07:20.8723040Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8723614Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8724203Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8724787Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8725359Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8725972Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8726660Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8727219Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.8727756Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8728302Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.8728823Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.8729424Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8730271Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8731140Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8731800Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8732398Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8732928Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.8733456Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_stack_cuda_float32 PASSED 2022-12-01T11:07:20.8733917Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_stft_cuda_float32 PASSED 2022-12-01T11:07:20.8734373Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sub_cuda_float32 PASSED 2022-12-01T11:07:20.8734820Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_to_size_cuda_float32 PASSED 2022-12-01T11:07:20.8735524Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_t_cuda_float32 PASSED 2022-12-01T11:07:20.8735994Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8736457Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tan_cuda_float32 PASSED 2022-12-01T11:07:20.8736888Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tanh_cuda_float32 PASSED 2022-12-01T11:07:20.8737355Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensor_split_cuda_float32 XFAIL 2022-12-01T11:07:20.8737830Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tile_cuda_float32 PASSED 2022-12-01T11:07:20.8738265Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_cuda_float32 PASSED 2022-12-01T11:07:20.8738728Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_sparse_cuda_float32 XFAIL 2022-12-01T11:07:20.8739187Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_topk_cuda_float32 PASSED 2022-12-01T11:07:20.8739651Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapz_cuda_float32 PASSED 2022-12-01T11:07:20.8740095Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_triu_cuda_float32 PASSED 2022-12-01T11:07:20.8740561Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_true_divide_cuda_float32 PASSED 2022-12-01T11:07:20.8741028Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trunc_cuda_float32 PASSED 2022-12-01T11:07:20.8741470Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unbind_cuda_float32 PASSED 2022-12-01T11:07:20.8741994Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8742516Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unsqueeze_cuda_float32 PASSED 2022-12-01T11:07:20.8742980Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_cuda_float32 PASSED 2022-12-01T11:07:20.8743413Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_cuda_float32 PASSED 2022-12-01T11:07:20.8743961Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.8744443Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_where_cuda_float32 PASSED 2022-12-01T11:07:20.8744884Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_xlogy_cuda_float32 PASSED 2022-12-01T11:07:20.8745400Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8745942Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8746474Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8746992Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8747521Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8748054Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8748586Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8749089Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8749612Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8750240Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8750769Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8751321Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8751873Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8752423Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8752945Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8753474Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8753980Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8754503Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8755003Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8755531Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8756065Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8756589Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8757087Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8757615Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8758152Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8758657Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8759179Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_vjp_cuda PASSED 2022-12-01T11:07:20.8759756Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8760294Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8760803Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8761323Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8761836Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8762352Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:07:20.8762842Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:07:20.8763316Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_T_cuda_float32 PASSED 2022-12-01T11:07:20.8763765Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___radd___cuda_float32 PASSED 2022-12-01T11:07:20.8764206Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rmatmul___cuda_float32 PASSED 2022-12-01T11:07:20.8764663Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rsub___cuda_float32 PASSED 2022-12-01T11:07:20.8765109Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_acos_cuda_float32 PASSED 2022-12-01T11:07:20.8765557Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_acosh_cuda_float32 PASSED 2022-12-01T11:07:20.8765993Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addcdiv_cuda_float32 PASSED 2022-12-01T11:07:20.8766512Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addmm_cuda_float32 PASSED 2022-12-01T11:07:20.8766979Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.8767429Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.8767877Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8768393Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8768896Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_angle_cuda_float32 PASSED 2022-12-01T11:07:20.8769383Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8769938Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8770498Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8770998Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_asin_cuda_float32 PASSED 2022-12-01T11:07:20.8771427Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atan2_cuda_float32 PASSED 2022-12-01T11:07:20.8771873Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atan_cuda_float32 PASSED 2022-12-01T11:07:20.8772331Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atleast_1d_cuda_float32 PASSED 2022-12-01T11:07:20.8772777Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bernoulli_cuda_float32 PASSED 2022-12-01T11:07:20.8773237Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_cuda_float32 PASSED 2022-12-01T11:07:20.8773765Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8774276Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.8774710Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_chalf_cuda_float32 PASSED 2022-12-01T11:07:20.8775416Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8775975Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:07:20.8776508Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clamp_cuda_float32 PASSED 2022-12-01T11:07:20.8776979Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clamp_max_cuda_float32 PASSED 2022-12-01T11:07:20.8777438Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.8777895Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_conj_cuda_float32 PASSED 2022-12-01T11:07:20.8778321Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cos_cuda_float32 PASSED 2022-12-01T11:07:20.8778769Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.8779213Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cov_cuda_float32 PASSED 2022-12-01T11:07:20.8779644Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cummax_cuda_float32 PASSED 2022-12-01T11:07:20.8780095Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_deg2rad_cuda_float32 PASSED 2022-12-01T11:07:20.8780555Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.8781019Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_digamma_cuda_float32 PASSED 2022-12-01T11:07:20.8781468Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.8781953Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.8782414Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dot_cuda_float32 PASSED 2022-12-01T11:07:20.8782842Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_double_cuda_float32 PASSED 2022-12-01T11:07:20.8783379Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8783824Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dstack_cuda_float32 PASSED 2022-12-01T11:07:20.8784270Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.8784761Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8785269Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.8785723Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_expand_as_cuda_float32 PASSED 2022-12-01T11:07:20.8786161Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.8786609Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft_cuda_float32 PASSED 2022-12-01T11:07:20.8787062Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.8787520Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8787961Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8788415Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.8788881Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:07:20.8789331Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8789792Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft_cuda_float32 PASSED 2022-12-01T11:07:20.8790287Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8790743Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8791169Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8791615Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.8792072Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_flip_cuda_float32 PASSED 2022-12-01T11:07:20.8792294Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fliplr_cuda_float32 PASSED 2022-12-01T11:07:20.8792492Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_float_cuda_float32 PASSED 2022-12-01T11:07:20.8792812Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8793041Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.8793253Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.8793460Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_frac_cuda_float32 PASSED 2022-12-01T11:07:20.8793675Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_frexp_cuda_float32 PASSED 2022-12-01T11:07:20.8793949Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8794225Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8794428Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.8794651Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8794870Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.8795081Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_i0_cuda_float32 PASSED 2022-12-01T11:07:20.8795359Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8795580Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_add_cuda_float32 PASSED 2022-12-01T11:07:20.8795805Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_copy_cuda_float32 PASSED 2022-12-01T11:07:20.8796026Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8796373Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_put_cuda_float32 PASSED 2022-12-01T11:07:20.8796594Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8796821Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_reduce_cuda_float32 PASSED 2022-12-01T11:07:20.8797042Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_inner_cuda_float32 PASSED 2022-12-01T11:07:20.8797349Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8797622Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8797892Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8798166Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8798468Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8798775Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8799046Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8799265Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_kron_cuda_float32 PASSED 2022-12-01T11:07:20.8799490Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_kthvalue_cuda_float32 PASSED 2022-12-01T11:07:20.8799706Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.8799923Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lgamma_cuda_float32 PASSED 2022-12-01T11:07:20.8800147Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cross_cuda_float32 PASSED 2022-12-01T11:07:20.8800374Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.8800602Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.8800873Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8801150Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8801398Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8801624Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.8801953Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.8802184Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8802416Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8802660Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:07:20.8802890Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.8803106Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:07:20.8803335Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.8803551Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log10_cuda_float32 PASSED 2022-12-01T11:07:20.8803769Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.8803981Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log2_cuda_float32 PASSED 2022-12-01T11:07:20.8804205Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8804492Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp2_cuda_float32 PASSED 2022-12-01T11:07:20.8804718Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8804917Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.8805204Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8805484Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8805702Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logit_cuda_float32 PASSED 2022-12-01T11:07:20.8805984Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8806256Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8806567Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8806780Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8806990Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mT_cuda_float32 PASSED 2022-12-01T11:07:20.8807196Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8807482Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8807714Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.8807939Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8808198Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:07:20.8808437Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8808667Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8808892Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_max_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8809105Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8809378Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8809631Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8809852Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_minimum_cuda_float32 PASSED 2022-12-01T11:07:20.8810073Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_movedim_cuda_float32 PASSED 2022-12-01T11:07:20.8810286Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mul_cuda_float32 PASSED 2022-12-01T11:07:20.8810575Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8810786Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mv_cuda_float32 PASSED 2022-12-01T11:07:20.8811026Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.8811249Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:07:20.8811485Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:07:20.8811707Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nan_to_num_cuda_float32 PASSED 2022-12-01T11:07:20.8811926Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nanmean_cuda_float32 PASSED 2022-12-01T11:07:20.8812156Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nanquantile_cuda_float32 PASSED 2022-12-01T11:07:20.8812376Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nansum_cuda_float32 PASSED 2022-12-01T11:07:20.8812717Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8812988Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8813181Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_neg_cuda_float32 PASSED 2022-12-01T11:07:20.8813462Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8813747Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8814023Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8814295Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8814557Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8814816Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8815060Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8815540Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8815766Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8816026Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.8816263Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:07:20.8816515Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8816779Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8817057Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8817318Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8817688Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8817995Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8818252Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8819225Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86412 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.8819493Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:07:20.8819759Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8820001Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout_cuda_float32 PASSED 2022-12-01T11:07:20.8820238Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:07:20.8820523Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:07:20.8820757Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:07:20.8821088Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_grid_sample_cuda_float32 PASSED 2022-12-01T11:07:20.8821332Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8821579Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:07:20.8821805Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:07:20.8822047Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8822308Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:07:20.8822570Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.8822811Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:07:20.8823070Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8823318Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8823562Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8823785Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8824040Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8824297Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8824534Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:07:20.8824792Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multi_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8825060Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8825301Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8825551Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:07:20.8825867Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:07:20.8826112Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:07:20.8826369Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8826605Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:07:20.8826838Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:07:20.8827080Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:07:20.8827312Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:07:20.8827557Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8827804Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8828067Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8828328Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8828581Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.8828857Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8829179Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.8829399Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_normal_cuda_float32 PASSED 2022-12-01T11:07:20.8829637Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_normal_number_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8829914Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8830193Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8830533Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8830787Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8831007Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_outer_cuda_float32 PASSED 2022-12-01T11:07:20.8831239Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_pca_lowrank_cuda_float32 PASSED 2022-12-01T11:07:20.8831483Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.8831728Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.8831956Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_positive_cuda_float32 PASSED 2022-12-01T11:07:20.8832172Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_pow_cuda_float32 PASSED 2022-12-01T11:07:20.8832386Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8832576Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_put_cuda_float32 PASSED 2022-12-01T11:07:20.8832795Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_quantile_cuda_float32 PASSED 2022-12-01T11:07:20.8833011Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_real_cuda_float32 PASSED 2022-12-01T11:07:20.8833238Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_remainder_cuda_float32 PASSED 2022-12-01T11:07:20.8833456Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_repeat_cuda_float32 PASSED 2022-12-01T11:07:20.8833678Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_reshape_as_cuda_float32 PASSED 2022-12-01T11:07:20.8833906Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.8834186Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.8834411Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.8834610Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_cuda_float32 PASSED 2022-12-01T11:07:20.8834842Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.8835055Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.8835293Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8835529Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8835762Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8836004Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_lengths_cuda_float32 PASSED 2022-12-01T11:07:20.8836228Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_select_cuda_float32 PASSED 2022-12-01T11:07:20.8836439Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8836651Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sgn_cuda_float32 PASSED 2022-12-01T11:07:20.8836927Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8837236Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8837517Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8837793Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8838008Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sinc_cuda_float32 PASSED 2022-12-01T11:07:20.8838225Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.8838424Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_slice_cuda_float32 PASSED 2022-12-01T11:07:20.8838643Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8838931Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8839243Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8839755Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8839988Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.8840297Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8840521Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_i1_cuda_float32 PASSED 2022-12-01T11:07:20.8840749Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.8841057Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8841525Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8841828Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8842119Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8842397Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.8842636Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtri_cuda_float32 PASSED 2022-12-01T11:07:20.8842946Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8843456Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8843958Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8844241Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8844473Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.8844690Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.8844908Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_square_cuda_float32 PASSED 2022-12-01T11:07:20.8845128Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_squeeze_cuda_float32 PASSED 2022-12-01T11:07:20.8845345Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_stack_cuda_float32 PASSED 2022-12-01T11:07:20.8845559Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sub_cuda_float32 PASSED 2022-12-01T11:07:20.8845774Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8846046Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_svd_cuda_float32 PASSED 2022-12-01T11:07:20.8846257Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_t_cuda_float32 PASSED 2022-12-01T11:07:20.8846466Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tensor_split_cuda_float32 XFAIL 2022-12-01T11:07:20.8846682Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_to_cuda_float32 PASSED 2022-12-01T11:07:20.8846907Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.8847140Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8847358Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trunc_cuda_float32 PASSED 2022-12-01T11:07:20.8847577Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.8847854Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8848150Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8848356Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unsqueeze_cuda_float32 PASSED 2022-12-01T11:07:20.8848578Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_var_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8848801Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_view_as_cuda_float32 PASSED 2022-12-01T11:07:20.8849020Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_vsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8849235Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.8849452Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_zero__cuda_float32 PASSED 2022-12-01T11:07:20.8849729Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8849947Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_T_cuda_float32 PASSED 2022-12-01T11:07:20.8850175Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___cuda_float32 PASSED 2022-12-01T11:07:20.8850447Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8850676Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___radd___cuda_float32 PASSED 2022-12-01T11:07:20.8850957Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmatmul___cuda_float32 PASSED 2022-12-01T11:07:20.8851189Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rpow___cuda_float32 PASSED 2022-12-01T11:07:20.8851403Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rsub___cuda_float32 PASSED 2022-12-01T11:07:20.8851621Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_abs_cuda_float32 PASSED 2022-12-01T11:07:20.8851863Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.8852090Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.8852352Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8852572Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_angle_cuda_float32 PASSED 2022-12-01T11:07:20.8852848Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8853135Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8853366Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_cuda_float32 PASSED 2022-12-01T11:07:20.8853607Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8853824Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan2_cuda_float32 PASSED 2022-12-01T11:07:20.8854043Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan_cuda_float32 PASSED 2022-12-01T11:07:20.8854332Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_1d_cuda_float32 PASSED 2022-12-01T11:07:20.8854553Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_3d_cuda_float32 PASSED 2022-12-01T11:07:20.8854780Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_baddbmm_cuda_float32 PASSED 2022-12-01T11:07:20.8855011Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bernoulli_cuda_float32 PASSED 2022-12-01T11:07:20.8855447Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bmm_cuda_float32 PASSED 2022-12-01T11:07:20.8855739Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8856054Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8856298Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.8856578Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8856794Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8857017Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.8857335Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8857564Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_cuda_float32 PASSED 2022-12-01T11:07:20.8857799Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:07:20.8858034Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8858256Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_chunk_cuda_float32 PASSED 2022-12-01T11:07:20.8858480Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clone_cuda_float32 PASSED 2022-12-01T11:07:20.8858711Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_column_stack_cuda_float32 PASSED 2022-12-01T11:07:20.8858926Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_physical_cuda_float32 PASSED 2022-12-01T11:07:20.8859161Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_contiguous_cuda_float32 PASSED 2022-12-01T11:07:20.8859456Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cos_cuda_float32 PASSED 2022-12-01T11:07:20.8859695Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.8859913Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cov_cuda_float32 PASSED 2022-12-01T11:07:20.8860138Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummax_cuda_float32 PASSED 2022-12-01T11:07:20.8860363Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.8860617Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.8860817Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_cuda_float32 PASSED 2022-12-01T11:07:20.8861045Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.8861269Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_digamma_cuda_float32 PASSED 2022-12-01T11:07:20.8861510Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.8861731Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_cuda_float32 PASSED 2022-12-01T11:07:20.8861951Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dstack_cuda_float32 PASSED 2022-12-01T11:07:20.8862173Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.8862454Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8862782Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8863001Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.8863229Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_as_cuda_float32 PASSED 2022-12-01T11:07:20.8863456Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_cuda_float32 PASSED 2022-12-01T11:07:20.8863677Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.8863951Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8864178Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.8864411Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:07:20.8864638Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8864845Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft_cuda_float32 PASSED 2022-12-01T11:07:20.8865066Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8865287Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:07:20.8865516Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8865738Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft_cuda_float32 PASSED 2022-12-01T11:07:20.8865961Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.8866186Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8866406Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8866606Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_cuda_float32 PASSED 2022-12-01T11:07:20.8866870Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8867100Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_power_cuda_float32 PASSED 2022-12-01T11:07:20.8867320Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.8867591Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.8867824Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_frac_cuda_float32 PASSED 2022-12-01T11:07:20.8868098Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8868326Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.8868580Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8868864Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8869089Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.8869307Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_i0_cuda_float32 PASSED 2022-12-01T11:07:20.8869589Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8869821Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_copy_cuda_float32 PASSED 2022-12-01T11:07:20.8870050Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_cuda_float32 PASSED 2022-12-01T11:07:20.8870271Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_inner_cuda_float32 PASSED 2022-12-01T11:07:20.8870544Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8870803Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8871150Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8871424Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8871697Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8871972Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8872254Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8872532Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8872837Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8873132Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8873359Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_kthvalue_cuda_float32 PASSED 2022-12-01T11:07:20.8873565Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.8873786Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lerp_cuda_float32 PASSED 2022-12-01T11:07:20.8874008Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lgamma_cuda_float32 PASSED 2022-12-01T11:07:20.8874238Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.8874467Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_cuda_float32 PASSED 2022-12-01T11:07:20.8874711Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:07:20.8874951Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.8875189Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.8875397Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_cuda_float32 PASSED 2022-12-01T11:07:20.8875701Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8876013Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8876245Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:07:20.8876482Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8876717Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8876965Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:07:20.8877199Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:07:20.8877430Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8877678Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:07:20.8878009Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.8878240Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_qr_cuda_float32 PASSED 2022-12-01T11:07:20.8878468Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svd_cuda_float32 PASSED 2022-12-01T11:07:20.8878703Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.8878997Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.8879222Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.8879443Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log2_cuda_float32 PASSED 2022-12-01T11:07:20.8879653Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8879886Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp2_cuda_float32 PASSED 2022-12-01T11:07:20.8880113Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8880346Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.8880631Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8880917Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8881206Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8881437Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.8881715Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8881971Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8882193Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8882419Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8882637Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mH_cuda_float32 PASSED 2022-12-01T11:07:20.8882866Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8883105Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.8883345Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8883585Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.8883852Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_median_cuda_float32 PASSED 2022-12-01T11:07:20.8884102Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8884339Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.8884574Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8884805Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8885036Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_std_cuda_float32 PASSED 2022-12-01T11:07:20.8885267Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_var_cuda_float32 PASSED 2022-12-01T11:07:20.8885491Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_matmul_cuda_float32 PASSED 2022-12-01T11:07:20.8886442Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_matrix_exp_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/85755 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.8886678Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8886905Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8887131Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_maximum_cuda_float32 PASSED 2022-12-01T11:07:20.8887422Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8887649Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_median_cuda_float32 PASSED 2022-12-01T11:07:20.8887903Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.8888135Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8888380Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8888599Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mode_cuda_float32 PASSED 2022-12-01T11:07:20.8888801Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_msort_cuda_float32 PASSED 2022-12-01T11:07:20.8889021Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mul_cuda_float32 PASSED 2022-12-01T11:07:20.8889269Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:07:20.8889497Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nansum_cuda_float32 PASSED 2022-12-01T11:07:20.8889786Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8890002Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_neg_cuda_float32 PASSED 2022-12-01T11:07:20.8890330Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8890618Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8890899Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED 2022-12-01T11:07:20.8891145Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8891399Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8891644Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8891913Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:07:20.8892236Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.8892492Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:07:20.8892749Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8893034Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8893315Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8893577Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8893841Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:07:20.8894101Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:07:20.8894370Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8894632Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:07:20.8894876Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout_cuda_float32 PASSED 2022-12-01T11:07:20.8895335Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:07:20.8895606Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:07:20.8895968Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8896232Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED 2022-12-01T11:07:20.8896503Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8896770Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8897097Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.8897348Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8897596Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8897869Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8898138Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.8898383Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:07:20.8898609Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8898859Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8899127Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8899386Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8899634Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8899879Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8900126Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8900401Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8900752Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8901011Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8901271Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8901512Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:07:20.8901763Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8902025Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8902353Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.8902631Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8902878Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8903127Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.8903383Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.8903607Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:07:20.8903915Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:07:20.8904156Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:07:20.8904395Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:07:20.8904633Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:07:20.8904893Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8905140Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.8905406Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.8905639Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:07:20.8905928Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8906173Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.8906437Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8906704Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.8906990Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8907215Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.8907438Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.8907663Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.8907923Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8908156Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_pca_lowrank_cuda_float32 PASSED 2022-12-01T11:07:20.8908379Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_permute_cuda_float32 PASSED 2022-12-01T11:07:20.8908652Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polar_cuda_float32 PASSED 2022-12-01T11:07:20.8908914Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.8909142Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_positive_cuda_float32 PASSED 2022-12-01T11:07:20.8909358Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_pow_cuda_float32 PASSED 2022-12-01T11:07:20.8909580Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8909779Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_qr_cuda_float32 PASSED 2022-12-01T11:07:20.8910011Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_quantile_cuda_float32 PASSED 2022-12-01T11:07:20.8910233Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rad2deg_cuda_float32 PASSED 2022-12-01T11:07:20.8910518Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8910806Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8911029Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_real_cuda_float32 PASSED 2022-12-01T11:07:20.8911255Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_cuda_float32 PASSED 2022-12-01T11:07:20.8911485Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_as_cuda_float32 PASSED 2022-12-01T11:07:20.8911715Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.8912004Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.8912239Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:07:20.8912474Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.8912696Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.8912942Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8913184Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8913477Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8913798Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.8914035Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_cuda_float32 PASSED 2022-12-01T11:07:20.8914237Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sgn_cuda_float32 PASSED 2022-12-01T11:07:20.8914514Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8914830Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8915057Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8915338Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8915559Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinc_cuda_float32 PASSED 2022-12-01T11:07:20.8915779Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.8916004Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_cuda_float32 PASSED 2022-12-01T11:07:20.8916205Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sort_cuda_float32 PASSED 2022-12-01T11:07:20.8916454Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:07:20.8916798Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8917126Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8917440Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8917671Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_entr_cuda_float32 PASSED 2022-12-01T11:07:20.8917903Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.8918219Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8918732Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8919047Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8919333Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8919846Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8920351Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8920934Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8921247Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8921486Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:07:20.8921774Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8921998Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_cuda_float32 PASSED 2022-12-01T11:07:20.8922233Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.8922462Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_square_cuda_float32 PASSED 2022-12-01T11:07:20.8922669Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_squeeze_cuda_float32 PASSED 2022-12-01T11:07:20.8922893Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_stft_cuda_float32 PASSED 2022-12-01T11:07:20.8923112Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sub_cuda_float32 PASSED 2022-12-01T11:07:20.8923333Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_cuda_float32 PASSED 2022-12-01T11:07:20.8923562Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_to_size_cuda_float32 PASSED 2022-12-01T11:07:20.8923778Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_cuda_float32 PASSED 2022-12-01T11:07:20.8924001Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_symeig_cuda_float32 PASSED 2022-12-01T11:07:20.8924218Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_t_cuda_float32 PASSED 2022-12-01T11:07:20.8924429Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8924653Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_cuda_float32 PASSED 2022-12-01T11:07:20.8924870Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tan_cuda_float32 PASSED 2022-12-01T11:07:20.8925100Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensordot_cuda_float32 PASSED 2022-12-01T11:07:20.8925320Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tile_cuda_float32 PASSED 2022-12-01T11:07:20.8925604Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_transpose_cuda_float32 PASSED 2022-12-01T11:07:20.8925840Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.8926064Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapz_cuda_float32 PASSED 2022-12-01T11:07:20.8926284Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8926503Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tril_cuda_float32 PASSED 2022-12-01T11:07:20.8926735Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_true_divide_cuda_float32 PASSED 2022-12-01T11:07:20.8927018Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8927314Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8927546Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unsqueeze_cuda_float32 PASSED 2022-12-01T11:07:20.8927763Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_cuda_float32 PASSED 2022-12-01T11:07:20.8927999Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_complex_cuda_float32 PASSED 2022-12-01T11:07:20.8928223Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_vsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8928427Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_where_cuda_float32 PASSED 2022-12-01T11:07:20.8928778Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8928999Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_T_cuda_float32 PASSED 2022-12-01T11:07:20.8929221Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rdiv___cuda_float32 PASSED 2022-12-01T11:07:20.8929439Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.8929667Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rpow___cuda_float32 XFAIL 2022-12-01T11:07:20.8929890Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_abs_cuda_float32 PASSED 2022-12-01T11:07:20.8930111Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_acos_cuda_float32 PASSED 2022-12-01T11:07:20.8930315Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_acosh_cuda_float32 PASSED 2022-12-01T11:07:20.8930537Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_add_cuda_float32 PASSED 2022-12-01T11:07:20.8930766Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.8930988Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addr_cuda_float32 PASSED 2022-12-01T11:07:20.8931207Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8931428Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8931715Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8932000Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8932283Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8932494Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_cuda_float32 PASSED 2022-12-01T11:07:20.8932715Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_asin_cuda_float32 PASSED 2022-12-01T11:07:20.8932944Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_asinh_cuda_float32 PASSED 2022-12-01T11:07:20.8933166Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan_cuda_float32 PASSED 2022-12-01T11:07:20.8933389Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.8933665Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_1d_cuda_float32 PASSED 2022-12-01T11:07:20.8933900Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_2d_cuda_float32 PASSED 2022-12-01T11:07:20.8934124Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_3d_cuda_float32 PASSED 2022-12-01T11:07:20.8934358Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bernoulli_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8934585Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_cuda_float32 XFAIL 2022-12-01T11:07:20.8934855Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8935309Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_block_diag_cuda_float32 PASSED 2022-12-01T11:07:20.8935626Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8935873Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.8936108Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_to_cuda_float32 PASSED 2022-12-01T11:07:20.8936422Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8936645Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.8936854Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_cuda_float32 PASSED 2022-12-01T11:07:20.8937172Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_chunk_cuda_float32 PASSED 2022-12-01T11:07:20.8937401Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_max_cuda_float32 PASSED 2022-12-01T11:07:20.8937623Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clone_cuda_float32 PASSED 2022-12-01T11:07:20.8937858Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_column_stack_cuda_float32 XFAIL 2022-12-01T11:07:20.8938097Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_physical_cuda_float32 PASSED 2022-12-01T11:07:20.8938336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:07:20.8938566Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_copysign_cuda_float32 PASSED 2022-12-01T11:07:20.8938770Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_corrcoef_cuda_float32 PASSED 2022-12-01T11:07:20.8938992Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.8939289Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8939514Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummin_cuda_float32 PASSED 2022-12-01T11:07:20.8939742Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.8939967Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.8940196Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_deg2rad_cuda_float32 PASSED 2022-12-01T11:07:20.8940428Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.8940658Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagflat_cuda_float32 PASSED 2022-12-01T11:07:20.8940879Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8941100Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diff_cuda_float32 PASSED 2022-12-01T11:07:20.8941328Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_digamma_cuda_float32 PASSED 2022-12-01T11:07:20.8941548Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dist_cuda_float32 PASSED 2022-12-01T11:07:20.8941815Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.8942042Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8942399Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8942692Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8942952Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8943176Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.8943398Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp2_cuda_float32 PASSED 2022-12-01T11:07:20.8943628Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_as_cuda_float32 PASSED 2022-12-01T11:07:20.8943855Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_cuda_float32 PASSED 2022-12-01T11:07:20.8944084Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft2_cuda_float32 PASSED 2022-12-01T11:07:20.8944313Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft_cuda_float32 PASSED 2022-12-01T11:07:20.8944541Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.8944778Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:07:20.8944989Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8945210Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft_cuda_float32 PASSED 2022-12-01T11:07:20.8945498Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:07:20.8945719Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.8945957Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:07:20.8946186Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8946422Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8946648Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:07:20.8946852Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft_cuda_float32 PASSED 2022-12-01T11:07:20.8947075Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.8947303Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.8947534Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fliplr_cuda_float32 PASSED 2022-12-01T11:07:20.8947753Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.8947974Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_frac_cuda_float32 PASSED 2022-12-01T11:07:20.8948201Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_frexp_cuda_float32 PASSED 2022-12-01T11:07:20.8948492Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8948755Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8948986Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.8949262Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8949490Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.8949715Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_hypot_cuda_float32 PASSED 2022-12-01T11:07:20.8949994Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8950226Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8950524Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.8950813Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8951105Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8951386Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8951669Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8951947Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8952225Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8952508Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8952785Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8953101Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8953396Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8953770Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8953973Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_kron_cuda_float32 PASSED 2022-12-01T11:07:20.8954197Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.8954472Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8954705Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.8954950Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:07:20.8955182Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eig_cuda_float32 PASSED 2022-12-01T11:07:20.8955415Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.8955649Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_cuda_float32 PASSED 2022-12-01T11:07:20.8955944Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8956160Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:07:20.8957104Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86764 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.8957354Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8957595Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:07:20.8957864Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:07:20.8958197Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.8958517Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_qr_cuda_float32 PASSED 2022-12-01T11:07:20.8958770Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:07:20.8959006Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:07:20.8959239Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svd_cuda_float32 PASSED 2022-12-01T11:07:20.8959453Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.8959693Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:07:20.8959937Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.8960181Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8960404Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log10_cuda_float32 PASSED 2022-12-01T11:07:20.8960629Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_cuda_float32 PASSED 2022-12-01T11:07:20.8960868Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8961102Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.8961374Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8961663Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8962011Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8962296Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8962575Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8962853Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8963074Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_cuda_float32 PASSED 2022-12-01T11:07:20.8963307Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.8963540Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8963814Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8964056Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.8964282Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_cuda_float32 PASSED 2022-12-01T11:07:20.8964513Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8964743Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8964981Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8965232Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8965458Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8965688Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.8965918Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.8966135Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mm_cuda_float32 PASSED 2022-12-01T11:07:20.8966355Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mul_cuda_float32 PASSED 2022-12-01T11:07:20.8966605Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.8966904Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:07:20.8967148Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmedian_cuda_float32 PASSED 2022-12-01T11:07:20.8967438Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8967667Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_cuda_float32 XFAIL 2022-12-01T11:07:20.8967888Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8968180Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8968473Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8968760Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8969040Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8969320Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED 2022-12-01T11:07:20.8969587Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8969844Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8970167Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8970391Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8970665Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:07:20.8970916Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.8971161Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:07:20.8971421Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8971699Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8971969Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8972249Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8972529Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8972802Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.8973047Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.8973296Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout3d_cuda_float32 XFAIL 2022-12-01T11:07:20.8973564Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8973807Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:07:20.8974069Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_bag_cuda_float32 PASSED 2022-12-01T11:07:20.8974322Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:07:20.8974588Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.8974880Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:07:20.8975354Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:07:20.8975608Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_grid_sample_cuda_float32 PASSED 2022-12-01T11:07:20.8975858Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8976113Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8976375Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8976643Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8976902Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8977176Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:07:20.8977447Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.8977695Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.8977940Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:07:20.8978285Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8978529Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:07:20.8978795Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8979061Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8979314Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8979558Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.8979800Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8980036Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:07:20.8980292Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:07:20.8980555Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.8980802Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8981068Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8981344Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8981589Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8981845Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:07:20.8982098Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.8982336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:07:20.8982599Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:07:20.8982861Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:07:20.8983169Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pdist_cuda_float32 PASSED 2022-12-01T11:07:20.8983445Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:07:20.8983688Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:07:20.8983929Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:07:20.8984192Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.8984434Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:07:20.8984654Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:07:20.8984910Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8985170Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8985419Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.8985682Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.8985934Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8986182Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:07:20.8986530Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:07:20.8986777Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.8986981Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_cuda_float32 PASSED 2022-12-01T11:07:20.8987211Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.8987490Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8987774Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8988053Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8988289Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_pca_lowrank_cuda_float32 XFAIL 2022-12-01T11:07:20.8988517Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_permute_cuda_float32 PASSED 2022-12-01T11:07:20.8988741Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polar_cuda_float32 PASSED 2022-12-01T11:07:20.8988992Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.8989222Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.8989463Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:07:20.8989705Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.8989937Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_positive_cuda_float32 PASSED 2022-12-01T11:07:20.8990193Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8990433Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_quantile_cuda_float32 PASSED 2022-12-01T11:07:20.8990723Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8991007Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8991289Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_reciprocal_cuda_float32 PASSED 2022-12-01T11:07:20.8991529Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.8991810Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8992042Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.8992266Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_cuda_float32 PASSED 2022-12-01T11:07:20.8992511Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:07:20.8992748Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.8992972Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.8993198Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsub_cuda_float32 PASSED 2022-12-01T11:07:20.8993414Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_add_cuda_float32 PASSED 2022-12-01T11:07:20.8993641Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8993882Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.8994124Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.8994368Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:07:20.8994668Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_prod_cuda_float32 PASSED 2022-12-01T11:07:20.8994965Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8995214Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_offsets_cuda_float32 PASSED 2022-12-01T11:07:20.8995456Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8995659Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sgn_cuda_float32 PASSED 2022-12-01T11:07:20.8995940Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8996256Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8996487Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.8996768Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8996988Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sin_cuda_float32 PASSED 2022-12-01T11:07:20.8997211Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_cuda_float32 PASSED 2022-12-01T11:07:20.8997449Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.8997656Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.8997900Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.8998121Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sort_cuda_float32 PASSED 2022-12-01T11:07:20.8998412Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8998711Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8999026Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.8999605Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.8999850Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_entr_cuda_float32 PASSED 2022-12-01T11:07:20.9000088Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.9000322Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.9000534Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1_cuda_float32 PASSED 2022-12-01T11:07:20.9001043Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9001355Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9001634Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9002151Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9002660Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9003165Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9003470Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:07:20.9003711Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.9003953Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.9004163Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_square_cuda_float32 PASSED 2022-12-01T11:07:20.9004385Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sub_cuda_float32 PASSED 2022-12-01T11:07:20.9004616Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_to_size_cuda_float32 PASSED 2022-12-01T11:07:20.9004837Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_cuda_float32 PASSED 2022-12-01T11:07:20.9005064Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_symeig_cuda_float32 PASSED 2022-12-01T11:07:20.9005288Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tile_cuda_float32 PASSED 2022-12-01T11:07:20.9005540Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_sparse_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9005762Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_topk_cuda_float32 PASSED 2022-12-01T11:07:20.9005980Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_transpose_cuda_float32 PASSED 2022-12-01T11:07:20.9006205Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_triu_cuda_float32 PASSED 2022-12-01T11:07:20.9006427Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.9006713Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9006994Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9007231Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unsqueeze_cuda_float32 PASSED 2022-12-01T11:07:20.9007458Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9007695Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_complex_cuda_float32 XFAIL 2022-12-01T11:07:20.9007918Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_cuda_float32 PASSED 2022-12-01T11:07:20.9008178Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.9008473Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9008757Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9008989Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float64 PASSED 2022-12-01T11:07:20.9009216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float64 PASSED 2022-12-01T11:07:20.9009465Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float32 PASSED 2022-12-01T11:07:20.9009706Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float64 PASSED 2022-12-01T11:07:20.9009948Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float64 PASSED 2022-12-01T11:07:20.9010196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float64 SKIPPED (Skipped!) 2022-12-01T11:07:20.9010435Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.9010673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float64 PASSED 2022-12-01T11:07:20.9010910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float64 PASSED 2022-12-01T11:07:20.9011143Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float32 PASSED 2022-12-01T11:07:20.9011439Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float64 PASSED 2022-12-01T11:07:20.9011673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float32 PASSED 2022-12-01T11:07:20.9011913Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float64 PASSED 2022-12-01T11:07:20.9012158Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float32 PASSED 2022-12-01T11:07:20.9012382Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float32 PASSED 2022-12-01T11:07:20.9012644Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.9012899Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float64 PASSED 2022-12-01T11:07:20.9013138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.9013375Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float32 PASSED 2022-12-01T11:07:20.9013668Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9013960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9014263Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9014500Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float64 PASSED 2022-12-01T11:07:20.9014715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9014953Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float32 PASSED 2022-12-01T11:07:20.9015410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float64 PASSED 2022-12-01T11:07:20.9015715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9016001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9016373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9016686Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9016936Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float32 PASSED 2022-12-01T11:07:20.9017196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float64 XFAIL 2022-12-01T11:07:20.9017413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float64 PASSED 2022-12-01T11:07:20.9017657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float32 PASSED 2022-12-01T11:07:20.9017886Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float64 PASSED 2022-12-01T11:07:20.9018123Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.9018369Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float32 PASSED 2022-12-01T11:07:20.9018615Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float32 PASSED 2022-12-01T11:07:20.9018860Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float64 PASSED 2022-12-01T11:07:20.9019103Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float32 PASSED 2022-12-01T11:07:20.9019345Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float32 PASSED 2022-12-01T11:07:20.9019643Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float64 PASSED 2022-12-01T11:07:20.9019884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float32 PASSED 2022-12-01T11:07:20.9020168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float64 PASSED 2022-12-01T11:07:20.9020498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9020815Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9021066Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float32 PASSED 2022-12-01T11:07:20.9021368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9021661Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9021989Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9022226Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float32 PASSED 2022-12-01T11:07:20.9022451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float32 PASSED 2022-12-01T11:07:20.9022688Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float64 PASSED 2022-12-01T11:07:20.9023011Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9023256Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float64 PASSED 2022-12-01T11:07:20.9023519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float64 PASSED 2022-12-01T11:07:20.9023774Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9024013Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float64 PASSED 2022-12-01T11:07:20.9024305Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float32 PASSED 2022-12-01T11:07:20.9024562Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float64 PASSED 2022-12-01T11:07:20.9024789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.9025032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float64 PASSED 2022-12-01T11:07:20.9025266Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float64 PASSED 2022-12-01T11:07:20.9025522Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.9025772Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float64 PASSED 2022-12-01T11:07:20.9026022Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float64 PASSED 2022-12-01T11:07:20.9026278Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float64 PASSED 2022-12-01T11:07:20.9026522Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float32 PASSED 2022-12-01T11:07:20.9026738Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float32 PASSED 2022-12-01T11:07:20.9026975Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float64 PASSED 2022-12-01T11:07:20.9027208Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float64 PASSED 2022-12-01T11:07:20.9027450Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float32 PASSED 2022-12-01T11:07:20.9027760Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float64 PASSED 2022-12-01T11:07:20.9028004Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float64 PASSED 2022-12-01T11:07:20.9028239Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9028479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float64 PASSED 2022-12-01T11:07:20.9028742Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.9028963Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float64 PASSED 2022-12-01T11:07:20.9029196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9029441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.9029685Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float32 PASSED 2022-12-01T11:07:20.9029925Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float64 PASSED 2022-12-01T11:07:20.9030179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9030420Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float32 PASSED 2022-12-01T11:07:20.9030676Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.9030916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float64 PASSED 2022-12-01T11:07:20.9031179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float64 PASSED 2022-12-01T11:07:20.9031416Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9031656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float32 PASSED 2022-12-01T11:07:20.9031894Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float64 PASSED 2022-12-01T11:07:20.9032128Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float64 PASSED 2022-12-01T11:07:20.9032487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9032789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9033077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9033368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9033645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9033882Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float32 PASSED 2022-12-01T11:07:20.9034119Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float64 PASSED 2022-12-01T11:07:20.9034357Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9034601Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float64 PASSED 2022-12-01T11:07:20.9034837Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float64 PASSED 2022-12-01T11:07:20.9035073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.9035310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float32 PASSED 2022-12-01T11:07:20.9035617Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float64 PASSED 2022-12-01T11:07:20.9035853Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float64 PASSED 2022-12-01T11:07:20.9036100Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:07:20.9036348Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float64 PASSED 2022-12-01T11:07:20.9036586Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float32 PASSED 2022-12-01T11:07:20.9036826Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:07:20.9037060Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float64 PASSED 2022-12-01T11:07:20.9037301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float32 PASSED 2022-12-01T11:07:20.9037545Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.9037772Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float64 PASSED 2022-12-01T11:07:20.9038015Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float64 PASSED 2022-12-01T11:07:20.9038261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float64 PASSED 2022-12-01T11:07:20.9038502Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float32 PASSED 2022-12-01T11:07:20.9038739Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float64 PASSED 2022-12-01T11:07:20.9038973Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9039215Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float64 PASSED 2022-12-01T11:07:20.9039448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9039693Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float64 PASSED 2022-12-01T11:07:20.9039914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9040152Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float64 PASSED 2022-12-01T11:07:20.9040442Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float32 PASSED 2022-12-01T11:07:20.9040689Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float32 PASSED 2022-12-01T11:07:20.9040925Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float32 PASSED 2022-12-01T11:07:20.9041159Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float64 PASSED 2022-12-01T11:07:20.9041436Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9041721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float64 PASSED 2022-12-01T11:07:20.9041973Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float32 PASSED 2022-12-01T11:07:20.9042262Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9042497Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.9042730Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float32 PASSED 2022-12-01T11:07:20.9042954Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float64 PASSED 2022-12-01T11:07:20.9043186Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float32 PASSED 2022-12-01T11:07:20.9043411Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float64 PASSED 2022-12-01T11:07:20.9043712Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float64 PASSED 2022-12-01T11:07:20.9043950Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float32 PASSED 2022-12-01T11:07:20.9044170Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float64 PASSED 2022-12-01T11:07:20.9044465Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9044761Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9045053Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9045291Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.9045540Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float64 PASSED 2022-12-01T11:07:20.9045829Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9046119Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9046360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float64 PASSED 2022-12-01T11:07:20.9046638Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float64 PASSED 2022-12-01T11:07:20.9046923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9047215Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9047459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9047701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float64 PASSED 2022-12-01T11:07:20.9047935Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.9048217Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float64 PASSED 2022-12-01T11:07:20.9048468Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float32 PASSED 2022-12-01T11:07:20.9048703Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float32 PASSED 2022-12-01T11:07:20.9049001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9049281Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9049529Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float32 PASSED 2022-12-01T11:07:20.9049778Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float64 PASSED 2022-12-01T11:07:20.9050024Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float32 PASSED 2022-12-01T11:07:20.9050271Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9050516Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float32 PASSED 2022-12-01T11:07:20.9050757Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float64 PASSED 2022-12-01T11:07:20.9051019Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9051249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float32 PASSED 2022-12-01T11:07:20.9051565Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float64 PASSED 2022-12-01T11:07:20.9051801Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float32 PASSED 2022-12-01T11:07:20.9052128Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9052432Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9052725Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9053017Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9053309Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9053605Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9053894Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9054171Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9054413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_istft_cuda_float32 PASSED 2022-12-01T11:07:20.9054648Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_istft_cuda_float64 PASSED 2022-12-01T11:07:20.9054968Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9055494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9055816Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9056138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9056449Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float32 PASSED 2022-12-01T11:07:20.9056694Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float64 PASSED 2022-12-01T11:07:20.9056937Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float64 PASSED 2022-12-01T11:07:20.9057157Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.9057392Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float64 PASSED 2022-12-01T11:07:20.9057684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9057918Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float32 PASSED 2022-12-01T11:07:20.9058157Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float32 PASSED 2022-12-01T11:07:20.9058403Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float64 PASSED 2022-12-01T11:07:20.9058648Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float64 PASSED 2022-12-01T11:07:20.9058887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float32 XFAIL 2022-12-01T11:07:20.9059111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float64 XFAIL 2022-12-01T11:07:20.9059358Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.9059685Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float64 PASSED 2022-12-01T11:07:20.9059934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.9060187Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.9060437Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float64 PASSED 2022-12-01T11:07:20.9060707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float64 PASSED 2022-12-01T11:07:20.9060951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float32 PASSED 2022-12-01T11:07:20.9061199Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float64 PASSED 2022-12-01T11:07:20.9061493Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9061805Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9062075Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float64 PASSED 2022-12-01T11:07:20.9063055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float64 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87000 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.9063316Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9063565Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float64 PASSED 2022-12-01T11:07:20.9063825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9064082Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float64 PASSED 2022-12-01T11:07:20.9064446Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9064707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:07:20.9064960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float64 PASSED 2022-12-01T11:07:20.9065220Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:07:20.9065499Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float64 PASSED 2022-12-01T11:07:20.9065748Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.9066091Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9066436Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9066690Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float64 PASSED 2022-12-01T11:07:20.9066937Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float64 PASSED 2022-12-01T11:07:20.9067187Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9067429Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float64 PASSED 2022-12-01T11:07:20.9067761Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float64 PASSED 2022-12-01T11:07:20.9067987Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float64 PASSED 2022-12-01T11:07:20.9068235Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.9068487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float64 PASSED 2022-12-01T11:07:20.9068741Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float64 PASSED 2022-12-01T11:07:20.9068993Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float64 PASSED 2022-12-01T11:07:20.9069236Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:07:20.9069493Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9069754Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9070057Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9070279Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float64 PASSED 2022-12-01T11:07:20.9070518Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.9070751Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float64 PASSED 2022-12-01T11:07:20.9070986Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float64 PASSED 2022-12-01T11:07:20.9071218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float32 PASSED 2022-12-01T11:07:20.9071451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float64 PASSED 2022-12-01T11:07:20.9071696Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9071938Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float64 PASSED 2022-12-01T11:07:20.9072167Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float64 PASSED 2022-12-01T11:07:20.9072460Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float64 PASSED 2022-12-01T11:07:20.9072721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float64 PASSED 2022-12-01T11:07:20.9072957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.9073192Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float64 PASSED 2022-12-01T11:07:20.9073496Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9073793Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9074029Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float64 PASSED 2022-12-01T11:07:20.9074323Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9074611Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9074882Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9075118Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float32 PASSED 2022-12-01T11:07:20.9075357Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9075658Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float64 PASSED 2022-12-01T11:07:20.9075902Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float32 PASSED 2022-12-01T11:07:20.9076146Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float64 PASSED 2022-12-01T11:07:20.9076380Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float32 PASSED 2022-12-01T11:07:20.9076605Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float64 PASSED 2022-12-01T11:07:20.9076832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float64 PASSED 2022-12-01T11:07:20.9077077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9077380Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9077635Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9077879Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float64 PASSED 2022-12-01T11:07:20.9078160Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:07:20.9078443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float64 PASSED 2022-12-01T11:07:20.9078702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9078957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float64 PASSED 2022-12-01T11:07:20.9079200Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9079460Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9079717Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float64 PASSED 2022-12-01T11:07:20.9079958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9080256Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float32 PASSED 2022-12-01T11:07:20.9080506Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float64 PASSED 2022-12-01T11:07:20.9080748Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9080991Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9081230Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9081454Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float64 PASSED 2022-12-01T11:07:20.9081705Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float64 PASSED 2022-12-01T11:07:20.9081951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float32 XFAIL 2022-12-01T11:07:20.9082201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.9082449Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float64 PASSED 2022-12-01T11:07:20.9082694Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float32 PASSED 2022-12-01T11:07:20.9082935Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float64 PASSED 2022-12-01T11:07:20.9083172Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float32 PASSED 2022-12-01T11:07:20.9083547Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9083791Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float64 SKIPPED (Skipped!) 2022-12-01T11:07:20.9084031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float64 PASSED 2022-12-01T11:07:20.9084295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9084555Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float64 PASSED 2022-12-01T11:07:20.9084815Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9085055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float32 PASSED 2022-12-01T11:07:20.9085297Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float64 PASSED 2022-12-01T11:07:20.9085536Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9085802Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9086027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float64 PASSED 2022-12-01T11:07:20.9086288Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9086545Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float64 PASSED 2022-12-01T11:07:20.9086802Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9087040Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float64 PASSED 2022-12-01T11:07:20.9087273Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float32 PASSED 2022-12-01T11:07:20.9087510Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9087745Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float64 PASSED 2022-12-01T11:07:20.9087984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float32 PASSED 2022-12-01T11:07:20.9088264Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float32 PASSED 2022-12-01T11:07:20.9088582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9088813Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float32 PASSED 2022-12-01T11:07:20.9089041Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float64 PASSED 2022-12-01T11:07:20.9089307Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.9089572Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED 2022-12-01T11:07:20.9089829Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED 2022-12-01T11:07:20.9090070Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float32 PASSED 2022-12-01T11:07:20.9090358Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float64 PASSED 2022-12-01T11:07:20.9090590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float64 PASSED 2022-12-01T11:07:20.9090838Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float32 PASSED 2022-12-01T11:07:20.9091079Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float32 PASSED 2022-12-01T11:07:20.9091322Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float64 PASSED 2022-12-01T11:07:20.9091690Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9091930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float64 PASSED 2022-12-01T11:07:20.9092187Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9092450Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9092723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9093037Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9093335Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9093625Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9093921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9094220Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9094509Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9094803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED 2022-12-01T11:07:20.9095303Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED 2022-12-01T11:07:20.9095603Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED 2022-12-01T11:07:20.9095884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED 2022-12-01T11:07:20.9096147Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9096495Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9096781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9097051Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9097317Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float64 PASSED 2022-12-01T11:07:20.9097589Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9097853Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9098120Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9098409Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9098675Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float64 PASSED 2022-12-01T11:07:20.9098971Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:07:20.9099231Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:07:20.9099489Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float64 PASSED 2022-12-01T11:07:20.9099834Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float64 PASSED 2022-12-01T11:07:20.9100107Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9100411Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9100704Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float64 PASSED 2022-12-01T11:07:20.9100997Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9101292Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float64 PASSED 2022-12-01T11:07:20.9101561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9101842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float64 PASSED 2022-12-01T11:07:20.9102150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9102466Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9102743Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float64 PASSED 2022-12-01T11:07:20.9103041Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9103325Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED 2022-12-01T11:07:20.9103598Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9103871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float64 PASSED 2022-12-01T11:07:20.9104188Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9104447Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float64 PASSED 2022-12-01T11:07:20.9104716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float64 PASSED 2022-12-01T11:07:20.9104984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float32 PASSED 2022-12-01T11:07:20.9105255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float64 PASSED 2022-12-01T11:07:20.9105517Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float64 PASSED 2022-12-01T11:07:20.9105789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float64 PASSED 2022-12-01T11:07:20.9106061Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float64 PASSED 2022-12-01T11:07:20.9106347Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9106649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED 2022-12-01T11:07:20.9106934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:07:20.9107192Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:07:20.9107507Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float64 PASSED 2022-12-01T11:07:20.9107778Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float32 PASSED 2022-12-01T11:07:20.9108047Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float64 PASSED 2022-12-01T11:07:20.9108323Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9108590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9108856Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9109122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:07:20.9109372Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float64 PASSED 2022-12-01T11:07:20.9109658Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9109941Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED 2022-12-01T11:07:20.9110212Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9110478Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float64 PASSED 2022-12-01T11:07:20.9110749Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9111031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float64 PASSED 2022-12-01T11:07:20.9111319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9111601Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9111880Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float64 PASSED 2022-12-01T11:07:20.9112193Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9112486Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float64 PASSED 2022-12-01T11:07:20.9112775Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9113054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float64 PASSED 2022-12-01T11:07:20.9113322Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9113589Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9113856Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9114128Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float64 PASSED 2022-12-01T11:07:20.9114391Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float64 PASSED 2022-12-01T11:07:20.9114634Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float64 PASSED 2022-12-01T11:07:20.9114907Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9115176Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float64 PASSED 2022-12-01T11:07:20.9115516Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.9115785Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float32 XFAIL 2022-12-01T11:07:20.9116055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float64 XFAIL 2022-12-01T11:07:20.9116331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float64 XFAIL 2022-12-01T11:07:20.9116605Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.9116862Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:07:20.9117103Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float64 PASSED 2022-12-01T11:07:20.9117386Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 PASSED 2022-12-01T11:07:20.9117677Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9117948Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:07:20.9118226Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float64 PASSED 2022-12-01T11:07:20.9118494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float64 PASSED 2022-12-01T11:07:20.9118768Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float64 PASSED 2022-12-01T11:07:20.9119043Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9119305Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float64 PASSED 2022-12-01T11:07:20.9119560Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:07:20.9119801Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float64 PASSED 2022-12-01T11:07:20.9120112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:07:20.9120384Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float64 PASSED 2022-12-01T11:07:20.9120657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9120922Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.9121191Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float64 PASSED 2022-12-01T11:07:20.9121469Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9121745Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float64 PASSED 2022-12-01T11:07:20.9122015Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:07:20.9122268Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float64 PASSED 2022-12-01T11:07:20.9122539Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:07:20.9122804Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float64 PASSED 2022-12-01T11:07:20.9123074Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9123417Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9123717Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9123998Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9124293Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9124530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float64 PASSED 2022-12-01T11:07:20.9124752Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.9124995Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float64 PASSED 2022-12-01T11:07:20.9125242Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float64 PASSED 2022-12-01T11:07:20.9125483Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.9125723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float32 PASSED 2022-12-01T11:07:20.9125965Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float64 PASSED 2022-12-01T11:07:20.9126222Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float64 PASSED 2022-12-01T11:07:20.9126519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9126810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9127090Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9127389Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9127749Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9128077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float64 PASSED 2022-12-01T11:07:20.9128341Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float32 PASSED 2022-12-01T11:07:20.9128592Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float64 PASSED 2022-12-01T11:07:20.9128835Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float32 PASSED 2022-12-01T11:07:20.9129080Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float64 PASSED 2022-12-01T11:07:20.9129326Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float32 PASSED 2022-12-01T11:07:20.9129594Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9129844Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float64 PASSED 2022-12-01T11:07:20.9130104Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:07:20.9130365Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float64 PASSED 2022-12-01T11:07:20.9130624Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float64 PASSED 2022-12-01T11:07:20.9130893Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:07:20.9131217Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.9131466Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float32 PASSED 2022-12-01T11:07:20.9131701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float32 PASSED 2022-12-01T11:07:20.9131944Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float64 PASSED 2022-12-01T11:07:20.9132160Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float32 PASSED 2022-12-01T11:07:20.9132393Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float64 PASSED 2022-12-01T11:07:20.9132635Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float32 PASSED 2022-12-01T11:07:20.9132879Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float64 PASSED 2022-12-01T11:07:20.9133183Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9133483Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9133787Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9134089Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9134384Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9134656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9134896Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float32 PASSED 2022-12-01T11:07:20.9135298Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float64 PASSED 2022-12-01T11:07:20.9135565Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float64 PASSED 2022-12-01T11:07:20.9135816Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float64 PASSED 2022-12-01T11:07:20.9136136Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float32 PASSED 2022-12-01T11:07:20.9136388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float64 PASSED 2022-12-01T11:07:20.9136650Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.9136892Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float64 PASSED 2022-12-01T11:07:20.9137170Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9137424Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9137666Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float64 PASSED 2022-12-01T11:07:20.9137914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9138163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float64 PASSED 2022-12-01T11:07:20.9138400Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.9138636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float64 PASSED 2022-12-01T11:07:20.9138871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float32 PASSED 2022-12-01T11:07:20.9139125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:07:20.9139452Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float64 PASSED 2022-12-01T11:07:20.9139705Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.9139969Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:07:20.9140210Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9140451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9140710Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9140968Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float64 PASSED 2022-12-01T11:07:20.9141276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9141547Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float32 PASSED 2022-12-01T11:07:20.9141792Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float64 PASSED 2022-12-01T11:07:20.9142052Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float64 PASSED 2022-12-01T11:07:20.9142295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float32 PASSED 2022-12-01T11:07:20.9142549Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9142781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float64 PASSED 2022-12-01T11:07:20.9143075Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9143408Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9143738Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9144031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float64 PASSED 2022-12-01T11:07:20.9144261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float32 PASSED 2022-12-01T11:07:20.9144559Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9144802Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float32 PASSED 2022-12-01T11:07:20.9145042Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float64 PASSED 2022-12-01T11:07:20.9145282Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float32 PASSED 2022-12-01T11:07:20.9145514Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.9145746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9146001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float64 PASSED 2022-12-01T11:07:20.9146244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float64 PASSED 2022-12-01T11:07:20.9146503Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9146789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9147099Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9147464Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9147773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9148082Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9148379Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9148666Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9148997Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9149546Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9150058Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9150316Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.9150684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9151011Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9151325Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9151578Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.9151826Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float64 PASSED 2022-12-01T11:07:20.9152125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.9152640Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9153157Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9153419Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float64 PASSED 2022-12-01T11:07:20.9153746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9154055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9154360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9154663Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9154913Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float64 PASSED 2022-12-01T11:07:20.9155165Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float32 PASSED 2022-12-01T11:07:20.9155411Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float64 PASSED 2022-12-01T11:07:20.9155752Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED 2022-12-01T11:07:20.9156081Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9156632Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9157162Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9157682Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9158016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9158331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9158590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:07:20.9158831Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float32 PASSED 2022-12-01T11:07:20.9159086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.9159337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.9159573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float64 PASSED 2022-12-01T11:07:20.9159812Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9160052Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float32 PASSED 2022-12-01T11:07:20.9160290Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float64 PASSED 2022-12-01T11:07:20.9160588Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float32 PASSED 2022-12-01T11:07:20.9160843Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float64 PASSED 2022-12-01T11:07:20.9161079Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9161317Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float64 PASSED 2022-12-01T11:07:20.9161531Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float32 PASSED 2022-12-01T11:07:20.9161769Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float64 PASSED 2022-12-01T11:07:20.9162010Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9162249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float64 PASSED 2022-12-01T11:07:20.9162482Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float32 PASSED 2022-12-01T11:07:20.9162720Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float64 PASSED 2022-12-01T11:07:20.9162955Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float64 PASSED 2022-12-01T11:07:20.9163186Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float32 PASSED 2022-12-01T11:07:20.9163433Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float32 PASSED 2022-12-01T11:07:20.9163662Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float64 PASSED 2022-12-01T11:07:20.9163964Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float64 PASSED 2022-12-01T11:07:20.9164215Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9164443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float32 PASSED 2022-12-01T11:07:20.9164700Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float32 PASSED 2022-12-01T11:07:20.9164935Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float32 PASSED 2022-12-01T11:07:20.9165169Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float64 PASSED 2022-12-01T11:07:20.9165403Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float64 PASSED 2022-12-01T11:07:20.9165629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float64 XFAIL 2022-12-01T11:07:20.9165866Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float32 PASSED 2022-12-01T11:07:20.9166104Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float32 PASSED 2022-12-01T11:07:20.9166341Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float64 PASSED 2022-12-01T11:07:20.9166590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float64 PASSED 2022-12-01T11:07:20.9166827Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float64 PASSED 2022-12-01T11:07:20.9167086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9167342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float64 PASSED 2022-12-01T11:07:20.9167573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float32 PASSED 2022-12-01T11:07:20.9167803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float32 PASSED 2022-12-01T11:07:20.9168046Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float64 PASSED 2022-12-01T11:07:20.9168285Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float32 PASSED 2022-12-01T11:07:20.9168523Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float64 PASSED 2022-12-01T11:07:20.9168819Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float32 PASSED 2022-12-01T11:07:20.9169080Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float64 PASSED 2022-12-01T11:07:20.9169319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.9169617Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9169936Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9170213Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9170459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float64 PASSED 2022-12-01T11:07:20.9170689Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float32 PASSED 2022-12-01T11:07:20.9170923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float64 PASSED 2022-12-01T11:07:20.9171163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9171401Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float64 PASSED 2022-12-01T11:07:20.9171654Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float64 PASSED 2022-12-01T11:07:20.9171958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float64 PASSED 2022-12-01T11:07:20.9172198Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9172417Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float64 PASSED 2022-12-01T11:07:20.9172657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.9172894Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float64 PASSED 2022-12-01T11:07:20.9173131Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float32 PASSED 2022-12-01T11:07:20.9173367Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float64 PASSED 2022-12-01T11:07:20.9173665Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9173962Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9174186Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_H_cuda_float32 PASSED 2022-12-01T11:07:20.9174388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_T_cuda_float32 PASSED 2022-12-01T11:07:20.9174627Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___cuda_float32 PASSED 2022-12-01T11:07:20.9174856Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rdiv___cuda_float32 PASSED 2022-12-01T11:07:20.9175295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.9175546Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rpow___cuda_float32 PASSED 2022-12-01T11:07:20.9175777Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acos_cuda_float32 PASSED 2022-12-01T11:07:20.9176005Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_add_cuda_float32 PASSED 2022-12-01T11:07:20.9176244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addbmm_cuda_float32 PASSED 2022-12-01T11:07:20.9176475Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcmul_cuda_float32 PASSED 2022-12-01T11:07:20.9176686Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_cuda_float32 PASSED 2022-12-01T11:07:20.9177013Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.9177262Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.9177558Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_allclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9177785Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9178013Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_angle_cuda_float32 PASSED 2022-12-01T11:07:20.9178304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_any_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9178594Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_arange_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9178881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9179159Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argwhere_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9179419Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9179649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan2_cuda_float32 PASSED 2022-12-01T11:07:20.9179877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan_cuda_float32 PASSED 2022-12-01T11:07:20.9180102Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.9180421Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_2d_cuda_float32 PASSED 2022-12-01T11:07:20.9180658Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_3d_cuda_float32 PASSED 2022-12-01T11:07:20.9180890Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_baddbmm_cuda_float32 PASSED 2022-12-01T11:07:20.9181203Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9181525Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9181827Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9182072Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9182360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9182680Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9182921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9183150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cat_cuda_float32 PASSED 2022-12-01T11:07:20.9183435Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9183726Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9183951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9184186Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chunk_cuda_float32 PASSED 2022-12-01T11:07:20.9184412Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_cuda_float32 PASSED 2022-12-01T11:07:20.9184645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_max_cuda_float32 PASSED 2022-12-01T11:07:20.9184888Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.9185177Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_copysign_cuda_float32 PASSED 2022-12-01T11:07:20.9185420Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.9185721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_count_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9185951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9186162Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummin_cuda_float32 PASSED 2022-12-01T11:07:20.9186397Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.9186628Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9186882Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.9187116Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_deg2rad_cuda_float32 PASSED 2022-12-01T11:07:20.9187349Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagflat_cuda_float32 PASSED 2022-12-01T11:07:20.9187578Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dist_cuda_float32 PASSED 2022-12-01T11:07:20.9187804Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dot_cuda_float32 PASSED 2022-12-01T11:07:20.9188014Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_cuda_float32 XFAIL 2022-12-01T11:07:20.9188283Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9188590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9188822Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dstack_cuda_float32 PASSED 2022-12-01T11:07:20.9189052Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.9189349Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9189633Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9189861Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.9190090Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfinv_cuda_float32 PASSED 2022-12-01T11:07:20.9190343Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp2_cuda_float32 PASSED 2022-12-01T11:07:20.9190588Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_as_cuda_float32 PASSED 2022-12-01T11:07:20.9190815Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_cuda_float32 PASSED 2022-12-01T11:07:20.9191042Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.9191277Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft2_cuda_float32 PASSED 2022-12-01T11:07:20.9191506Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.9191742Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9191976Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:07:20.9192192Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft_cuda_float32 PASSED 2022-12-01T11:07:20.9192424Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.9192667Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:07:20.9192899Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:07:20.9193137Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9193444Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9193697Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.9193935Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9194148Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fliplr_cuda_float32 PASSED 2022-12-01T11:07:20.9194377Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flipud_cuda_float32 PASSED 2022-12-01T11:07:20.9194700Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9194944Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_power_cuda_float32 PASSED 2022-12-01T11:07:20.9195174Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.9195396Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmin_cuda_float32 PASSED 2022-12-01T11:07:20.9195629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frexp_cuda_float32 PASSED 2022-12-01T11:07:20.9195861Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.9196144Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9196370Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_H_cuda_float32 PASSED 2022-12-01T11:07:20.9196610Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_T_cuda_float32 PASSED 2022-12-01T11:07:20.9196948Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___cuda_float32 PASSED 2022-12-01T11:07:20.9197219Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9197472Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___radd___cuda_float32 PASSED 2022-12-01T11:07:20.9197724Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rdiv___cuda_float32 PASSED 2022-12-01T11:07:20.9197976Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmatmul___cuda_float32 PASSED 2022-12-01T11:07:20.9198222Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_abs_cuda_float32 PASSED 2022-12-01T11:07:20.9198467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_add_cuda_float32 PASSED 2022-12-01T11:07:20.9198703Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcdiv_cuda_float32 PASSED 2022-12-01T11:07:20.9198955Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcmul_cuda_float32 PASSED 2022-12-01T11:07:20.9199202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_cuda_float32 PASSED 2022-12-01T11:07:20.9199448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.9199698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addr_cuda_float32 PASSED 2022-12-01T11:07:20.9200003Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_all_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9200312Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_allclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9200559Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9200805Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9201091Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_aminmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9201386Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_angle_cuda_float32 PASSED 2022-12-01T11:07:20.9201702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_any_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9202009Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9202288Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9202557Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_scatter_cuda_float32 XFAIL 2022-12-01T11:07:20.9202805Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asin_cuda_float32 PASSED 2022-12-01T11:07:20.9203054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan_cuda_float32 PASSED 2022-12-01T11:07:20.9203304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.9203546Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_1d_cuda_float32 PASSED 2022-12-01T11:07:20.9203800Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_2d_cuda_float32 PASSED 2022-12-01T11:07:20.9204054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_3d_cuda_float32 PASSED 2022-12-01T11:07:20.9204329Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bernoulli_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9204734Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9204991Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_block_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9205328Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9205595Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9205907Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bucketize_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9206238Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9206524Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9206774Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.9207069Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chalf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9207401Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9207650Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chunk_cuda_float32 PASSED 2022-12-01T11:07:20.9207904Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_max_cuda_float32 PASSED 2022-12-01T11:07:20.9208156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.9208419Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_column_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9208684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.9208931Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9209261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:07:20.9209533Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_contiguous_cuda_float32 PASSED 2022-12-01T11:07:20.9209784Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_copysign_cuda_float32 XFAIL 2022-12-01T11:07:20.9210098Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_count_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9210346Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cov_cuda_float32 PASSED 2022-12-01T11:07:20.9210598Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9210852Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumprod_cuda_float32 XFAIL 2022-12-01T11:07:20.9211097Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9211374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.9211601Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9211855Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagflat_cuda_float32 PASSED 2022-12-01T11:07:20.9212121Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9212426Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diff_cuda_float32 PASSED 2022-12-01T11:07:20.9212683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_digamma_cuda_float32 PASSED 2022-12-01T11:07:20.9212928Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dist_cuda_float32 PASSED 2022-12-01T11:07:20.9213200Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.9213469Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9213720Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9214005Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_equal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9214245Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp2_cuda_float32 PASSED 2022-12-01T11:07:20.9214495Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9214748Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft2_cuda_float32 PASSED 2022-12-01T11:07:20.9214996Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.9215487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:07:20.9215758Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft_cuda_float32 PASSED 2022-12-01T11:07:20.9216024Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:07:20.9216276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft2_cuda_float32 XFAIL 2022-12-01T11:07:20.9216513Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfftn_cuda_float32 XFAIL 2022-12-01T11:07:20.9216772Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft_cuda_float32 PASSED 2022-12-01T11:07:20.9217025Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9217275Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.9217600Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9217863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9218116Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.9218372Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flipud_cuda_float32 PASSED 2022-12-01T11:07:20.9218681Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9218914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_cuda_float32 PASSED 2022-12-01T11:07:20.9219226Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_divide_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9219478Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.9219722Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmin_cuda_float32 PASSED 2022-12-01T11:07:20.9219967Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.9220210Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frac_cuda_float32 PASSED 2022-12-01T11:07:20.9220458Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frexp_cuda_float32 PASSED 2022-12-01T11:07:20.9220791Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gather_cuda_float32 PASSED 2022-12-01T11:07:20.9221099Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_geqrf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9221382Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9221685Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9221937Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9222180Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_i0_cuda_float32 PASSED 2022-12-01T11:07:20.9222487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igammac_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9222748Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_copy_cuda_float32 PASSED 2022-12-01T11:07:20.9223019Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9223337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_reduce_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9223600Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_select_cuda_float32 PASSED 2022-12-01T11:07:20.9223898Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9224218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9224529Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9224829Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isnan_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9225138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isneginf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9225437Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_istft_cuda_float32 PASSED 2022-12-01T11:07:20.9225789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9226106Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9226438Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9226757Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_unary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9227004Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kron_cuda_float32 PASSED 2022-12-01T11:07:20.9227235Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lerp_cuda_float32 PASSED 2022-12-01T11:07:20.9227495Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.9227752Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9228006Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_cuda_float32 PASSED 2022-12-01T11:07:20.9228326Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9228645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_cuda_float32 XFAIL 2022-12-01T11:07:20.9228912Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cuda_float32 XFAIL 2022-12-01T11:07:20.9229174Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cuda_float32 XFAIL 2022-12-01T11:07:20.9229443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:07:20.9229764Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9230079Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9230342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9230601Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.9230862Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9231122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svd_cuda_float32 PASSED 2022-12-01T11:07:20.9231386Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.9231651Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:07:20.9231920Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:07:20.9232184Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.9232425Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vecdot_cuda_float32 XFAIL 2022-12-01T11:07:20.9232678Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.9232922Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log2_cuda_float32 PASSED 2022-12-01T11:07:20.9233216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_cuda_float32 PASSED 2022-12-01T11:07:20.9233489Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9233755Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9234010Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9234334Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logcumsumexp_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9234583Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.9234876Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_or_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9235131Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logit_cuda_float32 PASSED 2022-12-01T11:07:20.9235388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9235639Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9235891Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_unpack_cuda_float32 XFAIL 2022-12-01T11:07:20.9236133Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mH_cuda_float32 PASSED 2022-12-01T11:07:20.9236513Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9236833Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9237101Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9237368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9237615Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9237893Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_mean_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9238159Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.9238418Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_sum_cuda_float32 PASSED 2022-12-01T11:07:20.9238674Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matrix_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9238924Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9239207Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9239479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9239751Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9239984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_minimum_cuda_float32 PASSED 2022-12-01T11:07:20.9240232Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_movedim_cuda_float32 PASSED 2022-12-01T11:07:20.9240479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mul_cuda_float32 PASSED 2022-12-01T11:07:20.9240793Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_multinomial_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9241086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mv_cuda_float32 PASSED 2022-12-01T11:07:20.9241373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.9241638Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:07:20.9241892Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nan_to_num_cuda_float32 PASSED 2022-12-01T11:07:20.9242143Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmean_cuda_float32 XFAIL 2022-12-01T11:07:20.9242381Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanquantile_cuda_float32 XFAIL 2022-12-01T11:07:20.9242696Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_copy_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9242944Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9243266Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_strided_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9243569Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9243875Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9244252Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9244562Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nextafter_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9244887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9245179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9245438Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9245710Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:07:20.9245982Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:07:20.9246263Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9246570Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9246876Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9247183Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9247494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9247813Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9248102Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9248392Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:07:20.9248705Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.9249005Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:07:20.9249296Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:07:20.9249583Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9249878Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9250202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9250494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL 2022-12-01T11:07:20.9250783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL 2022-12-01T11:07:20.9251048Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_glu_cuda_float32 XFAIL 2022-12-01T11:07:20.9251383Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9251645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9251997Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9252278Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:07:20.9252573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9252852Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9253138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:07:20.9253429Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:07:20.9253721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9253992Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:07:20.9254258Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9254549Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 XFAIL 2022-12-01T11:07:20.9254833Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL 2022-12-01T11:07:20.9255342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9255632Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:07:20.9255980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9256327Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9256706Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9257003Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.9257291Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:07:20.9257561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:07:20.9257815Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:07:20.9258095Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9258376Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9258654Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9258931Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:07:20.9259219Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9259508Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9259895Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9260143Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9260376Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.9260629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.9260931Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9261240Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9261525Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9261835Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ormqr_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9262114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pca_lowrank_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9262368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_permute_cuda_float32 PASSED 2022-12-01T11:07:20.9262625Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pinverse_cuda_float32 PASSED 2022-12-01T11:07:20.9262903Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9263153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:07:20.9263416Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:07:20.9263673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_positive_cuda_float32 PASSED 2022-12-01T11:07:20.9263921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_put_cuda_float32 XFAIL 2022-12-01T11:07:20.9264229Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rand_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9264595Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randint_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9264913Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9265168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ravel_cuda_float32 PASSED 2022-12-01T11:07:20.9265429Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reciprocal_cuda_float32 PASSED 2022-12-01T11:07:20.9265718Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_renorm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9265974Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_cuda_float32 PASSED 2022-12-01T11:07:20.9266277Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9266582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize_as__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9266842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9267088Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_roll_cuda_float32 PASSED 2022-12-01T11:07:20.9267335Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.9267643Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_cuda_float32 PASSED 2022-12-01T11:07:20.9267914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:07:20.9268163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9268394Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsub_cuda_float32 PASSED 2022-12-01T11:07:20.9268646Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_cuda_float32 XFAIL 2022-12-01T11:07:20.9268911Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cuda_float32 XFAIL 2022-12-01T11:07:20.9269182Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cuda_float32 XFAIL 2022-12-01T11:07:20.9269511Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9269777Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9270026Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sgn_cuda_float32 PASSED 2022-12-01T11:07:20.9270275Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sin_cuda_float32 PASSED 2022-12-01T11:07:20.9270522Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.9270772Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9271096Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9271412Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_airy_ai_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9271760Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9272153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9272424Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1_cuda_float32 PASSED 2022-12-01T11:07:20.9272684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.9272949Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_log_ndtr_cuda_float32 XFAIL 2022-12-01T11:07:20.9273278Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9273582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9273902Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9274247Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9274827Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9275370Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9275989Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9276325Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9276594Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:07:20.9276905Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_zeta_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9277164Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.9277415Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_squeeze_cuda_float32 PASSED 2022-12-01T11:07:20.9277666Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9277892Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_cuda_float32 PASSED 2022-12-01T11:07:20.9278145Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9278390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stft_cuda_float32 PASSED 2022-12-01T11:07:20.9278636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_cuda_float32 PASSED 2022-12-01T11:07:20.9278892Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_to_size_cuda_float32 PASSED 2022-12-01T11:07:20.9279129Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_t_cuda_float32 PASSED 2022-12-01T11:07:20.9279387Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensor_split_cuda_float32 XFAIL 2022-12-01T11:07:20.9279648Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensordot_cuda_float32 PASSED 2022-12-01T11:07:20.9279914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9280202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_sparse_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9280507Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trace_cuda_float32 PASSED 2022-12-01T11:07:20.9280775Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_transpose_cuda_float32 PASSED 2022-12-01T11:07:20.9281031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapz_cuda_float32 PASSED 2022-12-01T11:07:20.9281272Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trunc_cuda_float32 PASSED 2022-12-01T11:07:20.9281521Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unbind_cuda_float32 PASSED 2022-12-01T11:07:20.9281773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.9282077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9282322Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_cuda_float32 PASSED 2022-12-01T11:07:20.9282554Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9282802Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vdot_cuda_float32 XFAIL 2022-12-01T11:07:20.9283063Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_complex_cuda_float32 XFAIL 2022-12-01T11:07:20.9283317Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_cuda_float32 PASSED 2022-12-01T11:07:20.9283689Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9283977Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_histc_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9284210Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.9284439Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_i0_cuda_float32 PASSED 2022-12-01T11:07:20.9284672Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_add_cuda_float32 PASSED 2022-12-01T11:07:20.9284889Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_copy_cuda_float32 PASSED 2022-12-01T11:07:20.9285171Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9285460Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isfinite_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9285750Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9286034Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9286320Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isnan_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9286606Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isposinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9286892Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isreal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9287124Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_istft_cuda_float32 PASSED 2022-12-01T11:07:20.9287438Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9287747Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9288044Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9288416Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9288731Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_unary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9288959Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kron_cuda_float32 PASSED 2022-12-01T11:07:20.9289201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kthvalue_cuda_float32 PASSED 2022-12-01T11:07:20.9289440Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9289681Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eig_cuda_float32 PASSED 2022-12-01T11:07:20.9289918Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.9290140Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.9290434Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.9290698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:07:20.9291004Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9291308Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9292323Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86770 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.9293262Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87001 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.9293516Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9293768Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:07:20.9294077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9294324Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:07:20.9294565Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9294819Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:07:20.9295056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.9295540Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:07:20.9295788Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.9296027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.9296328Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9296556Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log10_cuda_float32 PASSED 2022-12-01T11:07:20.9296803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9297102Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp2_cuda_float32 PASSED 2022-12-01T11:07:20.9297358Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9297587Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.9297881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_not_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9298173Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_or_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9298467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9298702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_unpack_cuda_float32 PASSED 2022-12-01T11:07:20.9298937Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9299176Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9299399Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.9299639Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9299871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9300120Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9300441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_mean_cuda_float32 XFAIL 2022-12-01T11:07:20.9300676Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9300921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.9301156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9301397Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9301614Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_sum_cuda_float32 PASSED 2022-12-01T11:07:20.9301845Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matmul_cuda_float32 PASSED 2022-12-01T11:07:20.9302076Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matrix_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9302307Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_binary_cuda_float32 PASSED 2022-12-01T11:07:20.9302556Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9302811Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9303038Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9303271Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_median_cuda_float32 PASSED 2022-12-01T11:07:20.9303510Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9303747Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.9303996Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9304224Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_msort_cuda_float32 PASSED 2022-12-01T11:07:20.9304455Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mul_cuda_float32 PASSED 2022-12-01T11:07:20.9304679Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mv_cuda_float32 PASSED 2022-12-01T11:07:20.9304913Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nan_to_num_cuda_float32 PASSED 2022-12-01T11:07:20.9305201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanquantile_cuda_float32 XFAIL 2022-12-01T11:07:20.9305446Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nansum_cuda_float32 PASSED 2022-12-01T11:07:20.9305670Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_batch_norm_cuda_float32 XFAIL 2022-12-01T11:07:20.9305973Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_layer_norm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9306262Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9306557Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9306845Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9307120Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9307393Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9307662Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9307920Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9308153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9308485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:07:20.9308735Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:07:20.9308979Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:07:20.9309253Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9309527Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9309789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9310061Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9310333Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9310562Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:07:20.9310880Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9311156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9311430Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL 2022-12-01T11:07:20.9311698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9311960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9312218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:07:20.9312600Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9312865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:07:20.9313119Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9313441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9313704Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:07:20.9313954Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9314207Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:07:20.9314457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9314724Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9314970Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9315253Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9315499Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.9315832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9316114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9316367Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9316696Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.9316960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.9317233Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:07:20.9317540Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9317805Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9318073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9318305Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:07:20.9318571Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9318821Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.9319077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:07:20.9319339Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9319596Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:07:20.9319887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9320115Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9320346Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.9320560Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.9320847Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9321133Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9321474Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9321842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9322073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polar_cuda_float32 PASSED 2022-12-01T11:07:20.9322329Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9322582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:07:20.9322837Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.9323070Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.9323310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_positive_cuda_float32 PASSED 2022-12-01T11:07:20.9323534Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pow_cuda_float32 PASSED 2022-12-01T11:07:20.9323758Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9323982Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_put_cuda_float32 PASSED 2022-12-01T11:07:20.9324214Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rad2deg_cuda_float32 PASSED 2022-12-01T11:07:20.9324606Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9324933Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9325206Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ravel_cuda_float32 PASSED 2022-12-01T11:07:20.9325425Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_real_cuda_float32 PASSED 2022-12-01T11:07:20.9325865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.9326203Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9326546Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize_as__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9326826Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9327053Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9327319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_roll_cuda_float32 PASSED 2022-12-01T11:07:20.9327585Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.9327869Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:07:20.9328149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.9328462Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9328745Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsub_cuda_float32 PASSED 2022-12-01T11:07:20.9329023Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_add_cuda_float32 PASSED 2022-12-01T11:07:20.9329238Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_cuda_float32 XFAIL 2022-12-01T11:07:20.9329533Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9329819Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9330143Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9330547Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_prod_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9330860Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:07:20.9331253Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9331528Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_cuda_float32 PASSED 2022-12-01T11:07:20.9331854Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9332158Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9332430Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9332695Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sign_cuda_float32 PASSED 2022-12-01T11:07:20.9332958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinc_cuda_float32 PASSED 2022-12-01T11:07:20.9333228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.9333497Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_cuda_float32 PASSED 2022-12-01T11:07:20.9333793Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sort_cuda_float32 PASSED 2022-12-01T11:07:20.9334199Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9334538Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9334840Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9335437Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9335769Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.9336357Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9336653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.9337012Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9337347Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.9337637Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtri_cuda_float32 PASSED 2022-12-01T11:07:20.9338205Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9338757Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9339125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9339361Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:07:20.9339699Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_zeta_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9339967Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_cuda_float32 PASSED 2022-12-01T11:07:20.9340342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.9340674Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_square_cuda_float32 PASSED 2022-12-01T11:07:20.9340949Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9341225Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stft_cuda_float32 PASSED 2022-12-01T11:07:20.9341521Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sub_cuda_float32 PASSED 2022-12-01T11:07:20.9341746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_to_size_cuda_float32 PASSED 2022-12-01T11:07:20.9354887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_cuda_float32 PASSED 2022-12-01T11:07:20.9355267Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_symeig_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9355530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9355764Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_cuda_float32 PASSED 2022-12-01T11:07:20.9355990Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tan_cuda_float32 PASSED 2022-12-01T11:07:20.9356218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tanh_cuda_float32 PASSED 2022-12-01T11:07:20.9356420Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tile_cuda_float32 PASSED 2022-12-01T11:07:20.9356717Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_sparse_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9357125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_topk_cuda_float32 PASSED 2022-12-01T11:07:20.9357373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9357612Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_true_divide_cuda_float32 PASSED 2022-12-01T11:07:20.9357852Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unflatten_cuda_float32 PASSED 2022-12-01T11:07:20.9358148Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_uniform_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9358435Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9358662Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_cuda_float32 PASSED 2022-12-01T11:07:20.9358869Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_cuda_float32 PASSED 2022-12-01T11:07:20.9359100Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.9359326Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_where_cuda_float32 PASSED 2022-12-01T11:07:20.9359547Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_xlogy_cuda_float32 PASSED 2022-12-01T11:07:20.9359835Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:07:20.9360060Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_H_cuda_float32 PASSED 2022-12-01T11:07:20.9360294Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___cuda_float32 PASSED 2022-12-01T11:07:20.9360528Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmatmul___cuda_float32 PASSED 2022-12-01T11:07:20.9360740Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.9360980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rpow___cuda_float32 PASSED 2022-12-01T11:07:20.9361209Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acosh_cuda_float32 PASSED 2022-12-01T11:07:20.9361433Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_add_cuda_float32 PASSED 2022-12-01T11:07:20.9361663Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addbmm_cuda_float32 PASSED 2022-12-01T11:07:20.9361958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcdiv_cuda_float32 PASSED 2022-12-01T11:07:20.9362222Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.9362455Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.9362683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addr_cuda_float32 PASSED 2022-12-01T11:07:20.9362951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9363179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9363467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9363697Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_angle_cuda_float32 PASSED 2022-12-01T11:07:20.9363991Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9364283Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9364519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_cuda_float32 XFAIL 2022-12-01T11:07:20.9364747Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.9364987Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9365300Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_cuda_float32 XFAIL 2022-12-01T11:07:20.9365623Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9365893Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_tensors_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9366138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_to_cuda_float32 PASSED 2022-12-01T11:07:20.9366429Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9366657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cat_cuda_float32 PASSED 2022-12-01T11:07:20.9366885Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cdist_cuda_float32 XFAIL 2022-12-01T11:07:20.9367107Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chalf_cuda_float32 XFAIL 2022-12-01T11:07:20.9367333Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9367569Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.9367803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_column_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9368044Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.9368270Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9368508Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_physical_cuda_float32 PASSED 2022-12-01T11:07:20.9368751Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:07:20.9368984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_copysign_cuda_float32 PASSED 2022-12-01T11:07:20.9369220Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_corrcoef_cuda_float32 PASSED 2022-12-01T11:07:20.9369430Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cosh_cuda_float32 PASSED 2022-12-01T11:07:20.9369725Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9369954Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9370240Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.9370487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9370745Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.9370975Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9371210Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagflat_cuda_float32 PASSED 2022-12-01T11:07:20.9371443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9371691Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.9371916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dot_cuda_float32 PASSED 2022-12-01T11:07:20.9372150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_cuda_float32 XFAIL 2022-12-01T11:07:20.9372419Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9372650Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dstack_cuda_float32 PASSED 2022-12-01T11:07:20.9372874Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.9373162Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9373508Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9373768Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9374000Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfinv_cuda_float32 PASSED 2022-12-01T11:07:20.9374237Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_as_cuda_float32 PASSED 2022-12-01T11:07:20.9374519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9374748Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft_cuda_float32 PASSED 2022-12-01T11:07:20.9374980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.9375564Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:07:20.9375825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9376054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft_cuda_float32 PASSED 2022-12-01T11:07:20.9376268Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9376496Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:07:20.9376735Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9376969Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9377201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9377431Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.9377656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_cuda_float32 PASSED 2022-12-01T11:07:20.9377949Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9378160Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gather_cuda_float32 PASSED 2022-12-01T11:07:20.9378440Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9378763Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.9379008Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_cuda_float32 XFAIL 2022-12-01T11:07:20.9379279Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9379573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9379806Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9380035Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.9380264Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hypot_cuda_float32 PASSED 2022-12-01T11:07:20.9380531Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9380825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9381060Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_add_cuda_float32 PASSED 2022-12-01T11:07:20.9381340Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9381621Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9381983Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9382274Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9382501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_istft_cuda_float32 PASSED 2022-12-01T11:07:20.9382819Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9383100Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9383399Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9383634Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kthvalue_cuda_float32 PASSED 2022-12-01T11:07:20.9383864Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lerp_cuda_float32 PASSED 2022-12-01T11:07:20.9384092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lgamma_cuda_float32 PASSED 2022-12-01T11:07:20.9384326Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.9384563Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9384814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:07:20.9385051Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.9385273Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.9385513Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.9385772Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_householder_product_cuda_float32 XFAIL 2022-12-01T11:07:20.9386011Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_cuda_float32 PASSED 2022-12-01T11:07:20.9386248Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9386551Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9386848Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_cuda_float32 PASSED 2022-12-01T11:07:20.9387870Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_ex_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86885 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.9388202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9388481Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:07:20.9388700Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.9389040Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9389276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_qr_cuda_float32 PASSED 2022-12-01T11:07:20.9389518Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:07:20.9389754Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9390092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_triangular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9390445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vander_cuda_float32 PASSED 2022-12-01T11:07:20.9390691Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:07:20.9390944Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9391240Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9391449Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log10_cuda_float32 PASSED 2022-12-01T11:07:20.9391673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.9391900Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log2_cuda_float32 PASSED 2022-12-01T11:07:20.9392138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp2_cuda_float32 PASSED 2022-12-01T11:07:20.9392378Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9392609Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.9392903Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9393198Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9393473Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9393706Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logit_cuda_float32 PASSED 2022-12-01T11:07:20.9393988Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9394310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9394587Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9394810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_cuda_float32 PASSED 2022-12-01T11:07:20.9395090Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mT_cuda_float32 PASSED 2022-12-01T11:07:20.9395339Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9395637Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9395910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9396163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9396414Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9396653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9396893Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_median_cuda_float32 PASSED 2022-12-01T11:07:20.9397131Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9397374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9397615Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.9397848Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_var_cuda_float32 PASSED 2022-12-01T11:07:20.9398064Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matrix_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9398402Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9398637Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_maximum_cuda_float32 PASSED 2022-12-01T11:07:20.9398863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9399097Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_median_cuda_float32 PASSED 2022-12-01T11:07:20.9399331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.9399584Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9399814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_minimum_cuda_float32 PASSED 2022-12-01T11:07:20.9400021Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9400253Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_msort_cuda_float32 PASSED 2022-12-01T11:07:20.9400478Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mul_cuda_float32 PASSED 2022-12-01T11:07:20.9400773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9401022Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 XFAIL 2022-12-01T11:07:20.9401260Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nan_to_num_cuda_float32 PASSED 2022-12-01T11:07:20.9401483Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanquantile_cuda_float32 XFAIL 2022-12-01T11:07:20.9401702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_cuda_float32 PASSED 2022-12-01T11:07:20.9401995Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9402280Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9402560Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9402831Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9403139Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9403414Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9403669Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_cuda_float32 XFAIL 2022-12-01T11:07:20.9403960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:07:20.9404294Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9404587Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9404871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9405125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9405411Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9405684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9405981Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9406320Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9406590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:07:20.9406858Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.9407125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9407388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout2d_cuda_float32 XFAIL 2022-12-01T11:07:20.9407622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout_cuda_float32 XFAIL 2022-12-01T11:07:20.9407883Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:07:20.9408152Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9408443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 XFAIL 2022-12-01T11:07:20.9408737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:07:20.9408982Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:07:20.9409244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_grid_sample_cuda_float32 XFAIL 2022-12-01T11:07:20.9409502Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9409760Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9410000Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardsigmoid_cuda_float32 XFAIL 2022-12-01T11:07:20.9410264Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:07:20.9410521Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:07:20.9410781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_instance_norm_cuda_float32 XFAIL 2022-12-01T11:07:20.9411100Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:07:20.9411388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9411660Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9411939Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9412191Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9412428Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9412683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9412951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9413208Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9413467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_cuda_float32 XFAIL 2022-12-01T11:07:20.9413732Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL 2022-12-01T11:07:20.9413995Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multi_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9414273Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9414598Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9414842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.9415352Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:07:20.9415639Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:07:20.9415911Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:07:20.9416179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:07:20.9416430Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:07:20.9416683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_rrelu_cuda_float32 XFAIL 2022-12-01T11:07:20.9416946Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9417214Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9417454Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:07:20.9417708Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.9417978Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9418265Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9418494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9418726Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.9418957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.9419188Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_cuda_float32 XFAIL 2022-12-01T11:07:20.9419516Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_number_mean_cuda_float32 XFAIL 2022-12-01T11:07:20.9419868Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9420137Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9420372Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polar_cuda_float32 PASSED 2022-12-01T11:07:20.9420630Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:07:20.9420891Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.9421139Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:07:20.9421363Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_qr_cuda_float32 PASSED 2022-12-01T11:07:20.9421656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9421942Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9422156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_cuda_float32 PASSED 2022-12-01T11:07:20.9422406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.9422725Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_as_cuda_float32 PASSED 2022-12-01T11:07:20.9423015Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9423255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9423495Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9423731Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_roll_cuda_float32 PASSED 2022-12-01T11:07:20.9423963Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_cuda_float32 PASSED 2022-12-01T11:07:20.9424214Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:07:20.9424422Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsub_cuda_float32 PASSED 2022-12-01T11:07:20.9424656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9424908Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9425157Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9425453Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9425708Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_lengths_cuda_float32 XFAIL 2022-12-01T11:07:20.9425951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9426178Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sgn_cuda_float32 PASSED 2022-12-01T11:07:20.9426461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9426673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sign_cuda_float32 PASSED 2022-12-01T11:07:20.9426964Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9427189Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.9427417Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_cuda_float32 PASSED 2022-12-01T11:07:20.9427718Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9427960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sort_cuda_float32 PASSED 2022-12-01T11:07:20.9428261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9428564Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9428858Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9429382Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9429886Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9430131Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_entr_cuda_float32 PASSED 2022-12-01T11:07:20.9430451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9430690Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.9430925Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1_cuda_float32 PASSED 2022-12-01T11:07:20.9431231Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.9431552Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9432063Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9432381Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9432673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9432983Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9433226Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtri_cuda_float32 PASSED 2022-12-01T11:07:20.9433510Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9433833Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9434360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9434868Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9435385Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9435703Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9435996Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9436295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_list_args_cuda_float32 PASSED 2022-12-01T11:07:20.9436537Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.9436769Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9437001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_square_cuda_float32 PASSED 2022-12-01T11:07:20.9437231Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9437457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_cuda_float32 PASSED 2022-12-01T11:07:20.9437688Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stft_cuda_float32 PASSED 2022-12-01T11:07:20.9437915Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sub_cuda_float32 PASSED 2022-12-01T11:07:20.9438145Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_cuda_float32 PASSED 2022-12-01T11:07:20.9438442Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9438675Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_symeig_cuda_float32 XFAIL 2022-12-01T11:07:20.9438897Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_cuda_float32 XFAIL 2022-12-01T11:07:20.9439132Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_sparse_cuda_float32 XFAIL 2022-12-01T11:07:20.9439359Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_topk_cuda_float32 PASSED 2022-12-01T11:07:20.9439663Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.9439912Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9440138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tril_cuda_float32 PASSED 2022-12-01T11:07:20.9440369Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.9440640Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9440946Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9441183Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unsqueeze_cuda_float32 PASSED 2022-12-01T11:07:20.9441407Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vdot_cuda_float32 PASSED 2022-12-01T11:07:20.9441650Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_complex_cuda_float32 XFAIL 2022-12-01T11:07:20.9441877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_cuda_float32 PASSED 2022-12-01T11:07:20.9442110Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9442336Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.9442547Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_where_cuda_float32 PASSED 2022-12-01T11:07:20.9442773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zero__cuda_float32 PASSED 2022-12-01T11:07:20.9443016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9443240Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.9443459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rpow___cuda_float32 PASSED 2022-12-01T11:07:20.9443682Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_abs_cuda_float32 PASSED 2022-12-01T11:07:20.9443904Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_acos_cuda_float32 PASSED 2022-12-01T11:07:20.9444125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_add_cuda_float32 PASSED 2022-12-01T11:07:20.9444349Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:07:20.9444635Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.9444871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addr_cuda_float32 PASSED 2022-12-01T11:07:20.9445151Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9445373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9445594Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9445881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9446103Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_angle_cuda_float32 PASSED 2022-12-01T11:07:20.9446379Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9446645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9446920Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9447201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9447431Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_cuda_float32 XFAIL 2022-12-01T11:07:20.9447654Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_asinh_cuda_float32 PASSED 2022-12-01T11:07:20.9447943Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan2_cuda_float32 PASSED 2022-12-01T11:07:20.9448163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.9448390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_2d_cuda_float32 PASSED 2022-12-01T11:07:20.9448645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bernoulli_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9448853Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_cuda_float32 XFAIL 2022-12-01T11:07:20.9449169Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9449467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9449708Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9449947Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_to_cuda_float32 PASSED 2022-12-01T11:07:20.9450225Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9450511Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9450745Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cdist_cuda_float32 PASSED 2022-12-01T11:07:20.9451022Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9451244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:07:20.9451484Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9451708Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_chunk_cuda_float32 PASSED 2022-12-01T11:07:20.9451939Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_cuda_float32 PASSED 2022-12-01T11:07:20.9452170Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.9452400Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_column_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9452628Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.9452916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:07:20.9453145Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_contiguous_cuda_float32 PASSED 2022-12-01T11:07:20.9453368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cos_cuda_float32 PASSED 2022-12-01T11:07:20.9453589Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cov_cuda_float32 PASSED 2022-12-01T11:07:20.9453813Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9454043Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummax_cuda_float32 PASSED 2022-12-01T11:07:20.9454263Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummin_cuda_float32 PASSED 2022-12-01T11:07:20.9454485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9454732Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.9454934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9455392Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.9455638Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_cuda_float32 PASSED 2022-12-01T11:07:20.9455865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_digamma_cuda_float32 PASSED 2022-12-01T11:07:20.9456085Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dist_cuda_float32 PASSED 2022-12-01T11:07:20.9456441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9456665Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_cuda_float32 XFAIL 2022-12-01T11:07:20.9456929Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9457155Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dstack_cuda_float32 PASSED 2022-12-01T11:07:20.9457363Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.9457648Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9457919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9458137Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_erf_cuda_float32 PASSED 2022-12-01T11:07:20.9458359Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.9458582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp2_cuda_float32 PASSED 2022-12-01T11:07:20.9458799Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9459029Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_as_cuda_float32 PASSED 2022-12-01T11:07:20.9459237Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_cuda_float32 PASSED 2022-12-01T11:07:20.9459459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.9459731Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9459957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.9460182Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:07:20.9460404Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.9460642Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:07:20.9460870Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9461077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9461372Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9461612Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.9461839Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.9462059Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_cuda_float32 XFAIL 2022-12-01T11:07:20.9462321Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9462615Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9462840Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_frac_cuda_float32 PASSED 2022-12-01T11:07:20.9463066Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_frexp_cuda_float32 PASSED 2022-12-01T11:07:20.9463331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9463558Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_gradient_cuda_float32 PASSED 2022-12-01T11:07:20.9463818Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9464056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_T_cuda_float32 PASSED 2022-12-01T11:07:20.9464299Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___radd___cuda_float32 PASSED 2022-12-01T11:07:20.9464610Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmatmul___cuda_float32 PASSED 2022-12-01T11:07:20.9464859Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rpow___cuda_float32 PASSED 2022-12-01T11:07:20.9465101Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_add_cuda_float32 PASSED 2022-12-01T11:07:20.9465350Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addbmm_cuda_float32 PASSED 2022-12-01T11:07:20.9465627Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9465869Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9466167Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9466459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9466761Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9467056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9467360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9467622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_scatter_cuda_float32 XFAIL 2022-12-01T11:07:20.9467868Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asin_cuda_float32 PASSED 2022-12-01T11:07:20.9468092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asinh_cuda_float32 PASSED 2022-12-01T11:07:20.9468337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atanh_cuda_float32 PASSED 2022-12-01T11:07:20.9468594Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_2d_cuda_float32 PASSED 2022-12-01T11:07:20.9468864Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bernoulli_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9469149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9469449Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_block_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9469796Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9470114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9470376Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9470634Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_to_cuda_float32 PASSED 2022-12-01T11:07:20.9470919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9471254Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9471495Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cdist_cuda_float32 PASSED 2022-12-01T11:07:20.9471737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.9472032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9472363Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9472730Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:07:20.9472981Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_min_cuda_float32 PASSED 2022-12-01T11:07:20.9473240Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.9473461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9473717Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_contiguous_cuda_float32 PASSED 2022-12-01T11:07:20.9473963Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_corrcoef_cuda_float32 PASSED 2022-12-01T11:07:20.9474202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cos_cuda_float32 PASSED 2022-12-01T11:07:20.9474449Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9474692Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumprod_cuda_float32 XFAIL 2022-12-01T11:07:20.9474937Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_deg2rad_cuda_float32 PASSED 2022-12-01T11:07:20.9475192Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_embed_cuda_float32 PASSED 2022-12-01T11:07:20.9475444Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagflat_cuda_float32 PASSED 2022-12-01T11:07:20.9475668Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_cuda_float32 PASSED 2022-12-01T11:07:20.9475927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9476165Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diff_cuda_float32 PASSED 2022-12-01T11:07:20.9476410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dist_cuda_float32 PASSED 2022-12-01T11:07:20.9476670Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.9476913Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_cuda_float32 XFAIL 2022-12-01T11:07:20.9477206Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dstack_cuda_float32 PASSED 2022-12-01T11:07:20.9477468Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.9477767Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9477988Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erf_cuda_float32 PASSED 2022-12-01T11:07:20.9478228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfc_cuda_float32 PASSED 2022-12-01T11:07:20.9478474Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp2_cuda_float32 PASSED 2022-12-01T11:07:20.9478716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_cuda_float32 PASSED 2022-12-01T11:07:20.9478957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.9479204Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft_cuda_float32 PASSED 2022-12-01T11:07:20.9479452Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftn_cuda_float32 PASSED 2022-12-01T11:07:20.9479699Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9479938Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:07:20.9480157Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.9480458Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfftn_cuda_float32 XFAIL 2022-12-01T11:07:20.9480707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9480959Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9481209Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.9481455Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9481697Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9481936Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flip_cuda_float32 PASSED 2022-12-01T11:07:20.9482163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fliplr_cuda_float32 PASSED 2022-12-01T11:07:20.9482413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flipud_cuda_float32 PASSED 2022-12-01T11:07:20.9482698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9482953Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_power_cuda_float32 PASSED 2022-12-01T11:07:20.9483263Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9483505Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.9483743Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmin_cuda_float32 PASSED 2022-12-01T11:07:20.9483980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.9484216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frac_cuda_float32 PASSED 2022-12-01T11:07:20.9484525Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9484754Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gather_cuda_float32 PASSED 2022-12-01T11:07:20.9485094Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9485403Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9485645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_cuda_float32 XFAIL 2022-12-01T11:07:20.9485929Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9486236Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9486486Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9486730Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hypot_cuda_float32 PASSED 2022-12-01T11:07:20.9487032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9487310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9487608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9487897Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9488197Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9488507Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_istft_cuda_float32 PASSED 2022-12-01T11:07:20.9488819Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9489153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9489395Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kron_cuda_float32 PASSED 2022-12-01T11:07:20.9489688Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9489928Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lerp_cuda_float32 PASSED 2022-12-01T11:07:20.9490167Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.9490462Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cross_cuda_float32 PASSED 2022-12-01T11:07:20.9490732Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:07:20.9490987Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eig_cuda_float32 XFAIL 2022-12-01T11:07:20.9491243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.9491502Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.9491783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_householder_product_cuda_float32 XFAIL 2022-12-01T11:07:20.9492037Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9492358Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9492649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9492956Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:07:20.9493232Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cuda_float32 XFAIL 2022-12-01T11:07:20.9493497Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9493762Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:07:20.9494090Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9494348Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.9494618Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:07:20.9494968Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9495451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:07:20.9495704Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9495959Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svd_cuda_float32 PASSED 2022-12-01T11:07:20.9496213Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vecdot_cuda_float32 XFAIL 2022-12-01T11:07:20.9496575Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9496819Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.9497061Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log2_cuda_float32 PASSED 2022-12-01T11:07:20.9497307Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_cuda_float32 PASSED 2022-12-01T11:07:20.9497563Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp2_cuda_float32 PASSED 2022-12-01T11:07:20.9497809Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logdet_cuda_float32 PASSED 2022-12-01T11:07:20.9498097Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9498405Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9498645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logit_cuda_float32 PASSED 2022-12-01T11:07:20.9498896Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9499195Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9499526Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9499821Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9500067Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_solve_cuda_float32 XFAIL 2022-12-01T11:07:20.9500315Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mT_cuda_float32 PASSED 2022-12-01T11:07:20.9500553Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9500807Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_cuda_float32 XFAIL 2022-12-01T11:07:20.9501133Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9501416Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9501672Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9501924Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_median_cuda_float32 PASSED 2022-12-01T11:07:20.9502171Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9502427Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_scatter_cuda_float32 XFAIL 2022-12-01T11:07:20.9502678Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_select_cuda_float32 XFAIL 2022-12-01T11:07:20.9502916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.9503171Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_std_cuda_float32 PASSED 2022-12-01T11:07:20.9503419Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_var_cuda_float32 PASSED 2022-12-01T11:07:20.9503659Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matrix_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9503925Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9504164Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9504475Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_median_cuda_float32 PASSED 2022-12-01T11:07:20.9504753Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9505000Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.9505251Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9505498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_minimum_cuda_float32 PASSED 2022-12-01T11:07:20.9505734Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mm_cuda_float32 PASSED 2022-12-01T11:07:20.9505972Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9506217Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_msort_cuda_float32 PASSED 2022-12-01T11:07:20.9506458Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mul_cuda_float32 PASSED 2022-12-01T11:07:20.9506728Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.9506997Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:07:20.9507242Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmean_cuda_float32 XFAIL 2022-12-01T11:07:20.9507475Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanquantile_cuda_float32 XFAIL 2022-12-01T11:07:20.9507755Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_batch_norm_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9508050Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9508292Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9508593Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9508957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9509270Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9509562Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9509865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9510183Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9510451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9510736Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9511018Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9511295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9511573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9511844Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9512186Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9512450Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9512740Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:07:20.9513028Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9513311Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:07:20.9513573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:07:20.9513838Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:07:20.9514145Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9514443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9514759Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9515039Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9515317Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.9515603Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9515880Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9516149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9516410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:07:20.9516731Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:07:20.9517070Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9517364Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL 2022-12-01T11:07:20.9517649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL 2022-12-01T11:07:20.9517917Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:07:20.9518189Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cuda_float32 PASSED 2022-12-01T11:07:20.9518459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9518715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9518987Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:07:20.9519272Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9519544Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9519892Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:07:20.9520179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9520447Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9520715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:07:20.9520998Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9521265Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9521529Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9521803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9522071Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9522350Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 XFAIL 2022-12-01T11:07:20.9522631Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL 2022-12-01T11:07:20.9522910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 XFAIL 2022-12-01T11:07:20.9523176Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9523448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9523738Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9524032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9524352Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9524641Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.9524919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.9525196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:07:20.9525470Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:07:20.9525750Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9526016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:07:20.9526280Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:07:20.9526549Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:07:20.9526811Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9527095Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9527400Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9527711Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.9527955Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.9528233Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9528479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_outer_cuda_float32 PASSED 2022-12-01T11:07:20.9528727Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_permute_cuda_float32 PASSED 2022-12-01T11:07:20.9528994Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.9529216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9529456Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_put_cuda_float32 XFAIL 2022-12-01T11:07:20.9529694Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_qr_cuda_float32 PASSED 2022-12-01T11:07:20.9529936Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rad2deg_cuda_float32 PASSED 2022-12-01T11:07:20.9530245Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9530551Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9530796Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_real_cuda_float32 PASSED 2022-12-01T11:07:20.9531048Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reciprocal_cuda_float32 PASSED 2022-12-01T11:07:20.9531294Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_renorm_cuda_float32 XFAIL 2022-12-01T11:07:20.9531523Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_cuda_float32 PASSED 2022-12-01T11:07:20.9531776Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_as_cuda_float32 PASSED 2022-12-01T11:07:20.9532073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9532376Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9532634Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_roll_cuda_float32 PASSED 2022-12-01T11:07:20.9532877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_cuda_float32 PASSED 2022-12-01T11:07:20.9533117Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9533366Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_add_cuda_float32 PASSED 2022-12-01T11:07:20.9533634Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cuda_float32 XFAIL 2022-12-01T11:07:20.9533877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cuda_float32 XFAIL 2022-12-01T11:07:20.9534140Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cuda_float32 XFAIL 2022-12-01T11:07:20.9534408Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cuda_float32 XFAIL 2022-12-01T11:07:20.9534673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cuda_float32 XFAIL 2022-12-01T11:07:20.9534929Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9535454Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9535810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9536056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.9536303Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9536550Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9536794Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sort_cuda_float32 PASSED 2022-12-01T11:07:20.9537107Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9537417Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9537731Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9538041Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9538373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9538928Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9539191Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_entr_cuda_float32 PASSED 2022-12-01T11:07:20.9539449Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.9539782Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9540015Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.9540265Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.9540861Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9541204Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9541530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9541787Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.9542091Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9542426Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9542976Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9543514Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9544052Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9544428Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9544737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9544985Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_cuda_float32 PASSED 2022-12-01T11:07:20.9545248Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:07:20.9545492Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9545740Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_square_cuda_float32 PASSED 2022-12-01T11:07:20.9545987Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_squeeze_cuda_float32 PASSED 2022-12-01T11:07:20.9546231Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_cuda_float32 PASSED 2022-12-01T11:07:20.9546471Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_cuda_float32 PASSED 2022-12-01T11:07:20.9546704Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_lowrank_cuda_float32 XFAIL 2022-12-01T11:07:20.9546945Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_t_cuda_float32 PASSED 2022-12-01T11:07:20.9547198Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9547476Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tanh_cuda_float32 PASSED 2022-12-01T11:07:20.9547718Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tile_cuda_float32 PASSED 2022-12-01T11:07:20.9547980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9548234Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_sparse_cuda_float32 XFAIL 2022-12-01T11:07:20.9548474Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_topk_cuda_float32 PASSED 2022-12-01T11:07:20.9548716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trace_cuda_float32 PASSED 2022-12-01T11:07:20.9548995Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapz_cuda_float32 PASSED 2022-12-01T11:07:20.9549270Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9549514Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unbind_cuda_float32 PASSED 2022-12-01T11:07:20.9549767Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unflatten_cuda_float32 PASSED 2022-12-01T11:07:20.9550009Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unfold_cuda_float32 XFAIL 2022-12-01T11:07:20.9550319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9550635Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9550880Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_cuda_float32 PASSED 2022-12-01T11:07:20.9551120Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vdot_cuda_float32 XFAIL 2022-12-01T11:07:20.9551354Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_complex_cuda_float32 XFAIL 2022-12-01T11:07:20.9551596Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_cuda_float32 PASSED 2022-12-01T11:07:20.9551837Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.9552143Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_where_cuda_float32 PASSED 2022-12-01T11:07:20.9552441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9552727Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9553010Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9553236Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_hsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9553461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_hstack_cuda_float32 PASSED 2022-12-01T11:07:20.9553670Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_add_cuda_float32 PASSED 2022-12-01T11:07:20.9553901Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_copy_cuda_float32 PASSED 2022-12-01T11:07:20.9554128Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9554372Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9554604Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_select_cuda_float32 PASSED 2022-12-01T11:07:20.9554825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_inner_cuda_float32 PASSED 2022-12-01T11:07:20.9555108Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9555391Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9555667Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9555926Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9556234Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9556455Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_kron_cuda_float32 PASSED 2022-12-01T11:07:20.9556688Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.9556980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:07:20.9557225Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eig_cuda_float32 XFAIL 2022-12-01T11:07:20.9557460Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.9557694Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:07:20.9557932Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.9558152Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9558384Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:07:20.9558636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:07:20.9559574Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86893 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.9560501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86436 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:07:20.9560806Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9561050Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9561349Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9561579Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9561811Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.9562056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:07:20.9562368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9562602Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_qr_cuda_float32 PASSED 2022-12-01T11:07:20.9562838Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:07:20.9563069Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9563321Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:07:20.9563576Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svdvals_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9563814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:07:20.9564046Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:07:20.9564332Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9564540Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log10_cuda_float32 PASSED 2022-12-01T11:07:20.9564761Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.9564980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_cuda_float32 PASSED 2022-12-01T11:07:20.9565259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9565505Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp2_cuda_float32 PASSED 2022-12-01T11:07:20.9565794Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9566083Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9566367Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9566632Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9566910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9567228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9567454Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_cuda_float32 PASSED 2022-12-01T11:07:20.9567684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9567912Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9568492Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9569094Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9569616Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:07:20.9570146Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9570634Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9571102Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.9571599Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_scatter_cuda_float32 XFAIL 2022-12-01T11:07:20.9572086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_var_cuda_float32 PASSED 2022-12-01T11:07:20.9572532Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_matmul_cuda_float32 PASSED 2022-12-01T11:07:20.9573007Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_matrix_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9573473Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_binary_cuda_float32 PASSED 2022-12-01T11:07:20.9573958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9574428Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_median_cuda_float32 PASSED 2022-12-01T11:07:20.9574922Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9575701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9576219Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9576683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mm_cuda_float32 PASSED 2022-12-01T11:07:20.9577138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9577624Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:07:20.9578115Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:07:20.9578599Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmean_cuda_float32 PASSED 2022-12-01T11:07:20.9579078Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanquantile_cuda_float32 PASSED 2022-12-01T11:07:20.9579755Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9580332Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9580909Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9581486Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9582039Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9582563Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9583098Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9583628Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9584155Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9584702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:07:20.9585218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9585748Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:07:20.9586388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9586974Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9587522Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:07:20.9588068Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9588614Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9589135Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:07:20.9589637Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9590223Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9590873Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9591453Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL 2022-12-01T11:07:20.9591970Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL 2022-12-01T11:07:20.9592495Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9593014Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:07:20.9593527Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9594067Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9594600Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:07:20.9595166Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:07:20.9595750Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9596314Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9596853Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9597374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9597900Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9598410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9598914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9599424Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9599949Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.9600461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL 2022-12-01T11:07:20.9600989Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.9601498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9601998Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9602612Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9603151Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:07:20.9603667Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:07:20.9604160Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pdist_cuda_float32 PASSED 2022-12-01T11:07:20.9604672Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:07:20.9605181Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:07:20.9605674Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:07:20.9606168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9606725Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9607257Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:07:20.9607773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:07:20.9608292Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9608853Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9609411Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9609948Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9610427Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9610895Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_fro_cuda_float32 PASSED 2022-12-01T11:07:20.9611366Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.9611841Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9612430Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9613078Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9613714Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9614208Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_outer_cuda_float32 PASSED 2022-12-01T11:07:20.9614707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_permute_cuda_float32 PASSED 2022-12-01T11:07:20.9615429Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_pinverse_cuda_float32 PASSED 2022-12-01T11:07:20.9615922Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polar_cuda_float32 PASSED 2022-12-01T11:07:20.9616401Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9616921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:07:20.9617444Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.9617949Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_positive_cuda_float32 PASSED 2022-12-01T11:07:20.9618424Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_pow_cuda_float32 PASSED 2022-12-01T11:07:20.9618869Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9619427Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_put_cuda_float32 PASSED 2022-12-01T11:07:20.9619956Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9620512Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9621039Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ravel_cuda_float32 PASSED 2022-12-01T11:07:20.9621530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_reciprocal_cuda_float32 PASSED 2022-12-01T11:07:20.9622018Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_cuda_float32 PASSED 2022-12-01T11:07:20.9622494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.9622982Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_roll_cuda_float32 PASSED 2022-12-01T11:07:20.9623448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.9623911Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_cuda_float32 PASSED 2022-12-01T11:07:20.9624375Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.9624885Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9625384Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9625884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_prod_cuda_float32 XFAIL 2022-12-01T11:07:20.9626365Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_lengths_cuda_float32 PASSED 2022-12-01T11:07:20.9626879Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_offsets_cuda_float32 PASSED 2022-12-01T11:07:20.9627377Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9627930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9628472Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sign_cuda_float32 PASSED 2022-12-01T11:07:20.9629091Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9629621Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sin_cuda_float32 PASSED 2022-12-01T11:07:20.9630061Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinc_cuda_float32 PASSED 2022-12-01T11:07:20.9630516Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_cuda_float32 PASSED 2022-12-01T11:07:20.9630981Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9631445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9631923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sort_cuda_float32 PASSED 2022-12-01T11:07:20.9632405Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:07:20.9632955Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9633560Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9634400Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9635245Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9635903Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.9636452Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9636997Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1_cuda_float32 PASSED 2022-12-01T11:07:20.9637746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9638335Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.9638874Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9639490Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9640101Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9640705Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9641230Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.9641794Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9642633Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9643501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9644153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9644756Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9645273Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_cuda_float32 PASSED 2022-12-01T11:07:20.9645788Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9646245Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_cuda_float32 PASSED 2022-12-01T11:07:20.9646700Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_stft_cuda_float32 PASSED 2022-12-01T11:07:20.9647163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_to_size_cuda_float32 PASSED 2022-12-01T11:07:20.9647625Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_cuda_float32 PASSED 2022-12-01T11:07:20.9648080Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_lowrank_cuda_float32 XFAIL 2022-12-01T11:07:20.9648550Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_symeig_cuda_float32 PASSED 2022-12-01T11:07:20.9649006Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_t_cuda_float32 PASSED 2022-12-01T11:07:20.9649440Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tanh_cuda_float32 PASSED 2022-12-01T11:07:20.9649914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensor_split_cuda_float32 XFAIL 2022-12-01T11:07:20.9650396Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9650869Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_topk_cuda_float32 PASSED 2022-12-01T11:07:20.9651320Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_transpose_cuda_float32 PASSED 2022-12-01T11:07:20.9651790Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapezoid_cuda_float32 PASSED 2022-12-01T11:07:20.9652327Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapz_cuda_float32 PASSED 2022-12-01T11:07:20.9652786Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9653258Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trunc_cuda_float32 PASSED 2022-12-01T11:07:20.9653716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unfold_cuda_float32 PASSED 2022-12-01T11:07:20.9654239Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9654810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9655616Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9656134Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unsqueeze_cuda_float32 PASSED 2022-12-01T11:07:20.9656610Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_cuda_float32 PASSED 2022-12-01T11:07:20.9657064Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_complex_cuda_float32 XFAIL 2022-12-01T11:07:20.9657539Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_vsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9658001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_where_cuda_float32 PASSED 2022-12-01T11:07:20.9658445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_xlogy_cuda_float32 PASSED 2022-12-01T11:07:20.9658897Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_H_cuda_float32 PASSED 2022-12-01T11:07:20.9659361Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rdiv___cuda_float32 PASSED 2022-12-01T11:07:20.9659837Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmod___cuda_float32 PASSED 2022-12-01T11:07:20.9660291Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmul___cuda_float32 PASSED 2022-12-01T11:07:20.9660763Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rsub___cuda_float32 PASSED 2022-12-01T11:07:20.9661236Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_abs_cuda_float32 PASSED 2022-12-01T11:07:20.9661688Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_cuda_float32 PASSED 2022-12-01T11:07:20.9662158Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmv_cuda_float32 PASSED 2022-12-01T11:07:20.9662709Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addr_cuda_float32 PASSED 2022-12-01T11:07:20.9663251Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9663748Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9664276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9664856Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9665415Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9665998Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9666581Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9667122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_scatter_cuda_float32 XFAIL 2022-12-01T11:07:20.9667588Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan_cuda_float32 PASSED 2022-12-01T11:07:20.9668086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9668582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_baddbmm_cuda_float32 PASSED 2022-12-01T11:07:20.9669150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_block_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9669604Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bmm_cuda_float32 PASSED 2022-12-01T11:07:20.9670122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9670732Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9671304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:07:20.9671789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_to_cuda_float32 PASSED 2022-12-01T11:07:20.9672331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9672870Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:07:20.9673337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cat_cuda_float32 PASSED 2022-12-01T11:07:20.9673806Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ceil_cuda_float32 PASSED 2022-12-01T11:07:20.9674276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chalf_cuda_float32 XFAIL 2022-12-01T11:07:20.9674803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9675308Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_cuda_float32 PASSED 2022-12-01T11:07:20.9675803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:07:20.9676289Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chunk_cuda_float32 PASSED 2022-12-01T11:07:20.9676760Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_cuda_float32 PASSED 2022-12-01T11:07:20.9677211Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clone_cuda_float32 PASSED 2022-12-01T11:07:20.9677697Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_column_stack_cuda_float32 PASSED 2022-12-01T11:07:20.9678189Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_combinations_cuda_float32 PASSED 2022-12-01T11:07:20.9678783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_physical_cuda_float32 PASSED 2022-12-01T11:07:20.9679712Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_corrcoef_cuda_float32 PASSED 2022-12-01T11:07:20.9680218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cos_cuda_float32 PASSED 2022-12-01T11:07:20.9680683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cov_cuda_float32 PASSED 2022-12-01T11:07:20.9681136Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummin_cuda_float32 PASSED 2022-12-01T11:07:20.9681615Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.9682088Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumsum_cuda_float32 PASSED 2022-12-01T11:07:20.9682542Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_cuda_float32 PASSED 2022-12-01T11:07:20.9683015Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_cuda_float32 PASSED 2022-12-01T11:07:20.9683491Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_digamma_cuda_float32 PASSED 2022-12-01T11:07:20.9683989Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9684485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:07:20.9684975Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_cuda_float32 XFAIL 2022-12-01T11:07:20.9685492Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:07:20.9685984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_einsum_cuda_float32 PASSED 2022-12-01T11:07:20.9686607Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9687127Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erf_cuda_float32 PASSED 2022-12-01T11:07:20.9687591Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9688052Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_cuda_float32 PASSED 2022-12-01T11:07:20.9688525Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expm1_cuda_float32 PASSED 2022-12-01T11:07:20.9689051Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9689570Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft_cuda_float32 PASSED 2022-12-01T11:07:20.9690032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9690563Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:07:20.9691043Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft_cuda_float32 PASSED 2022-12-01T11:07:20.9691501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:07:20.9691979Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9692462Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9692949Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9693415Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:07:20.9693891Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft_cuda_float32 PASSED 2022-12-01T11:07:20.9694365Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:07:20.9694832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flatten_cuda_float32 PASSED 2022-12-01T11:07:20.9695561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flipud_cuda_float32 PASSED 2022-12-01T11:07:20.9696043Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_cuda_float32 XFAIL 2022-12-01T11:07:20.9696515Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_cuda_float32 PASSED 2022-12-01T11:07:20.9697055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmax_cuda_float32 PASSED 2022-12-01T11:07:20.9697535Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmod_cuda_float32 PASSED 2022-12-01T11:07:20.9698002Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frac_cuda_float32 PASSED 2022-12-01T11:07:20.9698453Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frexp_cuda_float32 PASSED 2022-12-01T11:07:20.9698988Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9699524Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gather_cuda_float32 PASSED 2022-12-01T11:07:20.9699994Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_cuda_float32 XFAIL 2022-12-01T11:07:20.9700501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9701081Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9701595Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_i0_cuda_float32 PASSED 2022-12-01T11:07:20.9702118Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9702628Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9703114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_select_cuda_float32 PASSED 2022-12-01T11:07:20.9703739Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9704295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9704905Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9705523Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9706060Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ldexp_cuda_float32 PASSED 2022-12-01T11:07:20.9706562Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9707079Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lgamma_cuda_float32 PASSED 2022-12-01T11:07:20.9707855Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cond_cuda_float32 PASSED 2022-12-01T11:07:20.9708346Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_cuda_float32 PASSED 2022-12-01T11:07:20.9708811Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eig_cuda_float32 XFAIL 2022-12-01T11:07:20.9709297Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:07:20.9709791Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvals_cuda_float32 XFAIL 2022-12-01T11:07:20.9710268Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:07:20.9710790Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_householder_product_cuda_float32 XFAIL 2022-12-01T11:07:20.9711295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_cuda_float32 PASSED 2022-12-01T11:07:20.9711782Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9712263Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_cuda_float32 PASSED 2022-12-01T11:07:20.9712769Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9713268Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9713893Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9714439Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:07:20.9714962Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:07:20.9715475Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:07:20.9716067Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:07:20.9716625Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_qr_cuda_float32 PASSED 2022-12-01T11:07:20.9717106Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9717606Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:07:20.9718087Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:07:20.9718588Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:07:20.9719136Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9719661Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log1p_cuda_float32 PASSED 2022-12-01T11:07:20.9720188Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log2_cuda_float32 PASSED 2022-12-01T11:07:20.9720653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_cuda_float32 PASSED 2022-12-01T11:07:20.9721127Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp_cuda_float32 PASSED 2022-12-01T11:07:20.9721670Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9722243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9722768Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logit_cuda_float32 PASSED 2022-12-01T11:07:20.9723298Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9723812Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logsumexp_cuda_float32 PASSED 2022-12-01T11:07:20.9724350Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9724864Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_cuda_float32 PASSED 2022-12-01T11:07:20.9725363Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9725830Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_unpack_cuda_float32 PASSED 2022-12-01T11:07:20.9726313Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9726799Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9727342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9727919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9728460Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:07:20.9728951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_cuda_float32 PASSED 2022-12-01T11:07:20.9729451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:07:20.9730047Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:07:20.9730556Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9731045Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_median_cuda_float32 PASSED 2022-12-01T11:07:20.9731511Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_norm_cuda_float32 PASSED 2022-12-01T11:07:20.9732001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9732494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_select_cuda_float32 PASSED 2022-12-01T11:07:20.9732984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmin_cuda_float32 XFAIL 2022-12-01T11:07:20.9733445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matrix_exp_cuda_float32 PASSED 2022-12-01T11:07:20.9733927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_binary_cuda_float32 PASSED 2022-12-01T11:07:20.9734426Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9734902Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_maximum_cuda_float32 PASSED 2022-12-01T11:07:20.9735723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9736201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_binary_cuda_float32 PASSED 2022-12-01T11:07:20.9736678Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_minimum_cuda_float32 PASSED 2022-12-01T11:07:20.9737236Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mm_cuda_float32 PASSED 2022-12-01T11:07:20.9737702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mode_cuda_float32 PASSED 2022-12-01T11:07:20.9738177Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_msort_cuda_float32 PASSED 2022-12-01T11:07:20.9738632Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mv_cuda_float32 PASSED 2022-12-01T11:07:20.9739100Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nan_to_num_cuda_float32 PASSED 2022-12-01T11:07:20.9739575Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmean_cuda_float32 PASSED 2022-12-01T11:07:20.9740053Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmedian_cuda_float32 PASSED 2022-12-01T11:07:20.9740517Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nansum_cuda_float32 PASSED 2022-12-01T11:07:20.9741054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9741588Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_cuda_float32 PASSED 2022-12-01T11:07:20.9742051Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_layer_norm_cuda_float32 XFAIL 2022-12-01T11:07:20.9742536Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9743079Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9743671Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9744232Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9744817Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9745419Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9745998Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9746528Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9747141Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:07:20.9747698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9748211Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:07:20.9748702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:07:20.9749255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9749822Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9750384Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9750996Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9751585Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9752158Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:07:20.9752699Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:07:20.9753288Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:07:20.9753829Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:07:20.9754347Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:07:20.9754848Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:07:20.9755424Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9756032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:07:20.9756619Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:07:20.9757146Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:07:20.9757729Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.9758316Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:07:20.9758856Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9759376Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9759906Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:07:20.9760456Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:07:20.9761009Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:07:20.9761537Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:07:20.9762055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:07:20.9762632Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9763171Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.9763708Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:07:20.9764244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:07:20.9764763Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:07:20.9765261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9765790Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:07:20.9766396Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.9767077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.9767651Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9768175Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:07:20.9768701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:07:20.9769301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:07:20.9769804Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:07:20.9770325Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9770869Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:07:20.9771404Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:07:20.9771917Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:07:20.9772466Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:07:20.9772978Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_inf_cuda_float32 PASSED 2022-12-01T11:07:20.9773441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_nuc_cuda_float32 PASSED 2022-12-01T11:07:20.9773920Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_cuda_float32 XFAIL 2022-12-01T11:07:20.9774445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9775027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9775776Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_permute_cuda_float32 PASSED 2022-12-01T11:07:20.9776257Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pinverse_cuda_float32 PASSED 2022-12-01T11:07:20.9776762Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:07:20.9777281Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:07:20.9777783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:07:20.9778296Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:07:20.9778799Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:07:20.9779347Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_qr_cuda_float32 PASSED 2022-12-01T11:07:20.9779841Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_quantile_cuda_float32 PASSED 2022-12-01T11:07:20.9780378Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9780963Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9781526Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9782058Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reciprocal_cuda_float32 PASSED 2022-12-01T11:07:20.9782550Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_remainder_cuda_float32 PASSED 2022-12-01T11:07:20.9783029Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_renorm_cuda_float32 PASSED 2022-12-01T11:07:20.9783491Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_cuda_float32 PASSED 2022-12-01T11:07:20.9783986Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:07:20.9784484Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_as_cuda_float32 PASSED 2022-12-01T11:07:20.9785002Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9785535Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_conj_cuda_float32 PASSED 2022-12-01T11:07:20.9786108Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_neg_cuda_float32 PASSED 2022-12-01T11:07:20.9786586Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_roll_cuda_float32 PASSED 2022-12-01T11:07:20.9787038Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rot90_cuda_float32 PASSED 2022-12-01T11:07:20.9787530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:07:20.9788037Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:07:20.9788537Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:07:20.9789010Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsub_cuda_float32 PASSED 2022-12-01T11:07:20.9789502Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:07:20.9790015Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:07:20.9790547Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_prod_cuda_float32 XFAIL 2022-12-01T11:07:20.9791133Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.9791782Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:07:20.9792341Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_cuda_float32 PASSED 2022-12-01T11:07:20.9792887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9793438Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sign_cuda_float32 PASSED 2022-12-01T11:07:20.9794252Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9794793Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sin_cuda_float32 PASSED 2022-12-01T11:07:20.9795243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinc_cuda_float32 PASSED 2022-12-01T11:07:20.9795715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinh_cuda_float32 PASSED 2022-12-01T11:07:20.9796258Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_cuda_float32 PASSED 2022-12-01T11:07:20.9796740Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_scatter_cuda_float32 PASSED 2022-12-01T11:07:20.9797221Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sort_cuda_float32 PASSED 2022-12-01T11:07:20.9797766Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9798367Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9798940Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9799563Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9800205Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9800783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_erfcx_cuda_float32 PASSED 2022-12-01T11:07:20.9801332Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9801975Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9802633Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i0e_cuda_float32 PASSED 2022-12-01T11:07:20.9803125Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1_cuda_float32 PASSED 2022-12-01T11:07:20.9803591Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1e_cuda_float32 PASSED 2022-12-01T11:07:20.9804390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:07:20.9805001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:07:20.9805576Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9806185Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9806816Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9807381Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:07:20.9807874Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_cuda_float32 PASSED 2022-12-01T11:07:20.9808331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sqrt_cuda_float32 PASSED 2022-12-01T11:07:20.9808811Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_square_cuda_float32 PASSED 2022-12-01T11:07:20.9809294Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_mean_cuda_float32 PASSED 2022-12-01T11:07:20.9809951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_cuda_float32 PASSED 2022-12-01T11:07:20.9810412Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_lowrank_cuda_float32 XFAIL 2022-12-01T11:07:20.9810911Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_along_dim_cuda_float32 PASSED 2022-12-01T11:07:20.9811397Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_cuda_float32 XFAIL 2022-12-01T11:07:20.9811843Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tan_cuda_float32 PASSED 2022-12-01T11:07:20.9812317Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tanh_cuda_float32 PASSED 2022-12-01T11:07:20.9812859Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensor_split_cuda_float32 XFAIL 2022-12-01T11:07:20.9813367Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensordot_cuda_float32 PASSED 2022-12-01T11:07:20.9813834Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_sparse_cuda_float32 XFAIL 2022-12-01T11:07:20.9814325Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_transpose_cuda_float32 PASSED 2022-12-01T11:07:20.9814825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triangular_solve_cuda_float32 PASSED 2022-12-01T11:07:20.9815576Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triu_cuda_float32 PASSED 2022-12-01T11:07:20.9816037Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_true_divide_cuda_float32 PASSED 2022-12-01T11:07:20.9816526Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trunc_cuda_float32 PASSED 2022-12-01T11:07:20.9817015Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unflatten_cuda_float32 PASSED 2022-12-01T11:07:20.9817552Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9818154Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9818677Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_cuda_float32 PASSED 2022-12-01T11:07:20.9819153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_cuda_float32 PASSED 2022-12-01T11:07:20.9819723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vsplit_cuda_float32 PASSED 2022-12-01T11:07:20.9820204Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vstack_cuda_float32 PASSED 2022-12-01T11:07:20.9820684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_where_cuda_float32 PASSED 2022-12-01T11:07:20.9821156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_xlogy_cuda_float32 PASSED 2022-12-01T11:07:20.9821606Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zero__cuda_float32 PASSED 2022-12-01T11:07:20.9822146Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:07:20.9822679Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvmapjvp_linalg_solve_cuda PASSED 2022-12-01T11:07:20.9822953Z 2022-12-01T11:07:20.9823100Z =============================== warnings summary =============================== 2022-12-01T11:07:20.9823618Z ../../../../../opt/conda/lib/python3.10/site-packages/_pytest/config/__init__.py:1130 2022-12-01T11:07:20.9824328Z /opt/conda/lib/python3.10/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T11:07:20.9824829Z self._mark_plugins_for_rewrite(hook) 2022-12-01T11:07:20.9825029Z 2022-12-01T11:07:20.9825218Z test_ops.py::TestOperatorsCUDA::test_extremal_numerics_softmax_cuda 2022-12-01T11:07:20.9825799Z /var/lib/jenkins/workspace/test/functorch/test_ops.py:1476: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T11:07:20.9826330Z result = torch.nn.functional.softmax(input) 2022-12-01T11:07:20.9826548Z 2022-12-01T11:07:20.9826755Z test_ops.py::TestOperatorsCUDA::test_extremal_numerics_softmax_cuda 2022-12-01T11:07:20.9827518Z /opt/conda/lib/python3.10/site-packages/functorch/_src/eager_transforms.py:289: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T11:07:20.9828050Z primals_out = func(*primals) 2022-12-01T11:07:20.9828233Z 2022-12-01T11:07:20.9828433Z test_ops.py::TestOperatorsCUDA::test_grad_cholesky_cuda_float32 2022-12-01T11:07:20.9829306Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:07:20.9829832Z L = torch.cholesky(A) 2022-12-01T11:07:20.9830113Z should be replaced with 2022-12-01T11:07:20.9830402Z L = torch.linalg.cholesky(A) 2022-12-01T11:07:20.9830645Z and 2022-12-01T11:07:20.9830906Z U = torch.cholesky(A, upper=True) 2022-12-01T11:07:20.9831201Z should be replaced with 2022-12-01T11:07:20.9831474Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:07:20.9831880Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T11:07:20.9832020Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9832041Z 2022-12-01T11:07:20.9832248Z test_ops.py::TestOperatorsCUDA::test_grad_index_reduce_cuda_float32 2022-12-01T11:07:20.9832921Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:1042.) 2022-12-01T11:07:20.9833059Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9833079Z 2022-12-01T11:07:20.9833263Z test_ops.py::TestOperatorsCUDA::test_grad_lu_cuda_float32 2022-12-01T11:07:20.9833838Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T11:07:20.9834062Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:07:20.9834186Z should be replaced with 2022-12-01T11:07:20.9834344Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:07:20.9834443Z and 2022-12-01T11:07:20.9834632Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:07:20.9834754Z should be replaced with 2022-12-01T11:07:20.9835106Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T11:07:20.9835311Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:07:20.9835331Z 2022-12-01T11:07:20.9835545Z test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_cuda_float32 2022-12-01T11:07:20.9836325Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T11:07:20.9836467Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9836487Z 2022-12-01T11:07:20.9836689Z test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout2d_cuda_float32 2022-12-01T11:07:20.9836912Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout2d_cuda_float32 2022-12-01T11:07:20.9837156Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float64 2022-12-01T11:07:20.9837388Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout2d_cuda_float32 2022-12-01T11:07:20.9838463Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T11:07:20.9838803Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T11:07:20.9838824Z 2022-12-01T11:07:20.9839059Z test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9839336Z test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9839589Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9839842Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 2022-12-01T11:07:20.9840996Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9841254Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9841275Z 2022-12-01T11:07:20.9841509Z test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9841719Z test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9841953Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9842210Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 2022-12-01T11:07:20.9843435Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9843685Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9843705Z 2022-12-01T11:07:20.9843942Z test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9844169Z test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9844400Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9844661Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 2022-12-01T11:07:20.9845812Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9846066Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9846086Z 2022-12-01T11:07:20.9846323Z test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:07:20.9846561Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:07:20.9846780Z test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:07:20.9847047Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:07:20.9847283Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:07:20.9847579Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:07:20.9848119Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T11:07:20.9848408Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T11:07:20.9848429Z 2022-12-01T11:07:20.9848660Z test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9848892Z test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9849115Z test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9849347Z test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9849582Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9849849Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9850092Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9850328Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:07:20.9850839Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T11:07:20.9851171Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T11:07:20.9851192Z 2022-12-01T11:07:20.9851407Z test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amax_cuda_float32 2022-12-01T11:07:20.9852113Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T11:07:20.9852253Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9852272Z 2022-12-01T11:07:20.9852489Z test_ops.py::TestOperatorsCUDA::test_grad_sparse_sampled_addmm_cuda_float32 2022-12-01T11:07:20.9853414Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:969: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:07:20.9853542Z .to_sparse_csr() 2022-12-01T11:07:20.9853562Z 2022-12-01T11:07:20.9853751Z test_ops.py::TestOperatorsCUDA::test_grad_stft_cuda_float32 2022-12-01T11:07:20.9854560Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:632: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T11:07:20.9854887Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T11:07:20.9854907Z 2022-12-01T11:07:20.9855394Z test_ops.py::TestOperatorsCUDA::test_grad_symeig_cuda_float32 2022-12-01T11:07:20.9855980Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:07:20.9856284Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:07:20.9856430Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:07:20.9856639Z should be replaced with 2022-12-01T11:07:20.9856912Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:07:20.9856991Z and 2022-12-01T11:07:20.9857146Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:07:20.9857276Z should be replaced with 2022-12-01T11:07:20.9857750Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:07:20.9857889Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9857914Z 2022-12-01T11:07:20.9858126Z test_ops.py::TestOperatorsCUDA::test_grad_triangular_solve_cuda_float32 2022-12-01T11:07:20.9858733Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:07:20.9858997Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:07:20.9859158Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:07:20.9859261Z should be replaced with 2022-12-01T11:07:20.9859585Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:07:20.9859723Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9859742Z 2022-12-01T11:07:20.9859936Z test_ops.py::TestOperatorsCUDA::test_jvp_istft_cuda_float32 2022-12-01T11:07:20.9860739Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T11:07:20.9860994Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9861014Z 2022-12-01T11:07:20.9861213Z test_ops.py::TestOperatorsCUDA::test_jvpvjp___rpow___cuda_float32 2022-12-01T11:07:20.9861409Z test_ops.py::TestOperatorsCUDA::test_vjpvjp___rpow___cuda_float32 2022-12-01T11:07:20.9861611Z test_ops.py::TestOperatorsCUDA::test_vjpvmap___rpow___cuda_float32 2022-12-01T11:07:20.9861806Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float64 2022-12-01T11:07:20.9862008Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rpow___cuda_float32 2022-12-01T11:07:20.9862209Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rpow___cuda_float32 2022-12-01T11:07:20.9862410Z test_ops.py::TestOperatorsCUDA::test_vmapvjp___rpow___cuda_float32 2022-12-01T11:07:20.9862630Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rpow___cuda_float32 2022-12-01T11:07:20.9863307Z /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:07:20.9863515Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T11:07:20.9863536Z 2022-12-01T11:07:20.9863734Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_chalf_cuda_float32 2022-12-01T11:07:20.9864444Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:07:20.9864620Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T11:07:20.9864640Z 2022-12-01T11:07:20.9864838Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_kl_div_cuda_float32 2022-12-01T11:07:20.9865057Z test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_kl_div_cuda_float32 2022-12-01T11:07:20.9865277Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_kl_div_cuda_float32 2022-12-01T11:07:20.9865555Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_kl_div_cuda_float32 2022-12-01T11:07:20.9866383Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2916: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T11:07:20.9866499Z warnings.warn( 2022-12-01T11:07:20.9866518Z 2022-12-01T11:07:20.9866711Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_qr_cuda_float32 2022-12-01T11:07:20.9867259Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:07:20.9867556Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:07:20.9867678Z Q, R = torch.qr(A, some) 2022-12-01T11:07:20.9867786Z should be replaced with 2022-12-01T11:07:20.9868271Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T11:07:20.9868405Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9868425Z 2022-12-01T11:07:20.9868621Z test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_solve_cuda_float32 2022-12-01T11:07:20.9869187Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T11:07:20.9869436Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T11:07:20.9869580Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T11:07:20.9869704Z should be replaced with 2022-12-01T11:07:20.9870010Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T11:07:20.9870145Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9870164Z 2022-12-01T11:07:20.9870364Z test_ops.py::TestOperatorsCUDA::test_vjpvmap___rpow___cuda_float32 2022-12-01T11:07:20.9871361Z /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9871570Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T11:07:20.9871590Z 2022-12-01T11:07:20.9871796Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_copysign_cuda_float32 2022-12-01T11:07:20.9872003Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_copysign_cuda_float32 2022-12-01T11:07:20.9872205Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_copysign_cuda_float32 2022-12-01T11:07:20.9873228Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9873364Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9873384Z 2022-12-01T11:07:20.9873585Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagflat_cuda_float32 2022-12-01T11:07:20.9874592Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9874781Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9874804Z 2022-12-01T11:07:20.9875016Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft2_cuda_float32 2022-12-01T11:07:20.9876023Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9876161Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9876180Z 2022-12-01T11:07:20.9876387Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfftn_cuda_float32 2022-12-01T11:07:20.9877389Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9877527Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9877546Z 2022-12-01T11:07:20.9877727Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_fill_cuda_float32 2022-12-01T11:07:20.9877927Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_fill_cuda_float32 2022-12-01T11:07:20.9878139Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_fill_cuda_float32 2022-12-01T11:07:20.9879248Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9879387Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9879407Z 2022-12-01T11:07:20.9879615Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigh_cuda_float32 2022-12-01T11:07:20.9880624Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9880767Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9880787Z 2022-12-01T11:07:20.9880994Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vander_cuda_float32 2022-12-01T11:07:20.9882007Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9882147Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9882166Z 2022-12-01T11:07:20.9882367Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_solve_cuda_float32 2022-12-01T11:07:20.9883358Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9883495Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9883515Z 2022-12-01T11:07:20.9883722Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_cuda_float32 2022-12-01T11:07:20.9883982Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_cuda_float32 2022-12-01T11:07:20.9884204Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_cuda_float32 2022-12-01T11:07:20.9884394Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_cuda_float32 2022-12-01T11:07:20.9885423Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9885566Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9885586Z 2022-12-01T11:07:20.9885796Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_scatter_cuda_float32 2022-12-01T11:07:20.9886010Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_scatter_cuda_float32 2022-12-01T11:07:20.9886235Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_scatter_cuda_float32 2022-12-01T11:07:20.9887249Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9887389Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9887461Z 2022-12-01T11:07:20.9887725Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional__scaled_dot_product_attention_cuda_float32 2022-12-01T11:07:20.9888819Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:7970: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_scaled_dot_product_attention. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9888951Z return op(*args, **kwargs) 2022-12-01T11:07:20.9888969Z 2022-12-01T11:07:20.9889195Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_bilinear_cuda_float32 2022-12-01T11:07:20.9890194Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9890375Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9890396Z 2022-12-01T11:07:20.9890630Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_bag_cuda_float32 2022-12-01T11:07:20.9891643Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2392: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_bag.padding_idx. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9891783Z ret, _, _, _ = torch.embedding_bag( 2022-12-01T11:07:20.9891803Z 2022-12-01T11:07:20.9892042Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gaussian_nll_loss_cuda_float32 2022-12-01T11:07:20.9892294Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gaussian_nll_loss_cuda_float32 2022-12-01T11:07:20.9892528Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gaussian_nll_loss_cuda_float32 2022-12-01T11:07:20.9893544Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2833: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9893679Z if torch.any(var < 0): 2022-12-01T11:07:20.9893699Z 2022-12-01T11:07:20.9893900Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_kl_div_cuda_float32 2022-12-01T11:07:20.9894864Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2928: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::kl_div. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9895322Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-12-01T11:07:20.9895344Z 2022-12-01T11:07:20.9895597Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_margin_ranking_loss_cuda_float32 2022-12-01T11:07:20.9896605Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3331: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::margin_ranking_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9896834Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-12-01T11:07:20.9896877Z 2022-12-01T11:07:20.9897178Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool1d_cuda_float32 2022-12-01T11:07:20.9898162Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9898397Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:07:20.9898439Z 2022-12-01T11:07:20.9898645Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9898875Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9899105Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9899332Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9900334Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9900589Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:07:20.9900609Z 2022-12-01T11:07:20.9900839Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9901795Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9902019Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:07:20.9902039Z 2022-12-01T11:07:20.9902275Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_cuda_float32 2022-12-01T11:07:20.9902562Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_cuda_float32 2022-12-01T11:07:20.9902810Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_grad_cuda_float32 2022-12-01T11:07:20.9903054Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 2022-12-01T11:07:20.9904034Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9904387Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T11:07:20.9904407Z 2022-12-01T11:07:20.9904617Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_cuda_float32 2022-12-01T11:07:20.9904861Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_grad_cuda_float32 2022-12-01T11:07:20.9905102Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_grad_cuda_float32 2022-12-01T11:07:20.9905337Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_grad_cuda_float32 2022-12-01T11:07:20.9905568Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_cuda_float32 2022-12-01T11:07:20.9905804Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 2022-12-01T11:07:20.9906855Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9907074Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T11:07:20.9907097Z 2022-12-01T11:07:20.9907319Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32 2022-12-01T11:07:20.9908464Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9908723Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9908743Z 2022-12-01T11:07:20.9908966Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32 2022-12-01T11:07:20.9909239Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 2022-12-01T11:07:20.9909470Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 2022-12-01T11:07:20.9910616Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape [2, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9910876Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9910915Z 2022-12-01T11:07:20.9911170Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32 2022-12-01T11:07:20.9912340Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [25], which does not match the required output shape [2, 25]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9912596Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9912635Z 2022-12-01T11:07:20.9912839Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32 2022-12-01T11:07:20.9913996Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [125], which does not match the required output shape [2, 125]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9914250Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9914337Z 2022-12-01T11:07:20.9914561Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:07:20.9915586Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3530: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9915816Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T11:07:20.9915836Z 2022-12-01T11:07:20.9916036Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pdist_cuda_float32 2022-12-01T11:07:20.9917061Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9917201Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9917220Z 2022-12-01T11:07:20.9917431Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:07:20.9917673Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:07:20.9917907Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:07:20.9918882Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9919145Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T11:07:20.9919164Z 2022-12-01T11:07:20.9919395Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_soft_margin_loss_cuda_float32 2022-12-01T11:07:20.9919625Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32 2022-12-01T11:07:20.9919921Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32 2022-12-01T11:07:20.9920932Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3411: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9921135Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T11:07:20.9921158Z 2022-12-01T11:07:20.9921359Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_quantile_cuda_float32 2022-12-01T11:07:20.9922378Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9922513Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9922532Z 2022-12-01T11:07:20.9922729Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_quantile_cuda_float32 2022-12-01T11:07:20.9923728Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9923920Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9923939Z 2022-12-01T11:07:20.9924065Z test_ops.py: 16 warnings 2022-12-01T11:07:20.9925092Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9925232Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9925250Z 2022-12-01T11:07:20.9925473Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_offsets_cuda_float32 2022-12-01T11:07:20.9925675Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_lengths_cuda_float32 2022-12-01T11:07:20.9925897Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_offsets_cuda_float32 2022-12-01T11:07:20.9926908Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9927050Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9927069Z 2022-12-01T11:07:20.9927285Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float32 2022-12-01T11:07:20.9927493Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float32 2022-12-01T11:07:20.9927703Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float64 2022-12-01T11:07:20.9927902Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stft_cuda_float32 2022-12-01T11:07:20.9928097Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_stft_cuda_float32 2022-12-01T11:07:20.9929125Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9929385Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9929404Z 2022-12-01T11:07:20.9929622Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float32 2022-12-01T11:07:20.9929814Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float64 2022-12-01T11:07:20.9930011Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummax_cuda_float32 2022-12-01T11:07:20.9930210Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummin_cuda_float32 2022-12-01T11:07:20.9931213Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cummaxmin_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9931460Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9931480Z 2022-12-01T11:07:20.9931702Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float64 2022-12-01T11:07:20.9931926Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float64 2022-12-01T11:07:20.9932128Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumprod_cuda_float32 2022-12-01T11:07:20.9932339Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_cuda_float32 2022-12-01T11:07:20.9932614Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumprod_cuda_float32 2022-12-01T11:07:20.9933615Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9933871Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9933891Z 2022-12-01T11:07:20.9934107Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float64 2022-12-01T11:07:20.9934297Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfftn_cuda_float32 2022-12-01T11:07:20.9934505Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfftn_cuda_float32 2022-12-01T11:07:20.9934711Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft2_cuda_float32 2022-12-01T11:07:20.9934921Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfftn_cuda_float32 2022-12-01T11:07:20.9936161Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9936412Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9936433Z 2022-12-01T11:07:20.9936651Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float32 2022-12-01T11:07:20.9936874Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float32 2022-12-01T11:07:20.9937093Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float32 2022-12-01T11:07:20.9937299Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_copy_cuda_float32 2022-12-01T11:07:20.9937476Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_fill_cuda_float32 2022-12-01T11:07:20.9937690Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_fill_cuda_float32 2022-12-01T11:07:20.9938768Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9939037Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9939075Z 2022-12-01T11:07:20.9939304Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float64 2022-12-01T11:07:20.9939542Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_householder_product_cuda_float32 2022-12-01T11:07:20.9939775Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_householder_product_cuda_float32 2022-12-01T11:07:20.9940741Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9940986Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9941006Z 2022-12-01T11:07:20.9941284Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float32 2022-12-01T11:07:20.9941517Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float64 2022-12-01T11:07:20.9942622Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9942866Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9942885Z 2022-12-01T11:07:20.9943125Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float32 2022-12-01T11:07:20.9943347Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_bilinear_cuda_float32 2022-12-01T11:07:20.9944320Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9944576Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9944595Z 2022-12-01T11:07:20.9944835Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float32 2022-12-01T11:07:20.9945078Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float64 2022-12-01T11:07:20.9946057Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_ctc_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9946307Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9946326Z 2022-12-01T11:07:20.9946578Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float64 2022-12-01T11:07:20.9947639Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9947892Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9947911Z 2022-12-01T11:07:20.9948135Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float32 2022-12-01T11:07:20.9948385Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float64 2022-12-01T11:07:20.9948614Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32 2022-12-01T11:07:20.9949609Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9949857Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9949877Z 2022-12-01T11:07:20.9950114Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float32 2022-12-01T11:07:20.9950343Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float64 2022-12-01T11:07:20.9951384Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::mish_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9951633Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9951653Z 2022-12-01T11:07:20.9951913Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 2022-12-01T11:07:20.9952917Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9953169Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9953190Z 2022-12-01T11:07:20.9953422Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float64 2022-12-01T11:07:20.9953648Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pdist_cuda_float32 2022-12-01T11:07:20.9954628Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9954868Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9954890Z 2022-12-01T11:07:20.9955126Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float64 2022-12-01T11:07:20.9956168Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::rrelu_with_noise_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9956422Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9956441Z 2022-12-01T11:07:20.9956685Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:07:20.9956918Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:07:20.9957914Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9958159Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9958178Z 2022-12-01T11:07:20.9958387Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float32 2022-12-01T11:07:20.9958560Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_put_cuda_float32 2022-12-01T11:07:20.9958757Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_cuda_float32 2022-12-01T11:07:20.9959715Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9960018Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9960037Z 2022-12-01T11:07:20.9960244Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float32 2022-12-01T11:07:20.9960447Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_cuda_float32 2022-12-01T11:07:20.9960638Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_put_cuda_float32 2022-12-01T11:07:20.9961589Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9961833Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9961852Z 2022-12-01T11:07:20.9962089Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float32 2022-12-01T11:07:20.9962325Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float64 2022-12-01T11:07:20.9962557Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float64 2022-12-01T11:07:20.9962778Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_lengths_cuda_float32 2022-12-01T11:07:20.9962981Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_offsets_cuda_float32 2022-12-01T11:07:20.9963987Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_segment_reduce_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9964239Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9964257Z 2022-12-01T11:07:20.9964476Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float64 2022-12-01T11:07:20.9965507Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_dense_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9965767Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9965787Z 2022-12-01T11:07:20.9966004Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float32 2022-12-01T11:07:20.9966206Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unfold_cuda_float32 2022-12-01T11:07:20.9966400Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_unfold_cuda_float32 2022-12-01T11:07:20.9967386Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unfold_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9967633Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9967652Z 2022-12-01T11:07:20.9967859Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumprod_cuda_float32 2022-12-01T11:07:20.9968061Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumprod_cuda_float32 2022-12-01T11:07:20.9969154Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9969296Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9969316Z 2022-12-01T11:07:20.9969535Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_ex_cuda_float32 2022-12-01T11:07:20.9969742Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_unpack_cuda_float32 2022-12-01T11:07:20.9969940Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_cuda_float32 2022-12-01T11:07:20.9970149Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_unpack_cuda_float32 2022-12-01T11:07:20.9971151Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9971291Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9971310Z 2022-12-01T11:07:20.9971528Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumprod_cuda_float32 2022-12-01T11:07:20.9972502Z /opt/conda/lib/python3.10/site-packages/torch/masked/_ops.py:1196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9972706Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-12-01T11:07:20.9972728Z 2022-12-01T11:07:20.9972940Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanquantile_cuda_float32 2022-12-01T11:07:20.9973154Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanquantile_cuda_float32 2022-12-01T11:07:20.9973363Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanquantile_cuda_float32 2022-12-01T11:07:20.9973566Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_quantile_cuda_float32 2022-12-01T11:07:20.9974618Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9974763Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9974782Z 2022-12-01T11:07:20.9974988Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nansum_cuda_float32 2022-12-01T11:07:20.9975544Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmean_cuda_float32 2022-12-01T11:07:20.9975766Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmean_cuda_float32 2022-12-01T11:07:20.9975967Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nansum_cuda_float32 2022-12-01T11:07:20.9976992Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9977204Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9977234Z 2022-12-01T11:07:20.9977655Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:07:20.9978876Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:20.9979135Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9979157Z 2022-12-01T11:07:20.9979395Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:07:20.9979631Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:07:20.9980640Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9980903Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T11:07:20.9980922Z 2022-12-01T11:07:20.9981125Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polar_cuda_float32 2022-12-01T11:07:20.9981322Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polar_cuda_float32 2022-12-01T11:07:20.9982316Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9982455Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9982474Z 2022-12-01T11:07:20.9982671Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_put_cuda_float32 2022-12-01T11:07:20.9982845Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_put_cuda_float32 2022-12-01T11:07:20.9983903Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9984054Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9984074Z 2022-12-01T11:07:20.9984292Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_log_ndtr_cuda_float32 2022-12-01T11:07:20.9984504Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_log_ndtr_cuda_float32 2022-12-01T11:07:20.9984716Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_log_ndtr_cuda_float32 2022-12-01T11:07:20.9985735Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9985872Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9985892Z 2022-12-01T11:07:20.9986089Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_cuda_float32 2022-12-01T11:07:20.9986298Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_cuda_float32 2022-12-01T11:07:20.9986476Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_cuda_float32 2022-12-01T11:07:20.9987496Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9987675Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9987694Z 2022-12-01T11:07:20.9987911Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_combinations_cuda_float32 2022-12-01T11:07:20.9988130Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_combinations_cuda_float32 2022-12-01T11:07:20.9988342Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_select_cuda_float32 2022-12-01T11:07:20.9989319Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9989572Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9989592Z 2022-12-01T11:07:20.9989803Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfftn_cuda_float32 2022-12-01T11:07:20.9990008Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfftn_cuda_float32 2022-12-01T11:07:20.9990218Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft2_cuda_float32 2022-12-01T11:07:20.9990468Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfftn_cuda_float32 2022-12-01T11:07:20.9991486Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9991627Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9991646Z 2022-12-01T11:07:20.9991868Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_cuda_float32 2022-12-01T11:07:20.9992045Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_cuda_float32 2022-12-01T11:07:20.9992259Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_ex_cuda_float32 2022-12-01T11:07:20.9992447Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_cuda_float32 2022-12-01T11:07:20.9992727Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_cuda_float32 2022-12-01T11:07:20.9992963Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32 2022-12-01T11:07:20.9993179Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_solve_cuda_float32 2022-12-01T11:07:20.9993373Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_cuda_float32 2022-12-01T11:07:20.9993581Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_solve_cuda_float32 2022-12-01T11:07:20.9994560Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9994818Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:20.9994838Z 2022-12-01T11:07:20.9995037Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vecdot_cuda_float32 2022-12-01T11:07:20.9995236Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vdot_cuda_float32 2022-12-01T11:07:20.9995443Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vecdot_cuda_float32 2022-12-01T11:07:20.9996433Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9996632Z return self.op(*args, **kwargs) 2022-12-01T11:07:20.9996651Z 2022-12-01T11:07:20.9996848Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_cuda_float32 2022-12-01T11:07:20.9997813Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:1682: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9998018Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:07:20.9998038Z 2022-12-01T11:07:20.9998268Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9998497Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9998725Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:20.9999740Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:20.9999990Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0000010Z 2022-12-01T11:07:21.0000239Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:21.0000462Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:21.0000673Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:07:21.0001746Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0001986Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:07:21.0002005Z 2022-12-01T11:07:21.0002240Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_cuda_float32 2022-12-01T11:07:21.0002480Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 2022-12-01T11:07:21.0002711Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_grad_cuda_float32 2022-12-01T11:07:21.0003691Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0003882Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T11:07:21.0003902Z 2022-12-01T11:07:21.0004101Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_cuda_float32 2022-12-01T11:07:21.0004296Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_cuda_float32 2022-12-01T11:07:21.0005245Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0005614Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0005635Z 2022-12-01T11:07:21.0005885Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:07:21.0006119Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:07:21.0007274Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [20], which does not match the required output shape [2, 20]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:21.0007525Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0007544Z 2022-12-01T11:07:21.0007794Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:07:21.0008008Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:07:21.0009150Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:21.0009403Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0009442Z 2022-12-01T11:07:21.0009698Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 2022-12-01T11:07:21.0009951Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 2022-12-01T11:07:21.0011144Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [2, 5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:07:21.0011398Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0011417Z 2022-12-01T11:07:21.0011639Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sigmoid_cuda_float32 2022-12-01T11:07:21.0012092Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T11:07:21.0012327Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T11:07:21.0012347Z 2022-12-01T11:07:21.0012565Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tanh_cuda_float32 2022-12-01T11:07:21.0012996Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-12-01T11:07:21.0013216Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T11:07:21.0013235Z 2022-12-01T11:07:21.0013460Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_bilinear_cuda_float32 2022-12-01T11:07:21.0014533Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0014670Z return self.op(*args, **kwargs) 2022-12-01T11:07:21.0014689Z 2022-12-01T11:07:21.0014911Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pdist_cuda_float32 2022-12-01T11:07:21.0016136Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_forward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0016262Z return self.op(*args, **kwargs) 2022-12-01T11:07:21.0016301Z 2022-12-01T11:07:21.0016518Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32 2022-12-01T11:07:21.0016760Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32 2022-12-01T11:07:21.0017762Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0018013Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0018033Z 2022-12-01T11:07:21.0018255Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_prod_cuda_float32 2022-12-01T11:07:21.0018479Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_prod_cuda_float32 2022-12-01T11:07:21.0019549Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0019813Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0019833Z 2022-12-01T11:07:21.0020055Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_prod_cuda_float32 2022-12-01T11:07:21.0020280Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_prod_cuda_float32 2022-12-01T11:07:21.0021245Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0021500Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:07:21.0021520Z 2022-12-01T11:07:21.0021743Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_scatter_cuda_float32 2022-12-01T11:07:21.0022797Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:10636: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0023090Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T11:07:21.0023110Z 2022-12-01T11:07:21.0023341Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32 2022-12-01T11:07:21.0024312Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0024567Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T11:07:21.0024586Z 2022-12-01T11:07:21.0024794Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_renorm_cuda_float32 2022-12-01T11:07:21.0025783Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0025926Z return self.op(*args, **kwargs) 2022-12-01T11:07:21.0025946Z 2022-12-01T11:07:21.0026159Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_sparse_cuda_float32 2022-12-01T11:07:21.0027200Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15086: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:07:21.0027352Z op=lambda x, *args: x.to_sparse(*args), 2022-12-01T11:07:21.0027374Z 2022-12-01T11:07:21.0027666Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T11:07:21.0028116Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-f0d5f76cf532015b.xml - 2022-12-01T11:07:21.0028332Z = 3247 passed, 923 skipped, 19 deselected, 164 xfailed, 277 warnings in 2758.52s (0:45:58) = 2022-12-01T11:07:21.0028633Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T11:07:21.0028656Z 2022-12-01T11:07:21.0029105Z ##[endgroup] 2022-12-01T11:07:21.0029518Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_a41ugwhn) 2022-12-01T11:07:21.0029538Z 2022-12-01T11:08:21.4181193Z 2022-12-01T11:08:21.4183528Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T11:08:21.4184476Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_l1otbiij) 2022-12-01T11:08:21.4194506Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T11:08:21.4195458Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:21.4197194Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T11:08:21.4198396Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:21.4199292Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T11:08:21.4200199Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:21.4201363Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T11:08:21.4202439Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:21.4203662Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T11:08:21.4204423Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:21.4206456Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T11:08:21.4207255Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:21.4207834Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-24020de192ad1b36.xml 2022-12-01T11:08:21.4208282Z ============================= test session starts ============================== 2022-12-01T11:08:21.4208783Z platform linux -- Python 3.10.4, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T11:08:21.4214732Z cachedir: .pytest_cache 2022-12-01T11:08:21.4216376Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T11:08:21.4217349Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T11:08:21.4218189Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T11:08:21.4218916Z collecting ... collected 8866 items / 9 deselected / 8857 selected 2022-12-01T11:08:21.4864532Z Running 4504 items in this shard: test_ops.py::TestOperatorsCUDA::test_extremal_numerics_binary_cross_entropy_cuda, test_ops.py::TestOperatorsCUDA::test_extremal_numerics_log_softmax_cuda, test_ops.py::TestOperatorsCUDA::test_extremal_numerics_mse_loss_cuda, test_ops.py::TestOperatorsCUDA::test_extremal_numerics_nll_loss_cuda, test_ops.py::TestOperatorsCUDA::test_grad___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_jvp_cuda, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_jvp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_vjp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_combinations_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_spherical_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_dtype_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_all_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_aminmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_einsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_full_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triangular_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_where_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_heaviside_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cond_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log1p_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardtanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_consecutive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_arange_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argsort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_inverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expm1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nextafter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_elu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_shuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_silu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_permute_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randint_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reciprocal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_offsets_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_erfcx_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_argwhere_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_block_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_bucketize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ceil_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_corrcoef_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_flipud_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_gather_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_H_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rdiv___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmod___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rsub___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_abs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_baddbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cartesian_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chalf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chunk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clone_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_column_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_physical_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cov_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_digamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_trunc_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eye_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_histc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svdvals_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_xor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softsign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_inf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pinverse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_interleave_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rot90_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signbit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_log_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensor_split_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_transpose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trunc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_xlogy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_i0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_igamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_isreal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_4inputs_with_extra_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ldexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_le_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_lgamma_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_householder_product_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_multi_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_subgradients_at_zero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_log2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logspace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_unpack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumprod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_maximum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_binary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_minimum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_msort_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nan_to_num_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmedian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nansum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_full_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_celu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_glu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_grid_sample_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_huber_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_logsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_constant_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_nuc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_4_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_qr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_quantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_rand_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_remainder_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_renorm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize_as__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_neg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_neg_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_he_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i0e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1e_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_xlog1py_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_square_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_along_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_tan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensordot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_sparse_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_triu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_true_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_unflatten_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_vstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_zero__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_T_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___radd___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmatmul___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rpow___cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acos_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addbmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcdiv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_decomposed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_allclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_angle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_any_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asinh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atanh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bernoulli_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_shapes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_max_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_min_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_constant_pad_nd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_contiguous_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_copysign_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cosh_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_count_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumulative_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_deg2rad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_embed_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagflat_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diff_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_floor_rounding_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_equal_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfc_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfinv_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfftn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftshift_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fill_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flip_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fliplr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_divide_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ge_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_geqrf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gradient_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hsplit_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hstack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hypot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igammac_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_copy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_reduce_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_inner_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isclose_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isfinite_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isnan_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isneginf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isposinf_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_istft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_2inputs_2outputs_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_return_by_ref_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_unary_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kron_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kthvalue_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lerp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cross_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_singular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_solve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_power_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_hermitian_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_slogdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_triangular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svd_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorsolve_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vander_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vecdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vector_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log10_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp2_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logcumsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logdet_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_and_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_not_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_functorch_no_channels_last_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mH_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mT_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumsum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logaddexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logsumexp_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_normalize_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_var_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matmul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_median_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_list_of_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_variadic_tensors_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_no_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_with_dim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_movedim_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mul_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_multinomial_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanquantile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ne_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_ones_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_similarity_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cross_entropy_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_ctc_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_bag_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_group_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardsigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardswish_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_instance_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_kl_div_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_layer_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_leaky_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_linear_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_local_response_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_circular_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_reflect_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_replicate_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pairwise_distance_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pdist_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_prelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu6_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_rrelu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_selu_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softplus_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_tanhshrink_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_threshold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_nearest_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nonzero_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_fro_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_number_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten_index_put_functorch_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ormqr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_outer_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pca_lowrank_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polar_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_positive_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pow_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_prod_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_put_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rad2deg_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_like_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ravel_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_real_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize__cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsqrt_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_add_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_searchsorted_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_scatter_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sgn_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sigmoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_with_dtype_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sparse_sampled_addmm_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_airy_ai_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_entr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_laguerre_polynomial_l_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtr_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtri_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_zeta_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_list_args_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_with_sizes_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_squeeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stack_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stft_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sub_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_to_size_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_symeig_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_t_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tile_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_topk_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trace_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapezoid_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapz_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tril_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unbind_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unfold_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_uniform_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unsqueeze_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_mean_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vdot_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_complex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_cuda_float32 2022-12-01T11:08:21.5353395Z 2022-12-01T11:08:21.5353735Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_binary_cross_entropy_cuda PASSED 2022-12-01T11:08:21.5354270Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_log_softmax_cuda PASSED 2022-12-01T11:08:21.5354775Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_mse_loss_cuda PASSED 2022-12-01T11:08:21.5355250Z functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_nll_loss_cuda PASSED 2022-12-01T11:08:21.5355694Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___getitem___cuda_float32 PASSED 2022-12-01T11:08:21.5356176Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5356957Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___radd___cuda_float32 PASSED 2022-12-01T11:08:21.5357424Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___rmatmul___cuda_float32 PASSED 2022-12-01T11:08:21.5357878Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.5358331Z functorch/test_ops.py::TestOperatorsCUDA::test_grad___rpow___cuda_float32 PASSED 2022-12-01T11:08:21.5358779Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_abs_cuda_float32 PASSED 2022-12-01T11:08:21.5359212Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.5359664Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.5360137Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:08:21.5360588Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_addmv_cuda_float32 PASSED 2022-12-01T11:08:21.5361101Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5361665Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5362167Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5362594Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_amin_cuda_float32 PASSED 2022-12-01T11:08:21.5363040Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_angle_cuda_float32 PASSED 2022-12-01T11:08:21.5363665Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5364199Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5364759Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5365325Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5365836Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_as_strided_cuda_float32 PASSED 2022-12-01T11:08:21.5366313Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_as_strided_scatter_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.5366795Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_asin_cuda_float32 PASSED 2022-12-01T11:08:21.5367242Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_atan_cuda_float32 PASSED 2022-12-01T11:08:21.5367695Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_atleast_1d_cuda_float32 PASSED 2022-12-01T11:08:21.5368132Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_atleast_2d_cuda_float32 PASSED 2022-12-01T11:08:21.5368592Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_bernoulli_cuda_float32 PASSED 2022-12-01T11:08:21.5369048Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_cuda_float32 PASSED 2022-12-01T11:08:21.5369530Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5370026Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.5370477Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.5371019Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5371610Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5372151Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5372625Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_broadcast_to_cuda_float32 PASSED 2022-12-01T11:08:21.5373086Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cdist_cuda_float32 PASSED 2022-12-01T11:08:21.5373593Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_chalf_cuda_float32 PASSED 2022-12-01T11:08:21.5374056Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_chunk_cuda_float32 PASSED 2022-12-01T11:08:21.5374501Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_clamp_cuda_float32 PASSED 2022-12-01T11:08:21.5374933Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.5375800Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_clamp_min_cuda_float32 PASSED 2022-12-01T11:08:21.5376277Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_combinations_cuda_float32 PASSED 2022-12-01T11:08:21.5376756Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5377191Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_conj_cuda_float32 PASSED 2022-12-01T11:08:21.5377651Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.5378124Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.5378571Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_corrcoef_cuda_float32 PASSED 2022-12-01T11:08:21.5379025Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cov_cuda_float32 PASSED 2022-12-01T11:08:21.5379478Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cross_cuda_float32 PASSED 2022-12-01T11:08:21.5379926Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cummax_cuda_float32 PASSED 2022-12-01T11:08:21.5380361Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.5380998Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_diagflat_cuda_float32 PASSED 2022-12-01T11:08:21.5381457Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_digamma_cuda_float32 PASSED 2022-12-01T11:08:21.5381910Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.5382408Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.5382896Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.5383358Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_double_cuda_float32 PASSED 2022-12-01T11:08:21.5383838Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5384323Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_dstack_cuda_float32 PASSED 2022-12-01T11:08:21.5384834Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5385322Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.5385775Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_exp_cuda_float32 PASSED 2022-12-01T11:08:21.5386227Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_expand_as_cuda_float32 PASSED 2022-12-01T11:08:21.5386684Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_expm1_cuda_float32 PASSED 2022-12-01T11:08:21.5387116Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fft_cuda_float32 PASSED 2022-12-01T11:08:21.5387573Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5388028Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.5388466Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5388918Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:08:21.5389388Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.5389854Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5390292Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.5390827Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5391293Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5391721Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_flip_cuda_float32 PASSED 2022-12-01T11:08:21.5392171Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_fliplr_cuda_float32 PASSED 2022-12-01T11:08:21.5392623Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_float_cuda_float32 PASSED 2022-12-01T11:08:21.5393082Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.5393529Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_floor_cuda_float32 PASSED 2022-12-01T11:08:21.5393973Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_frac_cuda_float32 PASSED 2022-12-01T11:08:21.5394419Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_frexp_cuda_float32 PASSED 2022-12-01T11:08:21.5394909Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5395522Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5396074Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5396571Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.5397061Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5397650Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_copy_cuda_float32 PASSED 2022-12-01T11:08:21.5398113Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_put_cuda_float32 PASSED 2022-12-01T11:08:21.5398557Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.5399015Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_inner_cuda_float32 PASSED 2022-12-01T11:08:21.5399521Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5400081Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5400622Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5401172Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5401729Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5402288Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5402766Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_istft_cuda_float32 PASSED 2022-12-01T11:08:21.5403287Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5403889Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5404485Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5404977Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_kron_cuda_float32 PASSED 2022-12-01T11:08:21.5405476Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5405970Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_lerp_cuda_float32 PASSED 2022-12-01T11:08:21.5406402Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.5406866Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cond_cuda_float32 PASSED 2022-12-01T11:08:21.5407390Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.5407883Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:08:21.5408340Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eig_cuda_float32 XFAIL 2022-12-01T11:08:21.5408807Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:08:21.5409287Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:08:21.5409770Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:08:21.5410266Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_cuda_float32 PASSED 2022-12-01T11:08:21.5410800Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5411329Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:08:21.5411805Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.5412296Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_cuda_float32 PASSED 2022-12-01T11:08:21.5412775Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:08:21.5413258Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5413723Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.5414345Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5414875Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:08:21.5415697Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5416216Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:08:21.5416713Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:08:21.5417192Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.5417755Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.5418311Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.5418794Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5419265Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:08:21.5419719Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.5420198Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5420730Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5421214Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_log10_cuda_float32 PASSED 2022-12-01T11:08:21.5421663Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_log1p_cuda_float32 PASSED 2022-12-01T11:08:21.5422117Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.5422594Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5423049Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logaddexp2_cuda_float32 PASSED 2022-12-01T11:08:21.5423573Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5424240Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5424816Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5425301Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5425759Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.5426210Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mT_cuda_float32 PASSED 2022-12-01T11:08:21.5426648Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_amin_cuda_float32 PASSED 2022-12-01T11:08:21.5427185Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5427709Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.5428183Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5428670Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.5429177Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.5429653Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5430108Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5430582Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5431146Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5431619Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.5432070Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5432541Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.5432999Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_var_cuda_float32 PASSED 2022-12-01T11:08:21.5433457Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5433949Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5434424Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5434903Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5435374Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_min_binary_cuda_float32 PASSED 2022-12-01T11:08:21.5435833Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.5436282Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mm_cuda_float32 PASSED 2022-12-01T11:08:21.5436730Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_msort_cuda_float32 PASSED 2022-12-01T11:08:21.5437235Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5437764Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:08:21.5438239Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nan_to_num_cuda_float32 PASSED 2022-12-01T11:08:21.5438679Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nanmean_cuda_float32 PASSED 2022-12-01T11:08:21.5439195Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5439706Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_narrow_cuda_float32 PASSED 2022-12-01T11:08:21.5440170Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_native_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5440630Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_native_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5441144Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_neg_cuda_float32 PASSED 2022-12-01T11:08:21.5441663Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5442205Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5442757Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5443316Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5443879Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED 2022-12-01T11:08:21.5444406Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5444937Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5445449Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5445953Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5446453Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:08:21.5446965Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5447553Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.5448060Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.5448529Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:08:21.5449038Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5449576Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5450114Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5450658Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5451221Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5451780Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.5452272Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_ctc_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5452771Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout3d_cuda_float32 PASSED 2022-12-01T11:08:21.5453266Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:08:21.5453768Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_bag_cuda_float32 PASSED 2022-12-01T11:08:21.5454255Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:08:21.5454778Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5455684Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED 2022-12-01T11:08:21.5456263Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5456753Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.5457346Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_grid_sample_cuda_float32 PASSED 2022-12-01T11:08:21.5457869Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5458350Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:08:21.5458851Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5459372Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:08:21.5459912Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5460431Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:08:21.5460938Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.5461439Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.5461915Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.5462411Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5462910Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5463421Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5464015Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.5464521Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.5465011Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5465521Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5466035Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5466557Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5467064Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.5467544Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pdist_cuda_float32 PASSED 2022-12-01T11:08:21.5468060Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.5468582Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5469081Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:08:21.5469549Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.5470035Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:08:21.5470532Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5471033Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5471525Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5472036Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.5472543Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.5473024Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.5473530Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:08:21.5474122Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5474706Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5475190Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5475643Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_normal_cuda_float32 PASSED 2022-12-01T11:08:21.5476113Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_normal_number_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5476640Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5477115Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_outer_cuda_float32 PASSED 2022-12-01T11:08:21.5477571Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_pinverse_cuda_float32 PASSED 2022-12-01T11:08:21.5478026Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_polar_cuda_float32 PASSED 2022-12-01T11:08:21.5478490Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.5478995Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:08:21.5479490Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:08:21.5479970Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_positive_cuda_float32 PASSED 2022-12-01T11:08:21.5480483Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5480933Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_put_cuda_float32 PASSED 2022-12-01T11:08:21.5481373Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_qr_cuda_float32 PASSED 2022-12-01T11:08:21.5481806Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_quantile_cuda_float32 PASSED 2022-12-01T11:08:21.5482329Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5482900Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5483459Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5483935Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_real_cuda_float32 PASSED 2022-12-01T11:08:21.5484395Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_reciprocal_cuda_float32 PASSED 2022-12-01T11:08:21.5484862Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.5485324Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_repeat_cuda_float32 PASSED 2022-12-01T11:08:21.5485767Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_reshape_as_cuda_float32 PASSED 2022-12-01T11:08:21.5486241Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_resolve_conj_cuda_float32 PASSED 2022-12-01T11:08:21.5486708Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_resolve_neg_cuda_float32 PASSED 2022-12-01T11:08:21.5487145Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_roll_cuda_float32 PASSED 2022-12-01T11:08:21.5487593Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_cuda_float32 PASSED 2022-12-01T11:08:21.5488059Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:08:21.5488520Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.5488968Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.5489432Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5489907Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5490487Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5491019Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_select_cuda_float32 PASSED 2022-12-01T11:08:21.5491488Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_select_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5492005Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5492578Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5493117Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.5493569Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sign_cuda_float32 PASSED 2022-12-01T11:08:21.5493994Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sinc_cuda_float32 PASSED 2022-12-01T11:08:21.5494429Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sinh_cuda_float32 PASSED 2022-12-01T11:08:21.5494874Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sort_cuda_float32 PASSED 2022-12-01T11:08:21.5495786Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5496367Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5496949Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5497698Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5498632Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5499197Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.5499681Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_erfcx_cuda_float32 PASSED 2022-12-01T11:08:21.5500233Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5500855Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5501643Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5502290Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5502825Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.5503347Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.5503924Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5504749Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5505605Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5506451Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5507013Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:08:21.5507628Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5508152Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_split_cuda_float32 PASSED 2022-12-01T11:08:21.5508623Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_split_list_args_cuda_float32 PASSED 2022-12-01T11:08:21.5509066Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_square_cuda_float32 PASSED 2022-12-01T11:08:21.5509516Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_stack_cuda_float32 PASSED 2022-12-01T11:08:21.5510238Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_sum_to_size_cuda_float32 PASSED 2022-12-01T11:08:21.5510789Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_svd_cuda_float32 PASSED 2022-12-01T11:08:21.5511241Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_take_cuda_float32 PASSED 2022-12-01T11:08:21.5511684Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_tan_cuda_float32 PASSED 2022-12-01T11:08:21.5512132Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_tanh_cuda_float32 PASSED 2022-12-01T11:08:21.5512570Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.5513022Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_to_cuda_float32 PASSED 2022-12-01T11:08:21.5513470Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_topk_cuda_float32 PASSED 2022-12-01T11:08:21.5513907Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.5514368Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.5514913Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_tril_cuda_float32 PASSED 2022-12-01T11:08:21.5515351Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.5515787Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.5516321Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5516838Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_var_cuda_float32 PASSED 2022-12-01T11:08:21.5517267Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.5517722Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.5518175Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_vstack_cuda_float32 PASSED 2022-12-01T11:08:21.5518692Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5519181Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_T_cuda_float32 PASSED 2022-12-01T11:08:21.5519624Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___radd___cuda_float32 PASSED 2022-12-01T11:08:21.5520072Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.5520502Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rpow___cuda_float32 PASSED 2022-12-01T11:08:21.5520958Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_acos_cuda_float32 PASSED 2022-12-01T11:08:21.5521407Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.5521851Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_add_cuda_float32 PASSED 2022-12-01T11:08:21.5522281Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.5522737Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.5523183Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addmv_cuda_float32 PASSED 2022-12-01T11:08:21.5523675Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_all_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5524180Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5524626Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_angle_cuda_float32 PASSED 2022-12-01T11:08:21.5525198Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_any_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5525746Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_arange_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5526305Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argsort_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5526817Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_cuda_float32 PASSED 2022-12-01T11:08:21.5527273Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_asin_cuda_float32 PASSED 2022-12-01T11:08:21.5527710Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.5528158Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atan2_cuda_float32 PASSED 2022-12-01T11:08:21.5528600Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atanh_cuda_float32 PASSED 2022-12-01T11:08:21.5529027Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atleast_2d_cuda_float32 PASSED 2022-12-01T11:08:21.5529548Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5530058Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.5530569Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bool_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5531123Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5531719Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_to_cuda_float32 PASSED 2022-12-01T11:08:21.5532231Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_byte_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5532723Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5533184Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cat_cuda_float32 PASSED 2022-12-01T11:08:21.5533691Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5534189Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ceil_cuda_float32 PASSED 2022-12-01T11:08:21.5534678Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_chalf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5535668Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_char_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5536292Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5536881Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5537381Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:08:21.5537861Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5538327Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_chunk_cuda_float32 PASSED 2022-12-01T11:08:21.5538760Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clamp_cuda_float32 PASSED 2022-12-01T11:08:21.5539218Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.5539675Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clone_cuda_float32 PASSED 2022-12-01T11:08:21.5540119Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5540568Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.5541034Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.5541492Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_copysign_cuda_float32 PASSED 2022-12-01T11:08:21.5542034Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_corrcoef_cuda_float32 PASSED 2022-12-01T11:08:21.5542576Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_count_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5543081Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cov_cuda_float32 PASSED 2022-12-01T11:08:21.5543523Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cross_cuda_float32 PASSED 2022-12-01T11:08:21.5543949Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cummin_cuda_float32 PASSED 2022-12-01T11:08:21.5544398Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.5544911Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_deg2rad_cuda_float32 PASSED 2022-12-01T11:08:21.5545344Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diag_cuda_float32 PASSED 2022-12-01T11:08:21.5545800Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diagflat_cuda_float32 PASSED 2022-12-01T11:08:21.5546274Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5546738Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_digamma_cuda_float32 PASSED 2022-12-01T11:08:21.5547190Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.5547679Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.5548138Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dot_cuda_float32 PASSED 2022-12-01T11:08:21.5548612Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5549201Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dsplit_cuda_float32 PASSED 2022-12-01T11:08:21.5549650Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dstack_cuda_float32 PASSED 2022-12-01T11:08:21.5550099Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_einsum_cuda_float32 PASSED 2022-12-01T11:08:21.5550591Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5551158Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_empty_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5551716Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_equal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5552218Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.5552644Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.5553102Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_expand_as_cuda_float32 PASSED 2022-12-01T11:08:21.5553557Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_expand_cuda_float32 PASSED 2022-12-01T11:08:21.5553990Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft_cuda_float32 PASSED 2022-12-01T11:08:21.5554443Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftn_cuda_float32 PASSED 2022-12-01T11:08:21.5554900Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5555352Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.5555788Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:08:21.5556239Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:08:21.5556701Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.5557148Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5557610Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5558068Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.5558525Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5559021Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5559489Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft_cuda_float32 PASSED 2022-12-01T11:08:21.5559937Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5560426Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_float_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5561020Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_float_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5561564Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.5562086Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_floor_divide_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5562568Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fmax_cuda_float32 PASSED 2022-12-01T11:08:21.5563018Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.5563459Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fmod_cuda_float32 PASSED 2022-12-01T11:08:21.5563871Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_frac_cuda_float32 PASSED 2022-12-01T11:08:21.5564367Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_full_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5564923Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ge_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5565474Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_geqrf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5566074Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_gt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5566667Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_half_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5567207Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5567730Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_reduce_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5568267Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_int_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5568819Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isfinite_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5569374Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5569933Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isposinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5570475Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isreal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5571061Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5571657Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5572256Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5572760Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_kron_cuda_float32 PASSED 2022-12-01T11:08:21.5573207Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.5573669Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cross_cuda_float32 PASSED 2022-12-01T11:08:21.5574114Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.5574574Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eig_cuda_float32 PASSED 2022-12-01T11:08:21.5575355Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:08:21.5575977Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_cuda_float32 PASSED 2022-12-01T11:08:21.5576423Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:08:21.5576956Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5577545Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5578083Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:08:21.5578542Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5579022Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.5579563Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5580074Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:08:21.5580549Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:08:21.5581111Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.5581670Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5582236Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svd_cuda_float32 PASSED 2022-12-01T11:08:21.5582705Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:08:21.5583179Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.5583639Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log2_cuda_float32 PASSED 2022-12-01T11:08:21.5584068Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log_cuda_float32 PASSED 2022-12-01T11:08:21.5584532Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5585006Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp2_cuda_float32 PASSED 2022-12-01T11:08:21.5585505Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_xor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5586011Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logit_cuda_float32 PASSED 2022-12-01T11:08:21.5586518Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_long_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5587111Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5587676Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5588173Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5588630Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.5589074Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5589538Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_amin_cuda_float32 PASSED 2022-12-01T11:08:21.5590063Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5590645Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5591141Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.5591642Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.5592223Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.5592727Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.5593189Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.5593661Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5594138Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5594592Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5595060Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5595528Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_var_cuda_float32 PASSED 2022-12-01T11:08:21.5596032Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.5596475Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_matrix_exp_cuda_float32 PASSED 2022-12-01T11:08:21.5596925Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_max_binary_cuda_float32 PASSED 2022-12-01T11:08:21.5597375Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_median_cuda_float32 PASSED 2022-12-01T11:08:21.5597831Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5598343Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5598918Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5599390Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.5599819Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mm_cuda_float32 PASSED 2022-12-01T11:08:21.5600263Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_msort_cuda_float32 PASSED 2022-12-01T11:08:21.5600712Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mul_cuda_float32 PASSED 2022-12-01T11:08:21.5601134Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mv_cuda_float32 PASSED 2022-12-01T11:08:21.5601584Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nan_to_num_cuda_float32 PASSED 2022-12-01T11:08:21.5602035Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nansum_cuda_float32 PASSED 2022-12-01T11:08:21.5602553Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_narrow_copy_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5603121Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_native_layer_norm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5603629Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_neg_cuda_float32 PASSED 2022-12-01T11:08:21.5604140Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5604705Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5605238Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5605847Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5606440Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5606974Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5607483Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5607996Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5608595Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5609093Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5609618Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:08:21.5610152Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.5610652Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.5611137Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5611676Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5612234Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5612781Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5613308Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5613877Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5614462Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5615523Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5616066Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.5616589Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.5617104Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout2d_cuda_float32 PASSED 2022-12-01T11:08:21.5617585Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout3d_cuda_float32 PASSED 2022-12-01T11:08:21.5618082Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout_cuda_float32 PASSED 2022-12-01T11:08:21.5618571Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:08:21.5619079Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5619616Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED 2022-12-01T11:08:21.5620163Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5620735Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5621297Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5621786Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:08:21.5622277Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5622798Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5623316Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:08:21.5623854Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.5624364Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.5624855Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5625437Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.5625955Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.5626457Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5626976Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.5627492Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.5628028Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.5628532Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.5629002Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5629574Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5630138Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5630629Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5631114Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.5631717Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:08:21.5632227Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.5632742Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.5633231Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.5633716Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.5634201Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:08:21.5634679Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5635177Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5635675Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.5636193Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5636720Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5637242Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.5637757Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5638243Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5638678Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_fro_cuda_float32 PASSED 2022-12-01T11:08:21.5639133Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_inf_cuda_float32 PASSED 2022-12-01T11:08:21.5639585Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_nuc_cuda_float32 PASSED 2022-12-01T11:08:21.5640100Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_normal_number_mean_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5640680Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ones_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5641370Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5641985Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5642504Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ormqr_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5643007Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_outer_cuda_float32 PASSED 2022-12-01T11:08:21.5643468Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_pca_lowrank_cuda_float32 PASSED 2022-12-01T11:08:21.5643959Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.5644439Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:08:21.5644933Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:08:21.5645409Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_positive_cuda_float32 PASSED 2022-12-01T11:08:21.5645845Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_put_cuda_float32 PASSED 2022-12-01T11:08:21.5646288Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_qr_cuda_float32 PASSED 2022-12-01T11:08:21.5646737Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_quantile_cuda_float32 PASSED 2022-12-01T11:08:21.5647258Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rand_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5647797Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_randn_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5648368Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_real_cuda_float32 PASSED 2022-12-01T11:08:21.5648822Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.5649335Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_renorm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5649820Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_repeat_cuda_float32 PASSED 2022-12-01T11:08:21.5650283Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resolve_conj_cuda_float32 PASSED 2022-12-01T11:08:21.5650740Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_cuda_float32 PASSED 2022-12-01T11:08:21.5651185Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:08:21.5651650Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rsqrt_cuda_float32 PASSED 2022-12-01T11:08:21.5652097Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.5652563Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.5653008Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5653535Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_prod_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5654075Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:08:21.5654605Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5655416Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sgn_cuda_float32 PASSED 2022-12-01T11:08:21.5656048Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5656586Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.5657022Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sign_cuda_float32 PASSED 2022-12-01T11:08:21.5657469Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sinc_cuda_float32 PASSED 2022-12-01T11:08:21.5657934Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5658587Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5659176Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5659756Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5660329Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5660941Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5661826Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5662402Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.5662959Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5663500Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_i0e_cuda_float32 PASSED 2022-12-01T11:08:21.5663946Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_i1_cuda_float32 PASSED 2022-12-01T11:08:21.5664489Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5665136Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.5665669Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5666267Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5666877Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5667492Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5668309Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5669166Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5670018Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5670598Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:08:21.5671142Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_zeta_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5671636Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_square_cuda_float32 PASSED 2022-12-01T11:08:21.5672088Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5672539Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sub_cuda_float32 PASSED 2022-12-01T11:08:21.5672964Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sum_cuda_float32 PASSED 2022-12-01T11:08:21.5673425Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sum_to_size_cuda_float32 PASSED 2022-12-01T11:08:21.5673885Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_svd_lowrank_cuda_float32 PASSED 2022-12-01T11:08:21.5674404Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_symeig_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5674947Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_t_cuda_float32 PASSED 2022-12-01T11:08:21.5675405Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_take_cuda_float32 PASSED 2022-12-01T11:08:21.5675858Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tan_cuda_float32 PASSED 2022-12-01T11:08:21.5676283Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tile_cuda_float32 PASSED 2022-12-01T11:08:21.5676724Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_to_cuda_float32 PASSED 2022-12-01T11:08:21.5677232Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_to_sparse_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5677745Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trace_cuda_float32 PASSED 2022-12-01T11:08:21.5678181Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.5678639Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.5679101Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_triangular_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5679547Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tril_cuda_float32 PASSED 2022-12-01T11:08:21.5679990Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_triu_cuda_float32 PASSED 2022-12-01T11:08:21.5680442Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_true_divide_cuda_float32 PASSED 2022-12-01T11:08:21.5680900Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.5681334Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.5681871Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unsqueeze_cuda_float32 PASSED 2022-12-01T11:08:21.5682330Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5682777Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_view_as_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5683242Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.5683691Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_view_cuda_float32 PASSED 2022-12-01T11:08:21.5684145Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_vsplit_cuda_float32 PASSED 2022-12-01T11:08:21.5684576Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_zero__cuda_float32 PASSED 2022-12-01T11:08:21.5685083Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.5685579Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_T_cuda_float32 PASSED 2022-12-01T11:08:21.5686023Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___radd___cuda_float32 PASSED 2022-12-01T11:08:21.5686485Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.5686949Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmatmul___cuda_float32 PASSED 2022-12-01T11:08:21.5687415Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmod___cuda_float32 PASSED 2022-12-01T11:08:21.5687850Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_abs_cuda_float32 PASSED 2022-12-01T11:08:21.5688302Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_add_cuda_float32 PASSED 2022-12-01T11:08:21.5688761Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.5689202Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addr_cuda_float32 PASSED 2022-12-01T11:08:21.5689655Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5690109Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_amin_cuda_float32 PASSED 2022-12-01T11:08:21.5690633Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5691124Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_angle_cuda_float32 PASSED 2022-12-01T11:08:21.5691639Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5692263Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5692824Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5693386Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5693892Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.5694355Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atanh_cuda_float32 PASSED 2022-12-01T11:08:21.5694802Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_1d_cuda_float32 PASSED 2022-12-01T11:08:21.5695700Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_3d_cuda_float32 PASSED 2022-12-01T11:08:21.5696228Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5696804Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5697326Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_to_cuda_float32 PASSED 2022-12-01T11:08:21.5697853Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5698416Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5699139Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5699675Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5700151Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cdist_cuda_float32 XFAIL 2022-12-01T11:08:21.5700701Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5701226Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_cuda_float32 XFAIL 2022-12-01T11:08:21.5701705Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:08:21.5702192Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5702665Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_chunk_cuda_float32 PASSED 2022-12-01T11:08:21.5703109Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clone_cuda_float32 PASSED 2022-12-01T11:08:21.5703578Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_column_stack_cuda_float32 PASSED 2022-12-01T11:08:21.5704047Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5704489Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_cuda_float32 PASSED 2022-12-01T11:08:21.5704967Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:08:21.5705449Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.5705921Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_copysign_cuda_float32 PASSED 2022-12-01T11:08:21.5706432Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5706949Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cov_cuda_float32 PASSED 2022-12-01T11:08:21.5707412Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cross_cuda_float32 PASSED 2022-12-01T11:08:21.5707854Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummin_cuda_float32 PASSED 2022-12-01T11:08:21.5708340Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.5708820Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_cuda_float32 PASSED 2022-12-01T11:08:21.5709402Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_embed_cuda_float32 PASSED 2022-12-01T11:08:21.5709874Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.5710356Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5710833Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_digamma_cuda_float32 PASSED 2022-12-01T11:08:21.5711313Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.5711771Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dot_cuda_float32 PASSED 2022-12-01T11:08:21.5712229Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_cuda_float32 PASSED 2022-12-01T11:08:21.5712687Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dstack_cuda_float32 PASSED 2022-12-01T11:08:21.5713187Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5713756Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5714266Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfc_cuda_float32 PASSED 2022-12-01T11:08:21.5714729Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.5715163Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.5715614Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp_cuda_float32 PASSED 2022-12-01T11:08:21.5716152Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_cuda_float32 PASSED 2022-12-01T11:08:21.5716594Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_expm1_cuda_float32 PASSED 2022-12-01T11:08:21.5717104Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5717615Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft2_cuda_float32 PASSED 2022-12-01T11:08:21.5718088Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:08:21.5718540Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5719006Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft_cuda_float32 PASSED 2022-12-01T11:08:21.5719479Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.5719941Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5720408Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5720866Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5721332Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.5721776Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5722239Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5722705Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5723153Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5723611Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_flip_cuda_float32 PASSED 2022-12-01T11:08:21.5724064Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_flipud_cuda_float32 PASSED 2022-12-01T11:08:21.5724528Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_cuda_float32 PASSED 2022-12-01T11:08:21.5724978Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.5725443Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_cuda_float32 PASSED 2022-12-01T11:08:21.5726026Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5726562Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.5726997Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_frac_cuda_float32 PASSED 2022-12-01T11:08:21.5727452Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_frexp_cuda_float32 PASSED 2022-12-01T11:08:21.5727971Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5728468Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_gather_cuda_float32 PASSED 2022-12-01T11:08:21.5728982Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5729537Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5730039Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_cuda_float32 PASSED 2022-12-01T11:08:21.5730541Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5731107Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5731611Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.5732044Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_i0_cuda_float32 PASSED 2022-12-01T11:08:21.5732662Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5733173Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_add_cuda_float32 PASSED 2022-12-01T11:08:21.5733644Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_copy_cuda_float32 PASSED 2022-12-01T11:08:21.5734113Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5734603Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_reduce_cuda_float32 XFAIL 2022-12-01T11:08:21.5735333Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_inner_cuda_float32 PASSED 2022-12-01T11:08:21.5736056Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5736595Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5737161Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5737715Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5738259Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5738824Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5739391Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5739985Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5740585Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5741189Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5741709Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_kron_cuda_float32 PASSED 2022-12-01T11:08:21.5742177Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_kthvalue_cuda_float32 PASSED 2022-12-01T11:08:21.5742730Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lerp_cuda_float32 PASSED 2022-12-01T11:08:21.5743211Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.5743689Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:08:21.5744175Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eig_cuda_float32 PASSED 2022-12-01T11:08:21.5744697Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5745256Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.5745757Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_cuda_float32 PASSED 2022-12-01T11:08:21.5746226Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:08:21.5746714Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5747203Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5747699Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.5748234Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5748799Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:08:21.5749396Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_qr_cuda_float32 PASSED 2022-12-01T11:08:21.5749871Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.5750330Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5750801Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svd_cuda_float32 PASSED 2022-12-01T11:08:21.5751284Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:08:21.5751750Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vander_cuda_float32 PASSED 2022-12-01T11:08:21.5752230Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.5752712Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5753181Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log2_cuda_float32 PASSED 2022-12-01T11:08:21.5753629Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp2_cuda_float32 PASSED 2022-12-01T11:08:21.5754095Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logdet_cuda_float32 PASSED 2022-12-01T11:08:21.5754619Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5755180Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5755702Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.5756218Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5756816Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5757382Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5757895Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5758361Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.5758821Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mH_cuda_float32 PASSED 2022-12-01T11:08:21.5759326Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5759819Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.5760341Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.5760837Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.5761328Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.5761828Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.5762303Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_median_cuda_float32 PASSED 2022-12-01T11:08:21.5762760Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5763240Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5763729Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_select_cuda_float32 PASSED 2022-12-01T11:08:21.5764212Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.5764681Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5765161Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.5765628Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.5766157Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_matrix_exp_cuda_float32 PASSED 2022-12-01T11:08:21.5766642Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5767144Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5767628Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5768069Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_median_cuda_float32 PASSED 2022-12-01T11:08:21.5768558Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5769044Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.5769479Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mm_cuda_float32 PASSED 2022-12-01T11:08:21.5769932Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mode_cuda_float32 PASSED 2022-12-01T11:08:21.5770390Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.5770852Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_msort_cuda_float32 PASSED 2022-12-01T11:08:21.5771358Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5771899Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:08:21.5772385Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nan_to_num_cuda_float32 PASSED 2022-12-01T11:08:21.5772832Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmean_cuda_float32 PASSED 2022-12-01T11:08:21.5773307Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanquantile_cuda_float32 PASSED 2022-12-01T11:08:21.5773836Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5774364Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_cuda_float32 PASSED 2022-12-01T11:08:21.5774822Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5775556Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_neg_cuda_float32 PASSED 2022-12-01T11:08:21.5776163Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5776766Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5777322Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5777881Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED 2022-12-01T11:08:21.5778436Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5778962Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5779488Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5780021Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5780538Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5781022Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.5781533Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5782062Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5782609Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5783250Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5783842Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5784406Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.5784942Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:08:21.5785460Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5785988Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.5786489Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:08:21.5786987Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5787542Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:08:21.5788106Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5788640Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5789139Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5789655Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:08:21.5790181Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5790709Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_huber_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.5791210Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:08:21.5791743Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:08:21.5792352Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5792908Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.5793402Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5793905Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.5794407Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.5794911Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5795438Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_logsigmoid_cuda_float32 XFAIL 2022-12-01T11:08:21.5796013Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5796535Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5797025Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5797528Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5798044Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5798567Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.5799143Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.5799642Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5800160Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5800655Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5801163Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5801677Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:08:21.5802195Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.5802693Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.5803209Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.5803704Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:08:21.5804203Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_rrelu_cuda_float32 PASSED 2022-12-01T11:08:21.5804682Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:08:21.5805193Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_soft_margin_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.5805700Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5806199Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5806721Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.5807237Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.5807745Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.5808242Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.5808792Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_cuda_float32 XFAIL 2022-12-01T11:08:21.5809287Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_number_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5809815Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5810427Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5811001Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_outer_cuda_float32 PASSED 2022-12-01T11:08:21.5811473Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_pca_lowrank_cuda_float32 PASSED 2022-12-01T11:08:21.5811926Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_permute_cuda_float32 PASSED 2022-12-01T11:08:21.5812389Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polar_cuda_float32 PASSED 2022-12-01T11:08:21.5812879Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:08:21.5813371Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_positive_cuda_float32 PASSED 2022-12-01T11:08:21.5813816Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5814272Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_put_cuda_float32 PASSED 2022-12-01T11:08:21.5814728Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_quantile_cuda_float32 PASSED 2022-12-01T11:08:21.5815400Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rad2deg_cuda_float32 PASSED 2022-12-01T11:08:21.5816044Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5816616Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5817135Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_reciprocal_cuda_float32 PASSED 2022-12-01T11:08:21.5817588Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_renorm_cuda_float32 XFAIL 2022-12-01T11:08:21.5818068Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:08:21.5818556Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_as_cuda_float32 PASSED 2022-12-01T11:08:21.5819078Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5819580Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_conj_cuda_float32 PASSED 2022-12-01T11:08:21.5820064Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_neg_cuda_float32 PASSED 2022-12-01T11:08:21.5820529Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_roll_cuda_float32 PASSED 2022-12-01T11:08:21.5820981Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:08:21.5821457Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsqrt_cuda_float32 PASSED 2022-12-01T11:08:21.5821911Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.5822376Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.5822842Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5823340Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5823836Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:08:21.5824318Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_offsets_cuda_float32 XFAIL 2022-12-01T11:08:21.5824801Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_cuda_float32 PASSED 2022-12-01T11:08:21.5825430Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5825985Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sign_cuda_float32 PASSED 2022-12-01T11:08:21.5826420Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sin_cuda_float32 PASSED 2022-12-01T11:08:21.5826871Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinc_cuda_float32 PASSED 2022-12-01T11:08:21.5827693Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5828549Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5829114Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.5829673Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5830305Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5830853Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i0e_cuda_float32 PASSED 2022-12-01T11:08:21.5831309Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1_cuda_float32 PASSED 2022-12-01T11:08:21.5831780Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1e_cuda_float32 PASSED 2022-12-01T11:08:21.5832340Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5833242Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5833814Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.5834376Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5834993Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5835598Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5836122Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.5836694Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5837521Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5838394Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5838976Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:08:21.5839451Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_cuda_float32 PASSED 2022-12-01T11:08:21.5839928Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:08:21.5840382Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sqrt_cuda_float32 PASSED 2022-12-01T11:08:21.5840852Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_square_cuda_float32 PASSED 2022-12-01T11:08:21.5841317Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_squeeze_cuda_float32 PASSED 2022-12-01T11:08:21.5841774Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_cuda_float32 PASSED 2022-12-01T11:08:21.5842214Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5842737Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_cuda_float32 PASSED 2022-12-01T11:08:21.5843199Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_cuda_float32 PASSED 2022-12-01T11:08:21.5843641Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_lowrank_cuda_float32 PASSED 2022-12-01T11:08:21.5844108Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_symeig_cuda_float32 XFAIL 2022-12-01T11:08:21.5844564Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_cuda_float32 PASSED 2022-12-01T11:08:21.5845095Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.5845543Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trace_cuda_float32 PASSED 2022-12-01T11:08:21.5846012Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.5846484Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.5846947Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_triangular_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5847418Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tril_cuda_float32 PASSED 2022-12-01T11:08:21.5847876Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.5848343Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.5848859Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5849552Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5850062Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5850520Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.5850972Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5851444Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.5851905Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_vsplit_cuda_float32 PASSED 2022-12-01T11:08:21.5852341Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_zero__cuda_float32 PASSED 2022-12-01T11:08:21.5852856Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5853394Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5853910Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5854414Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5854945Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5855711Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5856238Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5856755Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5857305Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5857870Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5858422Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5859054Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5859618Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5860144Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5860626Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5861143Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5861665Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5862182Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5862689Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5863211Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5863729Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5864257Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5864766Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5865292Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5865947Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_jvp_cuda PASSED 2022-12-01T11:08:21.5866444Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5866972Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5867506Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5868028Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5868524Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5869051Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5869582Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5870116Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_jvp_cuda_float32 PASSED 2022-12-01T11:08:21.5870637Z functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_vjp_cuda_float32 PASSED 2022-12-01T11:08:21.5871117Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_H_cuda_float32 PASSED 2022-12-01T11:08:21.5871568Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___getitem___cuda_float32 PASSED 2022-12-01T11:08:21.5871807Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5872027Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.5872224Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rmod___cuda_float32 PASSED 2022-12-01T11:08:21.5872441Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.5872665Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rpow___cuda_float32 PASSED 2022-12-01T11:08:21.5872877Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_abs_cuda_float32 PASSED 2022-12-01T11:08:21.5873087Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_add_cuda_float32 PASSED 2022-12-01T11:08:21.5873304Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.5873579Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.5873808Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addr_cuda_float32 PASSED 2022-12-01T11:08:21.5874062Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5874342Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5874551Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_amin_cuda_float32 PASSED 2022-12-01T11:08:21.5874820Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5875093Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5875368Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5875593Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_cuda_float32 PASSED 2022-12-01T11:08:21.5875849Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_scatter_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.5876066Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.5876263Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atanh_cuda_float32 PASSED 2022-12-01T11:08:21.5876484Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atleast_2d_cuda_float32 PASSED 2022-12-01T11:08:21.5876776Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atleast_3d_cuda_float32 PASSED 2022-12-01T11:08:21.5876994Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_baddbmm_cuda_float32 PASSED 2022-12-01T11:08:21.5877252Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5877471Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.5877687Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.5877959Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5878247Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5878483Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5878714Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_to_cuda_float32 PASSED 2022-12-01T11:08:21.5878990Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5879260Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5879571Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5879803Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5880015Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cat_cuda_float32 PASSED 2022-12-01T11:08:21.5880229Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cdist_cuda_float32 PASSED 2022-12-01T11:08:21.5880476Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5880701Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_cuda_float32 PASSED 2022-12-01T11:08:21.5880929Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5881145Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_chunk_cuda_float32 PASSED 2022-12-01T11:08:21.5881362Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clone_cuda_float32 PASSED 2022-12-01T11:08:21.5881640Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_column_stack_cuda_float32 PASSED 2022-12-01T11:08:21.5881877Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_combinations_cuda_float32 PASSED 2022-12-01T11:08:21.5882098Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5882307Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.5882538Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:08:21.5882762Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.5882989Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_copysign_cuda_float32 PASSED 2022-12-01T11:08:21.5883207Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_corrcoef_cuda_float32 PASSED 2022-12-01T11:08:21.5883491Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5883709Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cross_cuda_float32 PASSED 2022-12-01T11:08:21.5883928Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cummin_cuda_float32 PASSED 2022-12-01T11:08:21.5884145Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.5884341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.5884580Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.5884792Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diag_cuda_float32 PASSED 2022-12-01T11:08:21.5885079Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diagflat_cuda_float32 PASSED 2022-12-01T11:08:21.5885300Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.5885533Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5885747Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diff_cuda_float32 PASSED 2022-12-01T11:08:21.5885959Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dist_cuda_float32 PASSED 2022-12-01T11:08:21.5886174Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.5886432Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5886705Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5886976Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5887248Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5887460Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_erf_cuda_float32 PASSED 2022-12-01T11:08:21.5887680Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.5887898Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.5888092Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_exp_cuda_float32 PASSED 2022-12-01T11:08:21.5888308Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_expand_cuda_float32 PASSED 2022-12-01T11:08:21.5888574Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5888793Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft2_cuda_float32 PASSED 2022-12-01T11:08:21.5889022Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:08:21.5889239Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.5889462Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:08:21.5889680Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft_cuda_float32 PASSED 2022-12-01T11:08:21.5889937Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:08:21.5890173Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5890393Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5890611Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft_cuda_float32 PASSED 2022-12-01T11:08:21.5890823Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5891043Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_flipud_cuda_float32 PASSED 2022-12-01T11:08:21.5891266Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.5891483Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_floor_cuda_float32 PASSED 2022-12-01T11:08:21.5891767Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5891965Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.5892248Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5892465Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_gather_cuda_float32 PASSED 2022-12-01T11:08:21.5892730Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5892943Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_half_cuda_float32 PASSED 2022-12-01T11:08:21.5893267Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5893548Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5893815Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5894017Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.5894290Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5894517Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.5894787Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5895061Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5895571Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5895866Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5896145Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5896415Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5896633Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_istft_cuda_float32 PASSED 2022-12-01T11:08:21.5896915Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5897200Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5897466Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5897681Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lerp_cuda_float32 PASSED 2022-12-01T11:08:21.5897908Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cond_cuda_float32 PASSED 2022-12-01T11:08:21.5898206Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.5898461Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:08:21.5898681Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eig_cuda_float32 PASSED 2022-12-01T11:08:21.5898893Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:08:21.5899146Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:08:21.5899367Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_cuda_float32 PASSED 2022-12-01T11:08:21.5899600Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:08:21.5899892Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5900182Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5900409Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:08:21.5900653Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.5900884Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_cuda_float32 PASSED 2022-12-01T11:08:21.5901102Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:08:21.5901331Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5901653Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.5901942Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5902248Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5902476Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:08:21.5902701Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5902959Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:08:21.5903203Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.5903411Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_qr_cuda_float32 PASSED 2022-12-01T11:08:21.5903640Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.5903862Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svd_cuda_float32 PASSED 2022-12-01T11:08:21.5904099Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.5904328Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.5904561Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5904837Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5905049Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log_cuda_float32 PASSED 2022-12-01T11:08:21.5905261Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5905497Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.5905777Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5906054Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5906329Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.5906606Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5906825Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5907044Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.5907254Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mH_cuda_float32 PASSED 2022-12-01T11:08:21.5907457Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5907747Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5907981Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.5908214Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.5908445Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.5908668Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5908896Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_median_cuda_float32 PASSED 2022-12-01T11:08:21.5909116Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5909329Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5909617Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5909845Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5910071Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_select_cuda_float32 PASSED 2022-12-01T11:08:21.5910296Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5910519Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.5910744Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.5910965Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_var_cuda_float32 PASSED 2022-12-01T11:08:21.5911162Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.5911383Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_matrix_exp_cuda_float32 PASSED 2022-12-01T11:08:21.5911625Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5911864Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5912084Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_maximum_cuda_float32 PASSED 2022-12-01T11:08:21.5912301Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_median_cuda_float32 PASSED 2022-12-01T11:08:21.5912547Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5912795Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5913017Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_min_binary_cuda_float32 PASSED 2022-12-01T11:08:21.5913207Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mm_cuda_float32 PASSED 2022-12-01T11:08:21.5913421Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mode_cuda_float32 PASSED 2022-12-01T11:08:21.5913640Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_msort_cuda_float32 PASSED 2022-12-01T11:08:21.5913863Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.5914078Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_narrow_cuda_float32 PASSED 2022-12-01T11:08:21.5914310Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_native_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5914590Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_native_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5914882Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5915136Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5915411Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED 2022-12-01T11:08:21.5915670Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5915934Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5916189Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5916450Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5916694Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5916937Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5917199Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:08:21.5917456Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:08:21.5917776Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.5918015Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:08:21.5918292Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5918566Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5918838Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.5919093Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.5919347Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.5919599Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.5919822Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_ctc_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5920068Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout2d_cuda_float32 PASSED 2022-12-01T11:08:21.5920312Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout3d_cuda_float32 PASSED 2022-12-01T11:08:21.5920564Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_bag_cuda_float32 PASSED 2022-12-01T11:08:21.5920806Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:08:21.5921064Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5921341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED 2022-12-01T11:08:21.5921603Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5921866Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5922099Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5922336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.5922632Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:08:21.5922891Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.5923153Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5923400Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5923654Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:08:21.5923917Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5924177Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.5924421Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5924662Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.5924899Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5925141Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5925381Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.5925634Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5925934Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5926180Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5926435Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.5926669Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5926920Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.5927159Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5927415Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5927684Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5927932Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.5928179Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.5928425Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:08:21.5928685Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:08:21.5928901Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pdist_cuda_float32 PASSED 2022-12-01T11:08:21.5929156Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.5929390Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:08:21.5929622Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_rrelu_cuda_float32 PASSED 2022-12-01T11:08:21.5929876Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.5930116Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5930372Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5930665Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.5930899Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.5931144Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:08:21.5931385Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.5931622Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.5931884Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.5932100Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5932322Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_inf_cuda_float32 PASSED 2022-12-01T11:08:21.5932542Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_nuc_cuda_float32 PASSED 2022-12-01T11:08:21.5932793Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5932995Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_permute_cuda_float32 PASSED 2022-12-01T11:08:21.5933211Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_pinverse_cuda_float32 PASSED 2022-12-01T11:08:21.5933427Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polar_cuda_float32 PASSED 2022-12-01T11:08:21.5933671Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.5933997Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:08:21.5934240Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:08:21.5934450Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_qr_cuda_float32 PASSED 2022-12-01T11:08:21.5934670Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rad2deg_cuda_float32 PASSED 2022-12-01T11:08:21.5934931Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5935440Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5935720Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5935999Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5936222Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ravel_cuda_float32 PASSED 2022-12-01T11:08:21.5936448Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_reciprocal_cuda_float32 PASSED 2022-12-01T11:08:21.5936669Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_renorm_cuda_float32 PASSED 2022-12-01T11:08:21.5936907Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:08:21.5937126Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.5937381Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5937658Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5937872Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_roll_cuda_float32 PASSED 2022-12-01T11:08:21.5938105Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:08:21.5938341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:08:21.5938556Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.5938781Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.5939084Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5939317Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5939552Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_prod_cuda_float32 PASSED 2022-12-01T11:08:21.5939837Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5940077Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_offsets_cuda_float32 PASSED 2022-12-01T11:08:21.5940291Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sign_cuda_float32 PASSED 2022-12-01T11:08:21.5940503Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sin_cuda_float32 PASSED 2022-12-01T11:08:21.5940732Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_slice_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5940973Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5941185Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sort_cuda_float32 PASSED 2022-12-01T11:08:21.5941402Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:08:21.5941692Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5941981Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5942353Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5942633Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5942940Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5943495Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5943732Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.5944040Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5944246Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_i0e_cuda_float32 PASSED 2022-12-01T11:08:21.5944483Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.5944784Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5945073Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5945345Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.5945655Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5946160Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5946661Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.5946970Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5947202Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:08:21.5947454Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_split_cuda_float32 PASSED 2022-12-01T11:08:21.5947684Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sqrt_cuda_float32 PASSED 2022-12-01T11:08:21.5947898Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_std_cuda_float32 PASSED 2022-12-01T11:08:21.5948117Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5948330Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_stft_cuda_float32 PASSED 2022-12-01T11:08:21.5948553Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sum_to_size_cuda_float32 PASSED 2022-12-01T11:08:21.5948776Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_svd_lowrank_cuda_float32 PASSED 2022-12-01T11:08:21.5948996Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_symeig_cuda_float32 PASSED 2022-12-01T11:08:21.5949204Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_take_along_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5949420Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_take_cuda_float32 PASSED 2022-12-01T11:08:21.5949631Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tan_cuda_float32 PASSED 2022-12-01T11:08:21.5949839Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tanh_cuda_float32 PASSED 2022-12-01T11:08:21.5950062Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.5950274Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tile_cuda_float32 PASSED 2022-12-01T11:08:21.5950498Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_to_sparse_cuda_float32 PASSED 2022-12-01T11:08:21.5950797Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_topk_cuda_float32 PASSED 2022-12-01T11:08:21.5950997Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trace_cuda_float32 PASSED 2022-12-01T11:08:21.5951222Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.5951436Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.5951651Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tril_cuda_float32 PASSED 2022-12-01T11:08:21.5951859Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_triu_cuda_float32 PASSED 2022-12-01T11:08:21.5952083Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_true_divide_cuda_float32 PASSED 2022-12-01T11:08:21.5952300Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unbind_cuda_float32 PASSED 2022-12-01T11:08:21.5952521Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.5952774Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5952992Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_var_cuda_float32 PASSED 2022-12-01T11:08:21.5953208Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.5953437Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_view_as_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5953652Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_view_cuda_float32 PASSED 2022-12-01T11:08:21.5953867Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_where_cuda_float32 PASSED 2022-12-01T11:08:21.5954082Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_xlogy_cuda_float32 PASSED 2022-12-01T11:08:21.5954355Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5954566Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_H_cuda_float32 PASSED 2022-12-01T11:08:21.5954769Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.5954989Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmod___cuda_float32 PASSED 2022-12-01T11:08:21.5955204Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.5955423Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_acos_cuda_float32 PASSED 2022-12-01T11:08:21.5955692Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.5955922Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_add_cuda_float32 PASSED 2022-12-01T11:08:21.5956144Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.5956370Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcdiv_cuda_float32 PASSED 2022-12-01T11:08:21.5956574Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.5956796Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_cuda_float32 PASSED 2022-12-01T11:08:21.5957022Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addr_cuda_float32 PASSED 2022-12-01T11:08:21.5957297Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5957578Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5957800Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5958020Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_amin_cuda_float32 PASSED 2022-12-01T11:08:21.5958298Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5958577Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5958828Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5959174Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5959393Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_asin_cuda_float32 PASSED 2022-12-01T11:08:21.5959614Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.5959836Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atanh_cuda_float32 PASSED 2022-12-01T11:08:21.5960064Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_2d_cuda_float32 PASSED 2022-12-01T11:08:21.5960289Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_cuda_float32 PASSED 2022-12-01T11:08:21.5960554Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5960764Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.5961064Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5961296Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_to_cuda_float32 PASSED 2022-12-01T11:08:21.5961582Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5961894Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5962113Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cat_cuda_float32 PASSED 2022-12-01T11:08:21.5962402Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.5962626Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_chalf_cuda_float32 PASSED 2022-12-01T11:08:21.5962902Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5963107Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_cuda_float32 PASSED 2022-12-01T11:08:21.5963335Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.5963554Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_min_cuda_float32 PASSED 2022-12-01T11:08:21.5963839Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_combinations_cuda_float32 PASSED 2022-12-01T11:08:21.5964076Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_complex_cuda_float32 PASSED 2022-12-01T11:08:21.5964295Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_cuda_float32 PASSED 2022-12-01T11:08:21.5964531Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:08:21.5964756Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_copysign_cuda_float32 PASSED 2022-12-01T11:08:21.5964978Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_corrcoef_cuda_float32 PASSED 2022-12-01T11:08:21.5965252Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5965474Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cross_cuda_float32 PASSED 2022-12-01T11:08:21.5965696Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummin_cuda_float32 PASSED 2022-12-01T11:08:21.5965922Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.5966145Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_deg2rad_cuda_float32 PASSED 2022-12-01T11:08:21.5966371Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagflat_cuda_float32 PASSED 2022-12-01T11:08:21.5966590Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.5966828Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.5967101Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diff_cuda_float32 PASSED 2022-12-01T11:08:21.5967319Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dist_cuda_float32 PASSED 2022-12-01T11:08:21.5967561Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.5967806Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.5968025Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dot_cuda_float32 PASSED 2022-12-01T11:08:21.5968292Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5968519Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dsplit_cuda_float32 PASSED 2022-12-01T11:08:21.5968804Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5969059Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5969284Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_erf_cuda_float32 PASSED 2022-12-01T11:08:21.5969505Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.5969723Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.5969943Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp_cuda_float32 PASSED 2022-12-01T11:08:21.5970168Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft2_cuda_float32 PASSED 2022-12-01T11:08:21.5970393Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft_cuda_float32 PASSED 2022-12-01T11:08:21.5970620Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:08:21.5970845Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft_cuda_float32 PASSED 2022-12-01T11:08:21.5971054Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:08:21.5971291Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.5971518Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5971741Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5972017Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:08:21.5972252Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:08:21.5972478Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_flatten_cuda_float32 PASSED 2022-12-01T11:08:21.5972700Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_flip_cuda_float32 PASSED 2022-12-01T11:08:21.5972905Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fliplr_cuda_float32 PASSED 2022-12-01T11:08:21.5973127Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_flipud_cuda_float32 PASSED 2022-12-01T11:08:21.5973351Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_cuda_float32 PASSED 2022-12-01T11:08:21.5973637Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5973857Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.5974084Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_frexp_cuda_float32 PASSED 2022-12-01T11:08:21.5974373Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5974597Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_gather_cuda_float32 PASSED 2022-12-01T11:08:21.5974853Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5975294Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_cuda_float32 PASSED 2022-12-01T11:08:21.5975698Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.5975982Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5976205Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_hsplit_cuda_float32 PASSED 2022-12-01T11:08:21.5976431Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.5976713Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5976938Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_add_cuda_float32 PASSED 2022-12-01T11:08:21.5977166Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5977389Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.5977621Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_reduce_cuda_float32 PASSED 2022-12-01T11:08:21.5977851Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.5978164Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5978443Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5978667Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_istft_cuda_float32 PASSED 2022-12-01T11:08:21.5978984Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5979295Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5979587Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5979792Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_kron_cuda_float32 PASSED 2022-12-01T11:08:21.5980066Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5980299Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cross_cuda_float32 PASSED 2022-12-01T11:08:21.5980592Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eig_cuda_float32 PASSED 2022-12-01T11:08:21.5980840Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:08:21.5981095Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:08:21.5981391Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5981680Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5981941Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.5982909Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86734 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:08:21.5983839Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87168 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:08:21.5984151Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5984427Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5984741Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5984975Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:08:21.5985221Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.5985455Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.5985688Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_cuda_float32 PASSED 2022-12-01T11:08:21.5985926Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:08:21.5986178Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:08:21.5986415Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:08:21.5986637Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.5986873Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.5987112Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5987394Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5987614Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log10_cuda_float32 PASSED 2022-12-01T11:08:21.5987832Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_cuda_float32 PASSED 2022-12-01T11:08:21.5988072Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.5988296Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logdet_cuda_float32 PASSED 2022-12-01T11:08:21.5988564Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5988834Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logit_cuda_float32 PASSED 2022-12-01T11:08:21.5989131Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5989442Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5989672Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.5989888Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mT_cuda_float32 PASSED 2022-12-01T11:08:21.5990125Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.5990413Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5990697Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5990911Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.5991140Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_cuda_float32 PASSED 2022-12-01T11:08:21.5991405Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.5991646Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.5991872Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_mean_cuda_float32 PASSED 2022-12-01T11:08:21.5992167Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_prod_cuda_float32 XFAIL 2022-12-01T11:08:21.5992399Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_select_cuda_float32 PASSED 2022-12-01T11:08:21.5992634Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.5992843Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.5993091Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5993341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.5993585Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.5993810Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.5994028Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mm_cuda_float32 PASSED 2022-12-01T11:08:21.5994256Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.5994544Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5994762Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mv_cuda_float32 PASSED 2022-12-01T11:08:21.5994990Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:08:21.5995236Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:08:21.5995462Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nan_to_num_cuda_float32 PASSED 2022-12-01T11:08:21.5995686Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmean_cuda_float32 PASSED 2022-12-01T11:08:21.5995956Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.5996193Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanquantile_cuda_float32 PASSED 2022-12-01T11:08:21.5996419Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_cuda_float32 PASSED 2022-12-01T11:08:21.5996655Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.5996897Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_layer_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.5997257Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5997551Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5997841Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5998117Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5998394Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.5998658Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.5998922Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5999188Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5999446Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.5999684Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.5999934Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6000180Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6000498Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6000777Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:08:21.6001020Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.6001266Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:08:21.6001528Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6001805Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6002052Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6002347Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6002640Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6002898Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6003160Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:08:21.6003415Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.6003659Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6003908Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout2d_cuda_float32 PASSED 2022-12-01T11:08:21.6004157Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout3d_cuda_float32 PASSED 2022-12-01T11:08:21.6004467Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6004751Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED 2022-12-01T11:08:21.6005057Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6005310Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.6005547Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:08:21.6005797Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6006120Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardsigmoid_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6006372Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:08:21.6006618Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:08:21.6006883Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6007118Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6007379Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:08:21.6007641Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:08:21.6007903Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6008231Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6008481Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6008723Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6008977Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6009236Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.6009470Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6009803Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6010055Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.6010308Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:08:21.6010563Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:08:21.6010824Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:08:21.6011141Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6011396Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6011653Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6011892Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6012133Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_rrelu_cuda_float32 PASSED 2022-12-01T11:08:21.6012386Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6012633Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.6012933Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6013193Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.6013443Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6013705Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6013925Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6014133Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_cuda_float32 PASSED 2022-12-01T11:08:21.6014371Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_number_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6014653Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6014999Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6015480Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6015766Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6015991Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_outer_cuda_float32 PASSED 2022-12-01T11:08:21.6016218Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_pinverse_cuda_float32 PASSED 2022-12-01T11:08:21.6016564Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:08:21.6016791Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:08:21.6017038Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:08:21.6017284Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:08:21.6017504Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_put_cuda_float32 PASSED 2022-12-01T11:08:21.6017790Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6018066Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6018288Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ravel_cuda_float32 PASSED 2022-12-01T11:08:21.6018521Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_reciprocal_cuda_float32 PASSED 2022-12-01T11:08:21.6018729Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6018953Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_renorm_cuda_float32 PASSED 2022-12-01T11:08:21.6019196Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:08:21.6019420Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6019699Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6019978Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6020198Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_roll_cuda_float32 PASSED 2022-12-01T11:08:21.6020420Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rot90_cuda_float32 PASSED 2022-12-01T11:08:21.6020637Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_cuda_float32 PASSED 2022-12-01T11:08:21.6020860Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:08:21.6021079Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.6021389Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.6021631Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6021870Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amax_cuda_float32 PASSED 2022-12-01T11:08:21.6022111Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6022344Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6022668Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6022901Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6023101Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sign_cuda_float32 PASSED 2022-12-01T11:08:21.6023322Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sin_cuda_float32 PASSED 2022-12-01T11:08:21.6023555Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6023777Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6024019Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6024311Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6024669Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6024962Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6025233Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6025754Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6026238Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6026474Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_erfcx_cuda_float32 PASSED 2022-12-01T11:08:21.6026784Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6027098Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6027329Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1_cuda_float32 PASSED 2022-12-01T11:08:21.6027562Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1e_cuda_float32 PASSED 2022-12-01T11:08:21.6027799Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6028102Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6028386Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6028621Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6028855Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.6029125Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.6029493Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6029821Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6030336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6030571Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:08:21.6030793Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sqrt_cuda_float32 PASSED 2022-12-01T11:08:21.6031021Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6031222Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_cuda_float32 PASSED 2022-12-01T11:08:21.6031446Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6031683Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_lowrank_cuda_float32 PASSED 2022-12-01T11:08:21.6031898Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tanh_cuda_float32 PASSED 2022-12-01T11:08:21.6032125Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensor_split_cuda_float32 XFAIL 2022-12-01T11:08:21.6032341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_cuda_float32 PASSED 2022-12-01T11:08:21.6032568Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_sparse_cuda_float32 PASSED 2022-12-01T11:08:21.6032783Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_topk_cuda_float32 PASSED 2022-12-01T11:08:21.6033071Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trace_cuda_float32 PASSED 2022-12-01T11:08:21.6033291Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_triu_cuda_float32 PASSED 2022-12-01T11:08:21.6033508Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.6033731Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unbind_cuda_float32 PASSED 2022-12-01T11:08:21.6033960Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.6034185Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6034464Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6034689Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6034889Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.6035115Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6035336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_cuda_float32 PASSED 2022-12-01T11:08:21.6035558Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_vstack_cuda_float32 PASSED 2022-12-01T11:08:21.6035778Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_xlogy_cuda_float32 PASSED 2022-12-01T11:08:21.6035998Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_zero__cuda_float32 PASSED 2022-12-01T11:08:21.6036279Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6036496Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_H_cuda_float32 PASSED 2022-12-01T11:08:21.6036705Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___cuda_float32 XFAIL 2022-12-01T11:08:21.6036950Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6037178Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___radd___cuda_float32 PASSED 2022-12-01T11:08:21.6037404Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmatmul___cuda_float32 PASSED 2022-12-01T11:08:21.6037624Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.6037886Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rsub___cuda_float32 PASSED 2022-12-01T11:08:21.6038126Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6038352Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcdiv_cuda_float32 PASSED 2022-12-01T11:08:21.6038571Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.6038772Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_cuda_float32 PASSED 2022-12-01T11:08:21.6039010Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:08:21.6039292Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6039574Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6039795Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_angle_cuda_float32 PASSED 2022-12-01T11:08:21.6040067Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6040345Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6040617Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6040896Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6041186Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_scatter_cuda_float32 XFAIL 2022-12-01T11:08:21.6041408Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan2_cuda_float32 PASSED 2022-12-01T11:08:21.6041628Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_baddbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6041848Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.6042127Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6042440Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6042725Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6043001Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6043241Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6043445Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cat_cuda_float32 PASSED 2022-12-01T11:08:21.6043666Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cdist_cuda_float32 PASSED 2022-12-01T11:08:21.6043886Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_chalf_cuda_float32 PASSED 2022-12-01T11:08:21.6044159Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6044467Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6044704Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:08:21.6044937Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6045162Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_cuda_float32 XFAIL 2022-12-01T11:08:21.6045374Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_min_cuda_float32 PASSED 2022-12-01T11:08:21.6045610Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_combinations_cuda_float32 PASSED 2022-12-01T11:08:21.6045885Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_complex_cuda_float32 PASSED 2022-12-01T11:08:21.6046117Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_cuda_float32 PASSED 2022-12-01T11:08:21.6046348Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.6046568Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cos_cuda_float32 PASSED 2022-12-01T11:08:21.6046788Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cov_cuda_float32 PASSED 2022-12-01T11:08:21.6047002Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cross_cuda_float32 XFAIL 2022-12-01T11:08:21.6047210Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummax_cuda_float32 PASSED 2022-12-01T11:08:21.6047456Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6047677Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_cuda_float32 PASSED 2022-12-01T11:08:21.6047903Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.6048142Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6048384Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6048622Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6048841Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6049066Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_cuda_float32 XFAIL 2022-12-01T11:08:21.6049336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dstack_cuda_float32 PASSED 2022-12-01T11:08:21.6049563Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_einsum_cuda_float32 PASSED 2022-12-01T11:08:21.6049842Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6050067Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_erf_cuda_float32 PASSED 2022-12-01T11:08:21.6050285Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.6050500Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp_cuda_float32 PASSED 2022-12-01T11:08:21.6050723Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_expm1_cuda_float32 PASSED 2022-12-01T11:08:21.6050998Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6051206Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6051437Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft_cuda_float32 PASSED 2022-12-01T11:08:21.6051661Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:08:21.6051880Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6052106Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft_cuda_float32 PASSED 2022-12-01T11:08:21.6052328Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6052550Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6052774Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_flip_cuda_float32 PASSED 2022-12-01T11:08:21.6052980Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_flipud_cuda_float32 PASSED 2022-12-01T11:08:21.6053200Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_cuda_float32 XFAIL 2022-12-01T11:08:21.6053469Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6053702Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.6053925Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_cuda_float32 PASSED 2022-12-01T11:08:21.6054260Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6054495Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmax_cuda_float32 PASSED 2022-12-01T11:08:21.6054713Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.6054938Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_gather_cuda_float32 PASSED 2022-12-01T11:08:21.6055408Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6055699Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6055919Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_cuda_float32 XFAIL 2022-12-01T11:08:21.6056181Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6056469Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6056692Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_hstack_cuda_float32 PASSED 2022-12-01T11:08:21.6056910Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_i0_cuda_float32 PASSED 2022-12-01T11:08:21.6057191Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6057419Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_add_cuda_float32 PASSED 2022-12-01T11:08:21.6057736Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_copy_cuda_float32 PASSED 2022-12-01T11:08:21.6057965Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_cuda_float32 XFAIL 2022-12-01T11:08:21.6058196Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_reduce_cuda_float32 PASSED 2022-12-01T11:08:21.6058427Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.6058654Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_inner_cuda_float32 PASSED 2022-12-01T11:08:21.6058934Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6059215Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6059436Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_istft_cuda_float32 PASSED 2022-12-01T11:08:21.6059723Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6060023Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6060249Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_kthvalue_cuda_float32 PASSED 2022-12-01T11:08:21.6060469Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lerp_cuda_float32 PASSED 2022-12-01T11:08:21.6060693Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.6060924Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cross_cuda_float32 PASSED 2022-12-01T11:08:21.6061153Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.6061385Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:08:21.6061623Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:08:21.6061867Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:08:21.6062099Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6062397Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6062755Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6063026Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.6063980Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87175 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:08:21.6064232Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6064468Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6064714Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.6065012Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6065305Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6065541Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6065771Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_cuda_float32 PASSED 2022-12-01T11:08:21.6066090Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.6066323Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6066572Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:08:21.6066818Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.6067052Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.6067341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6067548Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log1p_cuda_float32 PASSED 2022-12-01T11:08:21.6067769Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log2_cuda_float32 PASSED 2022-12-01T11:08:21.6068012Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6068244Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp2_cuda_float32 PASSED 2022-12-01T11:08:21.6068480Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6068708Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logdet_cuda_float32 PASSED 2022-12-01T11:08:21.6068998Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6069221Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logit_cuda_float32 PASSED 2022-12-01T11:08:21.6069449Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6069744Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6069976Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.6070194Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mH_cuda_float32 PASSED 2022-12-01T11:08:21.6070411Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mT_cuda_float32 PASSED 2022-12-01T11:08:21.6070642Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.6070980Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6071232Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.6071498Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.6071720Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6071959Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.6072199Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6072431Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_median_cuda_float32 PASSED 2022-12-01T11:08:21.6072660Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6072904Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6073137Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_select_cuda_float32 XFAIL 2022-12-01T11:08:21.6073370Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6073604Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6073813Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.6074106Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6074329Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_var_cuda_float32 PASSED 2022-12-01T11:08:21.6074554Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.6074779Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_matrix_exp_cuda_float32 PASSED 2022-12-01T11:08:21.6075006Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6075248Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6075475Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_maximum_cuda_float32 PASSED 2022-12-01T11:08:21.6075680Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_median_cuda_float32 PASSED 2022-12-01T11:08:21.6075929Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6076187Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6076433Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6076659Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.6076885Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6077111Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.6077335Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_msort_cuda_float32 PASSED 2022-12-01T11:08:21.6077627Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6077827Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mv_cuda_float32 PASSED 2022-12-01T11:08:21.6078072Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:08:21.6078303Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nan_to_num_cuda_float32 PASSED 2022-12-01T11:08:21.6078530Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmean_cuda_float32 PASSED 2022-12-01T11:08:21.6078761Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanquantile_cuda_float32 PASSED 2022-12-01T11:08:21.6079039Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nansum_cuda_float32 PASSED 2022-12-01T11:08:21.6079291Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_batch_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6079567Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6079768Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6080054Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6080336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6080602Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6080867Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6081135Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6081401Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6081660Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6081912Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6082221Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.6082505Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:08:21.6082747Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.6082995Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:08:21.6083279Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6083573Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6083869Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6084133Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6084395Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.6084654Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:08:21.6084906Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6085167Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.6085425Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.6085675Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_ctc_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6085925Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6086196Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6086498Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6086804Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6087140Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6087421Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6087675Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:08:21.6087920Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:08:21.6088176Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6088439Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:08:21.6088707Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6088982Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6089230Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6089476Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6089701Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6089964Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.6090302Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6090563Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.6090805Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.6091071Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6091341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6091593Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6091849Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6092088Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6092340Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:08:21.6092584Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.6092832Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.6093084Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.6093349Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6093612Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6093871Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.6094158Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6094364Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_fro_cuda_float32 PASSED 2022-12-01T11:08:21.6094587Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_inf_cuda_float32 PASSED 2022-12-01T11:08:21.6094831Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6095378Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_number_mean_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6095791Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6096053Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6096282Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_outer_cuda_float32 PASSED 2022-12-01T11:08:21.6096516Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_pinverse_cuda_float32 PASSED 2022-12-01T11:08:21.6096765Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:08:21.6096966Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_pow_cuda_float32 PASSED 2022-12-01T11:08:21.6097190Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_put_cuda_float32 PASSED 2022-12-01T11:08:21.6097407Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6097633Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rad2deg_cuda_float32 PASSED 2022-12-01T11:08:21.6097918Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6098195Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6098508Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ravel_cuda_float32 PASSED 2022-12-01T11:08:21.6098731Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_real_cuda_float32 PASSED 2022-12-01T11:08:21.6098941Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6099165Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_renorm_cuda_float32 PASSED 2022-12-01T11:08:21.6099392Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_cuda_float32 PASSED 2022-12-01T11:08:21.6099623Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_as_cuda_float32 PASSED 2022-12-01T11:08:21.6099849Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6100130Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6100359Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6100585Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_roll_cuda_float32 PASSED 2022-12-01T11:08:21.6100808Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rot90_cuda_float32 PASSED 2022-12-01T11:08:21.6101031Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:08:21.6101271Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6101518Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_lengths_cuda_float32 PASSED 2022-12-01T11:08:21.6101741Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_cuda_float32 PASSED 2022-12-01T11:08:21.6101959Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sign_cuda_float32 PASSED 2022-12-01T11:08:21.6102178Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinc_cuda_float32 PASSED 2022-12-01T11:08:21.6102398Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinh_cuda_float32 PASSED 2022-12-01T11:08:21.6102646Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:08:21.6102923Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6103221Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6103566Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6103895Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6104404Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6104719Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6105035Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6105269Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1e_cuda_float32 PASSED 2022-12-01T11:08:21.6105583Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6105824Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6106109Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6106417Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6106791Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6107026Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6107263Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.6107579Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6107894Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6108416Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6108722Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6109013Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6109220Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_cuda_float32 PASSED 2022-12-01T11:08:21.6109443Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sqrt_cuda_float32 PASSED 2022-12-01T11:08:21.6109673Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_squeeze_cuda_float32 PASSED 2022-12-01T11:08:21.6109896Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6110113Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_cuda_float32 PASSED 2022-12-01T11:08:21.6110338Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6110558Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_stft_cuda_float32 PASSED 2022-12-01T11:08:21.6110791Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6110998Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_lowrank_cuda_float32 XFAIL 2022-12-01T11:08:21.6111217Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_t_cuda_float32 PASSED 2022-12-01T11:08:21.6111451Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_along_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6111747Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_cuda_float32 PASSED 2022-12-01T11:08:21.6111982Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tan_cuda_float32 PASSED 2022-12-01T11:08:21.6112201Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tanh_cuda_float32 PASSED 2022-12-01T11:08:21.6112431Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensor_split_cuda_float32 XFAIL 2022-12-01T11:08:21.6112660Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.6112903Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6113106Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trace_cuda_float32 PASSED 2022-12-01T11:08:21.6113336Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6113557Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.6113797Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_triangular_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6114016Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tril_cuda_float32 PASSED 2022-12-01T11:08:21.6114247Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_true_divide_cuda_float32 PASSED 2022-12-01T11:08:21.6114466Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.6114691Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unbind_cuda_float32 PASSED 2022-12-01T11:08:21.6114974Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.6115277Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6115497Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_cuda_float32 PASSED 2022-12-01T11:08:21.6115715Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.6115943Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6116166Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_vsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6116388Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_where_cuda_float32 PASSED 2022-12-01T11:08:21.6116607Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_xlogy_cuda_float32 PASSED 2022-12-01T11:08:21.6116808Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_zero__cuda_float32 PASSED 2022-12-01T11:08:21.6117045Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float32 PASSED 2022-12-01T11:08:21.6117275Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float32 PASSED 2022-12-01T11:08:21.6117519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float64 PASSED 2022-12-01T11:08:21.6117786Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6118047Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float64 PASSED 2022-12-01T11:08:21.6118286Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float32 PASSED 2022-12-01T11:08:21.6118524Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.6118789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6119007Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.6119249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float64 PASSED 2022-12-01T11:08:21.6119487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float32 PASSED 2022-12-01T11:08:21.6119766Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float32 PASSED 2022-12-01T11:08:21.6120016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float64 PASSED 2022-12-01T11:08:21.6120250Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float64 PASSED 2022-12-01T11:08:21.6120486Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.6120723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float64 PASSED 2022-12-01T11:08:21.6120956Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float32 PASSED 2022-12-01T11:08:21.6121174Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float64 PASSED 2022-12-01T11:08:21.6121412Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6121651Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float64 PASSED 2022-12-01T11:08:21.6121891Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float64 PASSED 2022-12-01T11:08:21.6122128Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float32 PASSED 2022-12-01T11:08:21.6122364Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float64 PASSED 2022-12-01T11:08:21.6122595Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float64 PASSED 2022-12-01T11:08:21.6122828Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float64 PASSED 2022-12-01T11:08:21.6123220Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6123456Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float32 PASSED 2022-12-01T11:08:21.6123684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float64 PASSED 2022-12-01T11:08:21.6123983Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6124278Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6124575Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6124868Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6125166Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6125453Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6125745Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6126025Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6126319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6126616Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6126863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float64 PASSED 2022-12-01T11:08:21.6127124Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float32 XFAIL 2022-12-01T11:08:21.6127359Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float32 PASSED 2022-12-01T11:08:21.6127596Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.6127880Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float64 PASSED 2022-12-01T11:08:21.6128131Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float64 PASSED 2022-12-01T11:08:21.6128346Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float32 PASSED 2022-12-01T11:08:21.6128580Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float64 PASSED 2022-12-01T11:08:21.6128823Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float64 PASSED 2022-12-01T11:08:21.6129072Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float64 PASSED 2022-12-01T11:08:21.6129319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float32 PASSED 2022-12-01T11:08:21.6129564Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float64 PASSED 2022-12-01T11:08:21.6129810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float64 PASSED 2022-12-01T11:08:21.6130092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6130335Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.6130561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float64 PASSED 2022-12-01T11:08:21.6130795Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.6131096Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float64 PASSED 2022-12-01T11:08:21.6131391Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6131681Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6131993Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6132255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6132515Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float64 PASSED 2022-12-01T11:08:21.6132763Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float64 PASSED 2022-12-01T11:08:21.6133046Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6133337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6133668Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6133926Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6134171Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float64 PASSED 2022-12-01T11:08:21.6134401Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float64 PASSED 2022-12-01T11:08:21.6134640Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float64 PASSED 2022-12-01T11:08:21.6134876Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float32 PASSED 2022-12-01T11:08:21.6135330Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float32 PASSED 2022-12-01T11:08:21.6135562Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float64 PASSED 2022-12-01T11:08:21.6135939Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6136243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6136571Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6136812Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float32 PASSED 2022-12-01T11:08:21.6137068Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:08:21.6137323Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float64 PASSED 2022-12-01T11:08:21.6137557Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float32 PASSED 2022-12-01T11:08:21.6137795Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float64 PASSED 2022-12-01T11:08:21.6138021Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.6138267Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float32 PASSED 2022-12-01T11:08:21.6138514Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6138760Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float64 PASSED 2022-12-01T11:08:21.6139001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float32 PASSED 2022-12-01T11:08:21.6139329Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float64 PASSED 2022-12-01T11:08:21.6139563Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float32 PASSED 2022-12-01T11:08:21.6139798Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float64 PASSED 2022-12-01T11:08:21.6140054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.6140288Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:08:21.6140536Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.6140781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float64 PASSED 2022-12-01T11:08:21.6141022Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float32 PASSED 2022-12-01T11:08:21.6141266Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float64 PASSED 2022-12-01T11:08:21.6141504Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float64 PASSED 2022-12-01T11:08:21.6141738Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float64 PASSED 2022-12-01T11:08:21.6141971Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float32 PASSED 2022-12-01T11:08:21.6142282Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6142559Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6142789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float32 PASSED 2022-12-01T11:08:21.6143020Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float64 PASSED 2022-12-01T11:08:21.6143260Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float32 PASSED 2022-12-01T11:08:21.6143498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float32 PASSED 2022-12-01T11:08:21.6143735Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float64 PASSED 2022-12-01T11:08:21.6144027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.6144306Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float64 PASSED 2022-12-01T11:08:21.6144522Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float32 PASSED 2022-12-01T11:08:21.6144818Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float64 PASSED 2022-12-01T11:08:21.6145070Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float64 PASSED 2022-12-01T11:08:21.6145316Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.6145558Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float64 PASSED 2022-12-01T11:08:21.6145814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float64 PASSED 2022-12-01T11:08:21.6146053Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float32 PASSED 2022-12-01T11:08:21.6146283Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float64 PASSED 2022-12-01T11:08:21.6146519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float64 PASSED 2022-12-01T11:08:21.6146726Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float32 PASSED 2022-12-01T11:08:21.6146958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float64 PASSED 2022-12-01T11:08:21.6147301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float64 PASSED 2022-12-01T11:08:21.6147561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6147823Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float64 PASSED 2022-12-01T11:08:21.6148080Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6148338Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float64 PASSED 2022-12-01T11:08:21.6148572Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6148798Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float64 PASSED 2022-12-01T11:08:21.6149018Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float32 PASSED 2022-12-01T11:08:21.6149304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6149539Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float64 PASSED 2022-12-01T11:08:21.6149775Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float32 PASSED 2022-12-01T11:08:21.6150073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6150371Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6150670Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6150901Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float32 PASSED 2022-12-01T11:08:21.6151128Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float64 PASSED 2022-12-01T11:08:21.6151346Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float32 PASSED 2022-12-01T11:08:21.6151580Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float64 PASSED 2022-12-01T11:08:21.6151817Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float64 PASSED 2022-12-01T11:08:21.6152107Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.6152351Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float64 PASSED 2022-12-01T11:08:21.6152592Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float32 PASSED 2022-12-01T11:08:21.6152829Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float32 PASSED 2022-12-01T11:08:21.6153065Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float64 PASSED 2022-12-01T11:08:21.6153360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6153630Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6153870Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float64 PASSED 2022-12-01T11:08:21.6154111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float32 PASSED 2022-12-01T11:08:21.6154353Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float32 PASSED 2022-12-01T11:08:21.6154601Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float64 PASSED 2022-12-01T11:08:21.6154842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6155080Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float64 PASSED 2022-12-01T11:08:21.6155390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6155613Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float64 PASSED 2022-12-01T11:08:21.6155855Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float64 PASSED 2022-12-01T11:08:21.6156096Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float64 PASSED 2022-12-01T11:08:21.6156347Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6156589Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float64 PASSED 2022-12-01T11:08:21.6156832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6157071Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:08:21.6157320Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6157558Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float64 PASSED 2022-12-01T11:08:21.6157782Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6158022Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float32 PASSED 2022-12-01T11:08:21.6158261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float64 PASSED 2022-12-01T11:08:21.6158498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float64 PASSED 2022-12-01T11:08:21.6158732Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6158966Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float64 PASSED 2022-12-01T11:08:21.6159208Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float32 PASSED 2022-12-01T11:08:21.6159439Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float64 PASSED 2022-12-01T11:08:21.6159680Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float64 PASSED 2022-12-01T11:08:21.6159948Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float64 PASSED 2022-12-01T11:08:21.6160199Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float32 PASSED 2022-12-01T11:08:21.6160445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float64 PASSED 2022-12-01T11:08:21.6160683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float32 PASSED 2022-12-01T11:08:21.6160919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float64 PASSED 2022-12-01T11:08:21.6161225Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6161461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float64 PASSED 2022-12-01T11:08:21.6161691Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float32 PASSED 2022-12-01T11:08:21.6161901Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float64 PASSED 2022-12-01T11:08:21.6162137Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float32 PASSED 2022-12-01T11:08:21.6162432Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6162719Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6163004Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6163303Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float32 PASSED 2022-12-01T11:08:21.6163581Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6163884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6164173Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6164410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float64 PASSED 2022-12-01T11:08:21.6164625Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float64 PASSED 2022-12-01T11:08:21.6164918Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6165218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6165467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float64 PASSED 2022-12-01T11:08:21.6165712Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float64 PASSED 2022-12-01T11:08:21.6165974Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float64 PASSED 2022-12-01T11:08:21.6166222Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float64 PASSED 2022-12-01T11:08:21.6166464Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.6166698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float64 PASSED 2022-12-01T11:08:21.6166969Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6167259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6167584Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6167934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6168244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6168532Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6168824Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6169116Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6169413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6169692Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6188304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6188623Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6188964Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6189312Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6189863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6190211Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6190537Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6190865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6191118Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float32 PASSED 2022-12-01T11:08:21.6191425Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6191664Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float64 PASSED 2022-12-01T11:08:21.6191915Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float64 PASSED 2022-12-01T11:08:21.6192169Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float32 PASSED 2022-12-01T11:08:21.6192427Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float32 PASSED 2022-12-01T11:08:21.6192693Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float64 PASSED 2022-12-01T11:08:21.6192950Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.6193227Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:08:21.6193496Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float64 PASSED 2022-12-01T11:08:21.6193759Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float64 PASSED 2022-12-01T11:08:21.6194031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:08:21.6194360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float64 PASSED 2022-12-01T11:08:21.6194625Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6194943Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6195262Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6195582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6195961Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6196208Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:08:21.6196461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float64 PASSED 2022-12-01T11:08:21.6196714Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.6197735Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88368 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:08:21.6198067Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float64 PASSED 2022-12-01T11:08:21.6198342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6198622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6199580Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float64 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86624 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:08:21.6199843Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float64 PASSED 2022-12-01T11:08:21.6200111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.6200422Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6200749Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6201062Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6201312Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6201557Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float64 PASSED 2022-12-01T11:08:21.6201783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float64 PASSED 2022-12-01T11:08:21.6202056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.6202319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float64 PASSED 2022-12-01T11:08:21.6202559Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6202856Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float64 PASSED 2022-12-01T11:08:21.6203124Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.6203373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6203638Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:08:21.6203864Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float32 PASSED 2022-12-01T11:08:21.6204126Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:08:21.6204385Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.6204635Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float64 PASSED 2022-12-01T11:08:21.6204885Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float32 PASSED 2022-12-01T11:08:21.6205127Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float64 PASSED 2022-12-01T11:08:21.6205429Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6205665Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float32 PASSED 2022-12-01T11:08:21.6205968Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float32 PASSED 2022-12-01T11:08:21.6206206Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6206468Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_dtype_cuda_float64 PASSED 2022-12-01T11:08:21.6206723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float32 PASSED 2022-12-01T11:08:21.6206966Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.6207216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6207521Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6207815Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6208112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6208409Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6208707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6208979Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6209215Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float32 PASSED 2022-12-01T11:08:21.6209510Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6209803Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6210049Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6210290Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float64 PASSED 2022-12-01T11:08:21.6210633Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6210972Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6211296Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6211528Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float64 PASSED 2022-12-01T11:08:21.6211742Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float64 PASSED 2022-12-01T11:08:21.6211972Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float32 PASSED 2022-12-01T11:08:21.6212218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.6212463Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float64 PASSED 2022-12-01T11:08:21.6212767Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6213062Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6213364Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6213614Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.6213927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float64 PASSED 2022-12-01T11:08:21.6214159Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float64 PASSED 2022-12-01T11:08:21.6214401Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6214661Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float64 PASSED 2022-12-01T11:08:21.6214898Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float64 PASSED 2022-12-01T11:08:21.6215387Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6215647Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float64 PASSED 2022-12-01T11:08:21.6215906Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6216151Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float64 XFAIL 2022-12-01T11:08:21.6216393Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6216620Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float64 PASSED 2022-12-01T11:08:21.6216871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float64 PASSED 2022-12-01T11:08:21.6217113Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.6217357Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float64 PASSED 2022-12-01T11:08:21.6217620Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6217865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float64 PASSED 2022-12-01T11:08:21.6218110Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6218371Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float64 PASSED 2022-12-01T11:08:21.6218668Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float64 PASSED 2022-12-01T11:08:21.6218922Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float32 PASSED 2022-12-01T11:08:21.6219159Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float64 PASSED 2022-12-01T11:08:21.6219427Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float64 PASSED 2022-12-01T11:08:21.6219697Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6219970Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float64 PASSED 2022-12-01T11:08:21.6220216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6220481Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float64 PASSED 2022-12-01T11:08:21.6220721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.6220935Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float64 PASSED 2022-12-01T11:08:21.6221168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float64 PASSED 2022-12-01T11:08:21.6221406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.6221639Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float64 PASSED 2022-12-01T11:08:21.6221974Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float64 PASSED 2022-12-01T11:08:21.6222282Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6222545Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:08:21.6222810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED 2022-12-01T11:08:21.6223066Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:08:21.6223290Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float32 PASSED 2022-12-01T11:08:21.6223529Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float64 PASSED 2022-12-01T11:08:21.6223770Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.6224021Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float64 PASSED 2022-12-01T11:08:21.6224323Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6224565Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float32 PASSED 2022-12-01T11:08:21.6224822Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float64 PASSED 2022-12-01T11:08:21.6225078Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6225367Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6225583Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6225812Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float64 PASSED 2022-12-01T11:08:21.6226113Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6226400Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6226757Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6227065Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6227352Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6227648Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6227941Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED 2022-12-01T11:08:21.6228222Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6228484Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6228762Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6229041Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED 2022-12-01T11:08:21.6229313Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED 2022-12-01T11:08:21.6229588Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED 2022-12-01T11:08:21.6229923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6230191Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float64 PASSED 2022-12-01T11:08:21.6230459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6230723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float64 PASSED 2022-12-01T11:08:21.6230992Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED 2022-12-01T11:08:21.6231276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED 2022-12-01T11:08:21.6231546Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float64 PASSED 2022-12-01T11:08:21.6231848Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED 2022-12-01T11:08:21.6232108Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:08:21.6232364Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float64 PASSED 2022-12-01T11:08:21.6232624Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:08:21.6232893Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float64 PASSED 2022-12-01T11:08:21.6233183Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float64 PASSED 2022-12-01T11:08:21.6233463Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6233720Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float64 PASSED 2022-12-01T11:08:21.6234012Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6234358Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6234659Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float64 PASSED 2022-12-01T11:08:21.6234966Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float64 PASSED 2022-12-01T11:08:21.6235275Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float64 PASSED 2022-12-01T11:08:21.6235551Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6235846Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6236138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Skipped!) 2022-12-01T11:08:21.6236432Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Skipped!) 2022-12-01T11:08:21.6236701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6236995Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Skipped!) 2022-12-01T11:08:21.6237275Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6237624Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.6237895Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float64 PASSED 2022-12-01T11:08:21.6238162Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float32 PASSED 2022-12-01T11:08:21.6238433Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float64 PASSED 2022-12-01T11:08:21.6238700Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float32 PASSED 2022-12-01T11:08:21.6238957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:08:21.6239228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float32 PASSED 2022-12-01T11:08:21.6239481Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:08:21.6239762Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float64 PASSED 2022-12-01T11:08:21.6240058Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED 2022-12-01T11:08:21.6240360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED 2022-12-01T11:08:21.6240640Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6240916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED 2022-12-01T11:08:21.6241197Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6241479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED 2022-12-01T11:08:21.6241753Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6242080Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6242353Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.6242614Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float64 PASSED 2022-12-01T11:08:21.6242881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6243151Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float64 PASSED 2022-12-01T11:08:21.6243424Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float64 PASSED 2022-12-01T11:08:21.6243687Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:08:21.6243947Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float64 PASSED 2022-12-01T11:08:21.6244216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6244494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:08:21.6244746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float64 PASSED 2022-12-01T11:08:21.6245027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:08:21.6245380Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float64 PASSED 2022-12-01T11:08:21.6245642Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.6245903Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float64 PASSED 2022-12-01T11:08:21.6246169Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6246440Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6246701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float64 PASSED 2022-12-01T11:08:21.6246961Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6247203Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float64 PASSED 2022-12-01T11:08:21.6247482Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6247762Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float64 PASSED 2022-12-01T11:08:21.6248029Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6248301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6248573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6248834Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6249098Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6249365Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6249604Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float64 PASSED 2022-12-01T11:08:21.6249932Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED 2022-12-01T11:08:21.6250219Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL 2022-12-01T11:08:21.6250486Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6250756Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float64 PASSED 2022-12-01T11:08:21.6251031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED 2022-12-01T11:08:21.6251299Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6251561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6251837Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6252114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float64 PASSED 2022-12-01T11:08:21.6252367Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6252649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6252931Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6253291Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6253553Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6253818Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6254085Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6254350Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float64 PASSED 2022-12-01T11:08:21.6254620Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.6254871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float64 PASSED 2022-12-01T11:08:21.6255390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:08:21.6255672Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float64 PASSED 2022-12-01T11:08:21.6255946Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float64 PASSED 2022-12-01T11:08:21.6256226Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:08:21.6256501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:08:21.6256770Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float64 PASSED 2022-12-01T11:08:21.6257027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float32 PASSED 2022-12-01T11:08:21.6257298Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6257569Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float64 PASSED 2022-12-01T11:08:21.6257826Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6258178Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6258457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.6258714Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float64 PASSED 2022-12-01T11:08:21.6258974Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float32 PASSED 2022-12-01T11:08:21.6259228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:08:21.6259487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float64 PASSED 2022-12-01T11:08:21.6259734Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:08:21.6259988Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float64 PASSED 2022-12-01T11:08:21.6260243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6260515Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6260782Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6261042Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float64 PASSED 2022-12-01T11:08:21.6261396Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6261665Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float64 PASSED 2022-12-01T11:08:21.6261932Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.6262201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float64 PASSED 2022-12-01T11:08:21.6262481Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6262761Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED 2022-12-01T11:08:21.6263025Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6263287Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float64 PASSED 2022-12-01T11:08:21.6263565Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6263834Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float64 PASSED 2022-12-01T11:08:21.6264113Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float64 PASSED 2022-12-01T11:08:21.6264410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6264644Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6264883Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float32 PASSED 2022-12-01T11:08:21.6265109Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float64 PASSED 2022-12-01T11:08:21.6265365Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6265727Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6266073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6266385Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6266676Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6266912Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float32 PASSED 2022-12-01T11:08:21.6267150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float64 PASSED 2022-12-01T11:08:21.6267390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float64 PASSED 2022-12-01T11:08:21.6267626Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float32 PASSED 2022-12-01T11:08:21.6267842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float64 PASSED 2022-12-01T11:08:21.6268110Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:08:21.6268374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float64 PASSED 2022-12-01T11:08:21.6268631Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float64 PASSED 2022-12-01T11:08:21.6268869Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float64 PASSED 2022-12-01T11:08:21.6269167Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float64 PASSED 2022-12-01T11:08:21.6269402Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6269632Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float64 PASSED 2022-12-01T11:08:21.6269863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6270090Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float32 PASSED 2022-12-01T11:08:21.6270331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float64 PASSED 2022-12-01T11:08:21.6270629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6270917Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6271153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float64 PASSED 2022-12-01T11:08:21.6271386Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float32 PASSED 2022-12-01T11:08:21.6271633Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float32 PASSED 2022-12-01T11:08:21.6271879Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6272102Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float32 PASSED 2022-12-01T11:08:21.6272343Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float64 PASSED 2022-12-01T11:08:21.6272599Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float64 PASSED 2022-12-01T11:08:21.6272844Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float32 PASSED 2022-12-01T11:08:21.6273090Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float64 PASSED 2022-12-01T11:08:21.6273331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6273627Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6273978Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6274282Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6274516Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float32 PASSED 2022-12-01T11:08:21.6274731Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float64 PASSED 2022-12-01T11:08:21.6274967Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float64 PASSED 2022-12-01T11:08:21.6275224Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float64 PASSED 2022-12-01T11:08:21.6275485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float64 PASSED 2022-12-01T11:08:21.6275721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float64 PASSED 2022-12-01T11:08:21.6275953Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.6276185Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float64 PASSED 2022-12-01T11:08:21.6276431Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.6276659Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float64 PASSED 2022-12-01T11:08:21.6276895Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float64 PASSED 2022-12-01T11:08:21.6277255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float64 PASSED 2022-12-01T11:08:21.6277532Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6277806Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float64 PASSED 2022-12-01T11:08:21.6278081Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6278357Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6278628Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float64 PASSED 2022-12-01T11:08:21.6278897Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6279150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float64 PASSED 2022-12-01T11:08:21.6279477Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6279754Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float32 PASSED 2022-12-01T11:08:21.6280009Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float64 PASSED 2022-12-01T11:08:21.6280275Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float64 PASSED 2022-12-01T11:08:21.6280518Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float32 PASSED 2022-12-01T11:08:21.6280829Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6281084Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6281336Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float64 PASSED 2022-12-01T11:08:21.6281629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6281881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float64 PASSED 2022-12-01T11:08:21.6282176Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float64 PASSED 2022-12-01T11:08:21.6282444Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float32 PASSED 2022-12-01T11:08:21.6282695Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float64 PASSED 2022-12-01T11:08:21.6282950Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6283221Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float64 PASSED 2022-12-01T11:08:21.6283471Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float32 PASSED 2022-12-01T11:08:21.6283716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float64 PASSED 2022-12-01T11:08:21.6283994Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) 2022-12-01T11:08:21.6284328Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6284654Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6284977Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6285301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6285742Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6286093Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6286446Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6287056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6287599Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6287868Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.6288111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float64 PASSED 2022-12-01T11:08:21.6288378Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float64 PASSED 2022-12-01T11:08:21.6288726Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6288984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float32 PASSED 2022-12-01T11:08:21.6289238Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float64 PASSED 2022-12-01T11:08:21.6289494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float64 PASSED 2022-12-01T11:08:21.6289842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6290195Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6290462Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6290840Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6291192Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6291531Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6291878Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6292144Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6292446Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.6292795Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6293145Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6293490Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6294065Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6294699Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6295506Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6296099Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6296661Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6296938Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float64 PASSED 2022-12-01T11:08:21.6297259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6297579Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6297830Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float64 PASSED 2022-12-01T11:08:21.6298093Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float64 PASSED 2022-12-01T11:08:21.6298337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float64 PASSED 2022-12-01T11:08:21.6298581Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float32 PASSED 2022-12-01T11:08:21.6298824Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float64 PASSED 2022-12-01T11:08:21.6299068Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float64 PASSED 2022-12-01T11:08:21.6299313Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float32 PASSED 2022-12-01T11:08:21.6299556Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float64 PASSED 2022-12-01T11:08:21.6299909Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float32 PASSED 2022-12-01T11:08:21.6300177Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float32 PASSED 2022-12-01T11:08:21.6300422Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float32 PASSED 2022-12-01T11:08:21.6300663Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float64 PASSED 2022-12-01T11:08:21.6300930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float64 PASSED 2022-12-01T11:08:21.6301163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float32 PASSED 2022-12-01T11:08:21.6301410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float64 PASSED 2022-12-01T11:08:21.6301656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float64 PASSED 2022-12-01T11:08:21.6301901Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float32 PASSED 2022-12-01T11:08:21.6302149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float64 PASSED 2022-12-01T11:08:21.6302412Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float64 PASSED 2022-12-01T11:08:21.6302665Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.6302919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float64 PASSED 2022-12-01T11:08:21.6303163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float32 PASSED 2022-12-01T11:08:21.6303490Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float32 XFAIL 2022-12-01T11:08:21.6303738Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float64 PASSED 2022-12-01T11:08:21.6303994Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.6304255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float64 PASSED 2022-12-01T11:08:21.6304513Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6304764Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.6305012Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float32 PASSED 2022-12-01T11:08:21.6305258Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float64 PASSED 2022-12-01T11:08:21.6305490Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float64 PASSED 2022-12-01T11:08:21.6305740Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.6305989Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float64 PASSED 2022-12-01T11:08:21.6306239Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float64 PASSED 2022-12-01T11:08:21.6306558Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6306889Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6307201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6307459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float32 PASSED 2022-12-01T11:08:21.6307709Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float64 PASSED 2022-12-01T11:08:21.6307956Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.6308204Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float32 PASSED 2022-12-01T11:08:21.6308506Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6308769Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float32 PASSED 2022-12-01T11:08:21.6309021Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float64 PASSED 2022-12-01T11:08:21.6309271Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float64 PASSED 2022-12-01T11:08:21.6309519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float32 PASSED 2022-12-01T11:08:21.6309771Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float64 PASSED 2022-12-01T11:08:21.6310018Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float32 PASSED 2022-12-01T11:08:21.6310318Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6310636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6310898Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6311135Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___radd___cuda_float32 PASSED 2022-12-01T11:08:21.6311382Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmatmul___cuda_float32 PASSED 2022-12-01T11:08:21.6311618Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.6311924Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rsub___cuda_float32 PASSED 2022-12-01T11:08:21.6312159Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_abs_cuda_float32 PASSED 2022-12-01T11:08:21.6312396Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.6312622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcdiv_cuda_float32 PASSED 2022-12-01T11:08:21.6312863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addr_cuda_float32 PASSED 2022-12-01T11:08:21.6313161Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_all_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6313398Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6313702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_aminmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6314011Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6314315Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argsort_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6314576Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6314815Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asin_cuda_float32 PASSED 2022-12-01T11:08:21.6315039Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.6315283Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_1d_cuda_float32 PASSED 2022-12-01T11:08:21.6315550Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bernoulli_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6315854Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6316101Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.6316334Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.6316633Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6316932Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_to_cuda_float32 PASSED 2022-12-01T11:08:21.6317257Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bucketize_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6317539Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6317780Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ceil_cuda_float32 PASSED 2022-12-01T11:08:21.6318083Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chalf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6318428Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6318685Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:08:21.6318933Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_min_cuda_float32 PASSED 2022-12-01T11:08:21.6319173Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clone_cuda_float32 PASSED 2022-12-01T11:08:21.6319421Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_column_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6319665Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_complex_cuda_float32 PASSED 2022-12-01T11:08:21.6319886Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_cuda_float32 PASSED 2022-12-01T11:08:21.6320135Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.6320458Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:08:21.6320708Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.6320951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_corrcoef_cuda_float32 PASSED 2022-12-01T11:08:21.6321191Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cos_cuda_float32 PASSED 2022-12-01T11:08:21.6321423Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cov_cuda_float32 PASSED 2022-12-01T11:08:21.6321667Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummax_cuda_float32 PASSED 2022-12-01T11:08:21.6321888Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_cuda_float32 PASSED 2022-12-01T11:08:21.6322133Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_embed_cuda_float32 PASSED 2022-12-01T11:08:21.6322375Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.6322636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6322871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diff_cuda_float32 PASSED 2022-12-01T11:08:21.6323112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_digamma_cuda_float32 PASSED 2022-12-01T11:08:21.6323371Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6323633Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6323876Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6324179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6324476Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_equal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6324715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erf_cuda_float32 PASSED 2022-12-01T11:08:21.6324951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp_cuda_float32 PASSED 2022-12-01T11:08:21.6325242Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eye_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6325521Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft_cuda_float32 PASSED 2022-12-01T11:08:21.6325775Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6326011Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6326223Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.6326461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6326697Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6326927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.6327156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6327380Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6327612Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flatten_cuda_float32 PASSED 2022-12-01T11:08:21.6327837Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flip_cuda_float32 PASSED 2022-12-01T11:08:21.6328124Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6328337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_cuda_float32 PASSED 2022-12-01T11:08:21.6328630Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_divide_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6328927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmod_cuda_float32 PASSED 2022-12-01T11:08:21.6329149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frac_cuda_float32 PASSED 2022-12-01T11:08:21.6329440Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_full_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6329674Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gather_cuda_float32 PASSED 2022-12-01T11:08:21.6329957Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ge_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6330243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_geqrf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6330530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6330838Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6331091Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmod___cuda_float32 PASSED 2022-12-01T11:08:21.6331333Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.6331573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rpow___cuda_float32 PASSED 2022-12-01T11:08:21.6331814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rsub___cuda_float32 PASSED 2022-12-01T11:08:21.6332057Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acos_cuda_float32 PASSED 2022-12-01T11:08:21.6332304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.6332551Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6332821Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:08:21.6333112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_arange_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6333461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6333781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argsort_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6334092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argwhere_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6334343Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.6334594Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan2_cuda_float32 PASSED 2022-12-01T11:08:21.6334846Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_baddbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6335497Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6335762Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.6336068Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6336368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6336630Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_to_cuda_float32 PASSED 2022-12-01T11:08:21.6337051Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6337319Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6337568Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cat_cuda_float32 PASSED 2022-12-01T11:08:21.6337872Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6338179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6338442Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:08:21.6338701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6338935Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_cuda_float32 PASSED 2022-12-01T11:08:21.6339178Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clone_cuda_float32 PASSED 2022-12-01T11:08:21.6339425Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_complex_cuda_float32 XFAIL 2022-12-01T11:08:21.6339691Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.6339941Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_corrcoef_cuda_float32 PASSED 2022-12-01T11:08:21.6340182Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cos_cuda_float32 PASSED 2022-12-01T11:08:21.6340425Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cosh_cuda_float32 PASSED 2022-12-01T11:08:21.6340672Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummax_cuda_float32 PASSED 2022-12-01T11:08:21.6340916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummin_cuda_float32 PASSED 2022-12-01T11:08:21.6341151Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_deg2rad_cuda_float32 PASSED 2022-12-01T11:08:21.6341406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_embed_cuda_float32 PASSED 2022-12-01T11:08:21.6341721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.6342006Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6342252Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6342500Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_cuda_float32 XFAIL 2022-12-01T11:08:21.6342788Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6343039Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dstack_cuda_float32 PASSED 2022-12-01T11:08:21.6343279Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_einsum_cuda_float32 PASSED 2022-12-01T11:08:21.6343570Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6343883Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6344182Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6344425Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erf_cuda_float32 PASSED 2022-12-01T11:08:21.6344669Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfc_cuda_float32 PASSED 2022-12-01T11:08:21.6344986Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.6345244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_as_cuda_float32 PASSED 2022-12-01T11:08:21.6345493Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_cuda_float32 PASSED 2022-12-01T11:08:21.6345744Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expm1_cuda_float32 PASSED 2022-12-01T11:08:21.6346025Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eye_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6346277Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft_cuda_float32 PASSED 2022-12-01T11:08:21.6346527Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6346781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.6347029Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6347277Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:08:21.6347522Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:08:21.6347770Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:08:21.6348022Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6348260Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6348505Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flip_cuda_float32 PASSED 2022-12-01T11:08:21.6348756Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fliplr_cuda_float32 PASSED 2022-12-01T11:08:21.6349092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6349348Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.6349707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_full_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6350020Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ge_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6350276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gradient_cuda_float32 PASSED 2022-12-01T11:08:21.6350613Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6350924Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_heaviside_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6351209Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_histc_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6351460Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hstack_cuda_float32 PASSED 2022-12-01T11:08:21.6351709Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.6352009Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igamma_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6352259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_add_cuda_float32 PASSED 2022-12-01T11:08:21.6352510Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_fill_cuda_float32 XFAIL 2022-12-01T11:08:21.6352829Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_cuda_float32 PASSED 2022-12-01T11:08:21.6353081Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_inner_cuda_float32 PASSED 2022-12-01T11:08:21.6353395Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isfinite_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6353698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6353984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6354289Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isposinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6354593Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isreal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6354920Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6355175Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kthvalue_cuda_float32 PASSED 2022-12-01T11:08:21.6355423Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ldexp_cuda_float32 PASSED 2022-12-01T11:08:21.6355717Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_le_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6355967Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.6356235Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:08:21.6356494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eig_cuda_float32 PASSED 2022-12-01T11:08:21.6356737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:08:21.6356999Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvals_cuda_float32 PASSED 2022-12-01T11:08:21.6357310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cuda_float32 PASSED 2022-12-01T11:08:21.6357608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_householder_product_cuda_float32 PASSED 2022-12-01T11:08:21.6357865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_cuda_float32 PASSED 2022-12-01T11:08:21.6358127Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6358448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6358771Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6359082Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6359345Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.6359608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cuda_float32 XFAIL 2022-12-01T11:08:21.6359873Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6360132Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6360487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:08:21.6360760Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.6361118Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6361374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6361638Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.6361898Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6362153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:08:21.6362418Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6362724Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6362972Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log10_cuda_float32 PASSED 2022-12-01T11:08:21.6363230Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp2_cuda_float32 PASSED 2022-12-01T11:08:21.6363540Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_and_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6363849Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_not_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6364158Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_xor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6364467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6364766Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6365135Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6365448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6365691Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_cuda_float32 XFAIL 2022-12-01T11:08:21.6365934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mT_cuda_float32 PASSED 2022-12-01T11:08:21.6366193Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.6366448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6366712Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumprod_cuda_float32 XFAIL 2022-12-01T11:08:21.6366967Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_cuda_float32 XFAIL 2022-12-01T11:08:21.6367256Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.6367504Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6367763Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_median_cuda_float32 PASSED 2022-12-01T11:08:21.6368087Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6368344Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6368597Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_scatter_cuda_float32 XFAIL 2022-12-01T11:08:21.6368859Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_select_cuda_float32 PASSED 2022-12-01T11:08:21.6369122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6369385Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6369636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.6369874Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_var_cuda_float32 PASSED 2022-12-01T11:08:21.6370128Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.6370378Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6370646Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6370919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6371171Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_maximum_cuda_float32 PASSED 2022-12-01T11:08:21.6371417Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_median_cuda_float32 PASSED 2022-12-01T11:08:21.6371692Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6371948Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6372188Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mm_cuda_float32 PASSED 2022-12-01T11:08:21.6372415Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6372715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_msort_cuda_float32 PASSED 2022-12-01T11:08:21.6373001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:08:21.6373255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.6373502Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nansum_cuda_float32 XFAIL 2022-12-01T11:08:21.6373747Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_cuda_float32 PASSED 2022-12-01T11:08:21.6374012Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_batch_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6374335Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_layer_norm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6374639Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ne_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6374929Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6375458Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6375760Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6376049Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6376439Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6376732Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6377009Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6377275Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6377546Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6377835Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL 2022-12-01T11:08:21.6378093Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cuda_float32 XFAIL 2022-12-01T11:08:21.6378381Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.6378686Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:08:21.6378958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:08:21.6379259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6379548Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6379838Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6380132Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6380457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6380820Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6381111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6381398Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6381663Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:08:21.6381998Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6382289Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6382618Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6382903Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6383170Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.6383449Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6383725Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:08:21.6384054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6384347Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6384641Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.6384934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6385202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.6385466Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6385737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6386011Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6386286Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6386571Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6386850Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6387119Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6387395Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cuda_float32 XFAIL 2022-12-01T11:08:21.6387694Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6387980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6388262Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 XFAIL 2022-12-01T11:08:21.6388582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6388882Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6389155Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6389411Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6389696Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.6389970Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:08:21.6390251Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:08:21.6390576Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6390856Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6391140Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6391422Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6391802Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.6392073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6392345Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6392613Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:08:21.6392884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6393168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6393441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.6393707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.6393980Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6394270Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6394578Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6394847Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6395084Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_fro_cuda_float32 PASSED 2022-12-01T11:08:21.6395386Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6395710Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_number_mean_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6396178Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6396442Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_outer_cuda_float32 PASSED 2022-12-01T11:08:21.6396686Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polar_cuda_float32 XFAIL 2022-12-01T11:08:21.6396962Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:08:21.6397231Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:08:21.6397482Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pow_cuda_float32 PASSED 2022-12-01T11:08:21.6397733Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6397956Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6398211Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_quantile_cuda_float32 XFAIL 2022-12-01T11:08:21.6398458Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rad2deg_cuda_float32 PASSED 2022-12-01T11:08:21.6398765Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6399006Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_real_cuda_float32 PASSED 2022-12-01T11:08:21.6399259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6399581Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_cuda_float32 PASSED 2022-12-01T11:08:21.6399850Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:08:21.6400109Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_as_cuda_float32 PASSED 2022-12-01T11:08:21.6400349Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6400611Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:08:21.6400874Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:08:21.6401130Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.6401400Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cuda_float32 XFAIL 2022-12-01T11:08:21.6401664Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cuda_float32 XFAIL 2022-12-01T11:08:21.6401986Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6402305Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_searchsorted_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6402629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6402862Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_cuda_float32 PASSED 2022-12-01T11:08:21.6403161Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6403501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6403752Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6404045Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sign_cuda_float32 PASSED 2022-12-01T11:08:21.6404368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signbit_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6404617Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinc_cuda_float32 PASSED 2022-12-01T11:08:21.6404864Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_cuda_float32 PASSED 2022-12-01T11:08:21.6405123Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6405378Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6405601Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sort_cuda_float32 PASSED 2022-12-01T11:08:21.6405923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6406231Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6406548Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6406854Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6407254Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6407862Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6408390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6408655Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.6408918Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_erfcx_cuda_float32 PASSED 2022-12-01T11:08:21.6409253Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6409498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i0e_cuda_float32 PASSED 2022-12-01T11:08:21.6409832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6410368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6410702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6411032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6411363Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6411622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6411885Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.6412479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6412743Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_cuda_float32 PASSED 2022-12-01T11:08:21.6413006Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:08:21.6413235Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sqrt_cuda_float32 PASSED 2022-12-01T11:08:21.6413489Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_square_cuda_float32 PASSED 2022-12-01T11:08:21.6413734Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sub_cuda_float32 PASSED 2022-12-01T11:08:21.6413977Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_cuda_float32 PASSED 2022-12-01T11:08:21.6414255Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_lowrank_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6414560Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_symeig_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6414819Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_along_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6415061Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_cuda_float32 XFAIL 2022-12-01T11:08:21.6415544Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tan_cuda_float32 PASSED 2022-12-01T11:08:21.6415873Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tanh_cuda_float32 PASSED 2022-12-01T11:08:21.6416124Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tile_cuda_float32 PASSED 2022-12-01T11:08:21.6416370Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_topk_cuda_float32 PASSED 2022-12-01T11:08:21.6416629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6416894Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triangular_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6417134Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tril_cuda_float32 PASSED 2022-12-01T11:08:21.6417370Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triu_cuda_float32 PASSED 2022-12-01T11:08:21.6417627Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_true_divide_cuda_float32 PASSED 2022-12-01T11:08:21.6417868Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.6418177Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_uniform_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6418500Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_consecutive_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6418753Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unsqueeze_cuda_float32 PASSED 2022-12-01T11:08:21.6418995Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_cuda_float32 PASSED 2022-12-01T11:08:21.6419247Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6419491Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vstack_cuda_float32 PASSED 2022-12-01T11:08:21.6419740Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_where_cuda_float32 PASSED 2022-12-01T11:08:21.6419975Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_xlogy_cuda_float32 PASSED 2022-12-01T11:08:21.6420218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zero__cuda_float32 PASSED 2022-12-01T11:08:21.6420569Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6420882Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_heaviside_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6421114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6421344Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.6421635Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igamma_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6421924Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igammac_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6422160Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6422396Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_cuda_float32 PASSED 2022-12-01T11:08:21.6422643Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6422921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_reduce_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6423160Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.6423389Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_inner_cuda_float32 PASSED 2022-12-01T11:08:21.6423778Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6424068Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6424361Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isneginf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6424591Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ldexp_cuda_float32 PASSED 2022-12-01T11:08:21.6424870Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_le_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6425099Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lerp_cuda_float32 PASSED 2022-12-01T11:08:21.6425310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.6425544Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cond_cuda_float32 PASSED 2022-12-01T11:08:21.6425779Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.6426026Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:08:21.6426256Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_cuda_float32 PASSED 2022-12-01T11:08:21.6426495Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6426799Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6427092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6427350Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.6427577Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6427822Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6428133Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6428441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.6428790Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6429025Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6429264Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.6429499Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6429741Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6429958Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svd_cuda_float32 PASSED 2022-12-01T11:08:21.6430203Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:08:21.6430451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.6430687Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.6430930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6431156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log1p_cuda_float32 PASSED 2022-12-01T11:08:21.6431383Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log2_cuda_float32 PASSED 2022-12-01T11:08:21.6431674Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_cuda_float32 PASSED 2022-12-01T11:08:21.6431893Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6432193Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logcumsumexp_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6432494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_and_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6432789Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_xor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6433016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logit_cuda_float32 PASSED 2022-12-01T11:08:21.6433248Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6433530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6433853Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6434132Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6434359Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_cuda_float32 PASSED 2022-12-01T11:08:21.6434575Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6434795Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mH_cuda_float32 PASSED 2022-12-01T11:08:21.6435016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mT_cuda_float32 PASSED 2022-12-01T11:08:21.6435310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6435608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6435877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.6436121Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6436416Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.6436655Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_median_cuda_float32 PASSED 2022-12-01T11:08:21.6436898Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6437133Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_select_cuda_float32 PASSED 2022-12-01T11:08:21.6437373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6437611Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.6437842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_var_cuda_float32 PASSED 2022-12-01T11:08:21.6438071Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_maximum_cuda_float32 PASSED 2022-12-01T11:08:21.6438329Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6438579Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6438793Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.6439014Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mm_cuda_float32 PASSED 2022-12-01T11:08:21.6439242Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6439470Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.6439835Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_multinomial_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6440087Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:08:21.6440334Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:08:21.6440578Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:08:21.6440809Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmean_cuda_float32 PASSED 2022-12-01T11:08:21.6441027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.6441321Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_copy_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6441549Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_cuda_float32 PASSED 2022-12-01T11:08:21.6441832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ne_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6442057Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6442343Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6442644Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_strided_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6442931Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nextafter_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6443229Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6443483Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6443757Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6444024Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6444280Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6444606Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6444969Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL 2022-12-01T11:08:21.6445229Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6445498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.6445790Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:08:21.6446035Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6446322Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6446607Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6446886Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6447169Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6447440Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6447823Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6448123Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6448389Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6448664Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.6448908Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:08:21.6449168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:08:21.6449435Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.6449746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6450020Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6450290Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6450597Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6450905Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6451175Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6451405Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.6451659Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:08:21.6451971Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6452228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6452533Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6452802Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardtanh_cuda_float32 PASSED 2022-12-01T11:08:21.6453073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hinge_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6453326Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6453602Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:08:21.6453878Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6454137Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6454391Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6454642Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6454908Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6455403Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6455670Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6456049Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6456316Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.6456588Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.6456843Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6457093Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.6457342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6457606Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6457930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6458187Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.6458443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:08:21.6458708Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:08:21.6458974Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6459220Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6459471Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.6459714Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:08:21.6459963Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6460206Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:08:21.6460467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_soft_margin_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6460794Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6461071Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6461326Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.6461575Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6461833Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6462101Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6462368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.6462659Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6462890Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_fro_cuda_float32 PASSED 2022-12-01T11:08:21.6463192Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_number_mean_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6463455Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6463739Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ormqr_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6464013Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_outer_cuda_float32 PASSED 2022-12-01T11:08:21.6464270Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pca_lowrank_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6464499Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_permute_cuda_float32 PASSED 2022-12-01T11:08:21.6464737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pinverse_cuda_float32 PASSED 2022-12-01T11:08:21.6464989Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:08:21.6465215Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6465446Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_quantile_cuda_float32 XFAIL 2022-12-01T11:08:21.6465737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rand_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6466036Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randint_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6466259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reciprocal_cuda_float32 PASSED 2022-12-01T11:08:21.6466493Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6466778Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_renorm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6467010Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_cuda_float32 PASSED 2022-12-01T11:08:21.6467243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_as_cuda_float32 PASSED 2022-12-01T11:08:21.6467472Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6467699Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_cuda_float32 PASSED 2022-12-01T11:08:21.6467951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:08:21.6468249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_searchsorted_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6468589Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6468845Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6469072Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sgn_cuda_float32 PASSED 2022-12-01T11:08:21.6469360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signbit_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6469585Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sin_cuda_float32 PASSED 2022-12-01T11:08:21.6469824Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6470056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6470301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6470609Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6470896Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_airy_ai_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6471194Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6471485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6471808Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6472200Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6472756Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6473252Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6473494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.6473736Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_erfcx_cuda_float32 PASSED 2022-12-01T11:08:21.6473971Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1_cuda_float32 PASSED 2022-12-01T11:08:21.6474191Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1e_cuda_float32 PASSED 2022-12-01T11:08:21.6474509Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6474824Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6475134Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6475441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6475719Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.6476042Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6476361Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6476939Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6477463Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6477707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_list_args_cuda_float32 PASSED 2022-12-01T11:08:21.6477916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sqrt_cuda_float32 PASSED 2022-12-01T11:08:21.6478146Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_squeeze_cuda_float32 PASSED 2022-12-01T11:08:21.6478373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_cuda_float32 PASSED 2022-12-01T11:08:21.6478605Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6478828Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6479089Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_lowrank_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6479311Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_t_cuda_float32 PASSED 2022-12-01T11:08:21.6479548Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensor_split_cuda_float32 XFAIL 2022-12-01T11:08:21.6479764Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.6480004Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6480302Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trace_cuda_float32 PASSED 2022-12-01T11:08:21.6480537Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.6480771Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6481001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.6481232Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tril_cuda_float32 PASSED 2022-12-01T11:08:21.6481451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triu_cuda_float32 PASSED 2022-12-01T11:08:21.6481661Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.6481889Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unbind_cuda_float32 PASSED 2022-12-01T11:08:21.6482111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6482423Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_consecutive_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6482657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unsqueeze_cuda_float32 PASSED 2022-12-01T11:08:21.6482885Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6483113Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.6483355Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_complex_cuda_float32 XFAIL 2022-12-01T11:08:21.6483585Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6483799Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6484023Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zero__cuda_float32 PASSED 2022-12-01T11:08:21.6484313Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T11:08:21.6484539Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_T_cuda_float32 PASSED 2022-12-01T11:08:21.6484788Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6485017Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___radd___cuda_float32 PASSED 2022-12-01T11:08:21.6485292Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.6485534Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.6485744Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rsub___cuda_float32 PASSED 2022-12-01T11:08:21.6485971Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_abs_cuda_float32 PASSED 2022-12-01T11:08:21.6486197Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acos_cuda_float32 PASSED 2022-12-01T11:08:21.6486431Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.6486660Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_cuda_float32 PASSED 2022-12-01T11:08:21.6486949Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6487178Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6487459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6487742Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6488008Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6488294Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6488612Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_scatter_cuda_float32 XFAIL 2022-12-01T11:08:21.6488839Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asin_cuda_float32 PASSED 2022-12-01T11:08:21.6489072Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.6489299Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan2_cuda_float32 PASSED 2022-12-01T11:08:21.6489521Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan_cuda_float32 PASSED 2022-12-01T11:08:21.6489776Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6490025Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6490238Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_baddbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6490473Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bernoulli_cuda_float32 XFAIL 2022-12-01T11:08:21.6490744Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6490978Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.6491200Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.6491484Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6491785Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6492062Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6492377Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6492607Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6492834Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ceil_cuda_float32 PASSED 2022-12-01T11:08:21.6493114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6493479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6493727Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_cuda_float32 XFAIL 2022-12-01T11:08:21.6493970Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_inverse_cuda_float32 PASSED 2022-12-01T11:08:21.6494198Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chunk_cuda_float32 PASSED 2022-12-01T11:08:21.6494422Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_cuda_float32 PASSED 2022-12-01T11:08:21.6494660Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.6494863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clone_cuda_float32 PASSED 2022-12-01T11:08:21.6495297Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_complex_cuda_float32 PASSED 2022-12-01T11:08:21.6495555Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.6495783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cos_cuda_float32 PASSED 2022-12-01T11:08:21.6496033Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cov_cuda_float32 PASSED 2022-12-01T11:08:21.6496266Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummax_cuda_float32 PASSED 2022-12-01T11:08:21.6496494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummin_cuda_float32 PASSED 2022-12-01T11:08:21.6496728Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_deg2rad_cuda_float32 PASSED 2022-12-01T11:08:21.6497047Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_embed_cuda_float32 PASSED 2022-12-01T11:08:21.6497282Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_cuda_float32 PASSED 2022-12-01T11:08:21.6497602Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diff_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6497834Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_digamma_cuda_float32 PASSED 2022-12-01T11:08:21.6498063Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dist_cuda_float32 PASSED 2022-12-01T11:08:21.6498312Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6498564Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6498794Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6499086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6499295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erf_cuda_float32 PASSED 2022-12-01T11:08:21.6499520Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfc_cuda_float32 PASSED 2022-12-01T11:08:21.6499746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.6499969Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp_cuda_float32 PASSED 2022-12-01T11:08:21.6500196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_cuda_float32 PASSED 2022-12-01T11:08:21.6500423Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expm1_cuda_float32 PASSED 2022-12-01T11:08:21.6500653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft2_cuda_float32 PASSED 2022-12-01T11:08:21.6500887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft2_cuda_float32 PASSED 2022-12-01T11:08:21.6501102Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft_cuda_float32 PASSED 2022-12-01T11:08:21.6501339Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftn_cuda_float32 PASSED 2022-12-01T11:08:21.6501578Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6501878Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6502129Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6502362Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.6502592Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6502821Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6503039Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flatten_cuda_float32 PASSED 2022-12-01T11:08:21.6503265Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flip_cuda_float32 PASSED 2022-12-01T11:08:21.6503493Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fliplr_cuda_float32 PASSED 2022-12-01T11:08:21.6503715Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flipud_cuda_float32 PASSED 2022-12-01T11:08:21.6503942Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_cuda_float32 XFAIL 2022-12-01T11:08:21.6504207Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6504446Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.6504736Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6504961Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmax_cuda_float32 PASSED 2022-12-01T11:08:21.6505251Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.6505475Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmod_cuda_float32 PASSED 2022-12-01T11:08:21.6505693Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frac_cuda_float32 PASSED 2022-12-01T11:08:21.6505924Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frexp_cuda_float32 PASSED 2022-12-01T11:08:21.6506210Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6506487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6506764Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6506986Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_i0_cuda_float32 PASSED 2022-12-01T11:08:21.6507225Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_copy_cuda_float32 PASSED 2022-12-01T11:08:21.6507442Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6507675Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_cuda_float32 PASSED 2022-12-01T11:08:21.6507925Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6508161Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_reduce_cuda_float32 XFAIL 2022-12-01T11:08:21.6508398Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.6508622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_inner_cuda_float32 PASSED 2022-12-01T11:08:21.6508936Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6509225Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6509493Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6509826Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6510129Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6510413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6510733Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6511047Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6511304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kron_cuda_float32 PASSED 2022-12-01T11:08:21.6511716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ldexp_cuda_float32 PASSED 2022-12-01T11:08:21.6512210Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6512480Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.6512697Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eig_cuda_float32 XFAIL 2022-12-01T11:08:21.6513001Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6513299Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6513654Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6513915Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.6514881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86733 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:08:21.6515134Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6515387Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.6515689Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6516003Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6516330Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_multi_dot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6516555Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6516813Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.6517055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6517375Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6517620Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svdvals_cuda_float32 PASSED 2022-12-01T11:08:21.6517864Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:08:21.6518112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.6518335Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_cuda_float32 PASSED 2022-12-01T11:08:21.6518662Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6518906Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6519148Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logcumsumexp_cuda_float32 XFAIL 2022-12-01T11:08:21.6519439Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6519727Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6519966Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6520196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6520427Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.6520652Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mH_cuda_float32 PASSED 2022-12-01T11:08:21.6520871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6521112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.6521352Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.6521582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6521923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.6522175Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6522423Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6522660Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6522902Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6523122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_select_cuda_float32 PASSED 2022-12-01T11:08:21.6523359Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.6523592Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6523824Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.6524056Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6524307Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6524585Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_list_of_tensors_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6524865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6525114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6525322Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mm_cuda_float32 PASSED 2022-12-01T11:08:21.6525553Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.6525780Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mv_cuda_float32 PASSED 2022-12-01T11:08:21.6526031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 XFAIL 2022-12-01T11:08:21.6526274Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 XFAIL 2022-12-01T11:08:21.6526504Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmean_cuda_float32 PASSED 2022-12-01T11:08:21.6526785Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.6527035Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nansum_cuda_float32 PASSED 2022-12-01T11:08:21.6527311Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6527555Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_batch_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6527821Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_layer_norm_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6528105Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6528330Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6528622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6528908Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6529190Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6529477Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6529747Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6530084Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6530360Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6530636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6530900Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6531161Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6531434Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL 2022-12-01T11:08:21.6531707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_bilinear_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6531976Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cuda_float32 XFAIL 2022-12-01T11:08:21.6532223Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.6532456Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:08:21.6532721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6533004Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6533302Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6533568Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:08:21.6533842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6534109Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.6534358Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6534664Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout3d_cuda_float32 XFAIL 2022-12-01T11:08:21.6534907Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_elu_cuda_float32 PASSED 2022-12-01T11:08:21.6535493Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_bag_cuda_float32 XFAIL 2022-12-01T11:08:21.6535780Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6536053Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL 2022-12-01T11:08:21.6536323Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6536572Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:08:21.6536841Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6537098Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_huber_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6537369Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:08:21.6537622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.6537872Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.6538249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6538523Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6538781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_logsigmoid_cuda_float32 XFAIL 2022-12-01T11:08:21.6539036Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6539380Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6539643Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6539910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.6540152Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6540426Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED 2022-12-01T11:08:21.6540674Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.6540926Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6541195Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6541467Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6541725Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6541984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.6542234Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pdist_cuda_float32 XFAIL 2022-12-01T11:08:21.6542480Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6542746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6543063Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.6543328Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6543578Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:08:21.6543825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_silu_cuda_float32 PASSED 2022-12-01T11:08:21.6544090Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_soft_margin_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6544348Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6544610Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6544847Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.6545105Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6545363Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.6545631Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6545920Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6546189Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6546494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_nuc_cuda_float32 PASSED 2022-12-01T11:08:21.6546780Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6547074Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6547340Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6547572Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_outer_cuda_float32 PASSED 2022-12-01T11:08:21.6547809Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pca_lowrank_cuda_float32 XFAIL 2022-12-01T11:08:21.6548040Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_permute_cuda_float32 PASSED 2022-12-01T11:08:21.6548276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pinverse_cuda_float32 PASSED 2022-12-01T11:08:21.6548529Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.6548777Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:08:21.6549007Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_positive_cuda_float32 PASSED 2022-12-01T11:08:21.6549233Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pow_cuda_float32 PASSED 2022-12-01T11:08:21.6549443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6549666Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_put_cuda_float32 PASSED 2022-12-01T11:08:21.6549894Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_quantile_cuda_float32 XFAIL 2022-12-01T11:08:21.6550116Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rad2deg_cuda_float32 PASSED 2022-12-01T11:08:21.6550412Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6550701Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6550927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ravel_cuda_float32 PASSED 2022-12-01T11:08:21.6551203Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_real_cuda_float32 PASSED 2022-12-01T11:08:21.6551438Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reciprocal_cuda_float32 PASSED 2022-12-01T11:08:21.6551678Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6551909Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_renorm_cuda_float32 XFAIL 2022-12-01T11:08:21.6552138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6552430Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6552657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rot90_cuda_float32 PASSED 2022-12-01T11:08:21.6552902Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:08:21.6553149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:08:21.6553377Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsqrt_cuda_float32 PASSED 2022-12-01T11:08:21.6553592Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.6553841Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6554086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_prod_cuda_float32 XFAIL 2022-12-01T11:08:21.6554331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6554655Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_offsets_cuda_float32 XFAIL 2022-12-01T11:08:21.6554886Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_cuda_float32 PASSED 2022-12-01T11:08:21.6555211Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6555444Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6555668Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sin_cuda_float32 PASSED 2022-12-01T11:08:21.6555877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinc_cuda_float32 PASSED 2022-12-01T11:08:21.6556116Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6556346Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6556601Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:08:21.6556896Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6557195Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6557515Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6557832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6558071Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_erfcx_cuda_float32 PASSED 2022-12-01T11:08:21.6558370Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6558618Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_log_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6558928Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6559223Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6559559Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6560097Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6560342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:08:21.6560574Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_cuda_float32 PASSED 2022-12-01T11:08:21.6560805Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_squeeze_cuda_float32 PASSED 2022-12-01T11:08:21.6561038Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6561254Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_to_size_cuda_float32 PASSED 2022-12-01T11:08:21.6561494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_lowrank_cuda_float32 XFAIL 2022-12-01T11:08:21.6561716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_t_cuda_float32 PASSED 2022-12-01T11:08:21.6561954Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_along_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6562175Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tan_cuda_float32 PASSED 2022-12-01T11:08:21.6562402Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tanh_cuda_float32 PASSED 2022-12-01T11:08:21.6562721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensor_split_cuda_float32 XFAIL 2022-12-01T11:08:21.6562956Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.6563163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tile_cuda_float32 PASSED 2022-12-01T11:08:21.6563387Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_cuda_float32 XFAIL 2022-12-01T11:08:21.6563616Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trace_cuda_float32 PASSED 2022-12-01T11:08:21.6563851Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.6564081Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.6564303Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triu_cuda_float32 PASSED 2022-12-01T11:08:21.6564536Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_true_divide_cuda_float32 PASSED 2022-12-01T11:08:21.6564763Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.6565061Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unbind_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6565296Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.6565584Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6565808Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_cuda_float32 PASSED 2022-12-01T11:08:21.6566036Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6566264Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6566490Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_xlogy_cuda_float32 PASSED 2022-12-01T11:08:21.6566779Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6567067Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6567269Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_H_cuda_float32 PASSED 2022-12-01T11:08:21.6567535Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_T_cuda_float32 PASSED 2022-12-01T11:08:21.6567778Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___cuda_float32 XFAIL 2022-12-01T11:08:21.6568002Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___radd___cuda_float32 PASSED 2022-12-01T11:08:21.6568224Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.6568451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmatmul___cuda_float32 PASSED 2022-12-01T11:08:21.6568674Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.6568887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rsub___cuda_float32 PASSED 2022-12-01T11:08:21.6569091Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.6569313Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6569539Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcdiv_cuda_float32 PASSED 2022-12-01T11:08:21.6569758Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.6569977Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_cuda_float32 PASSED 2022-12-01T11:08:21.6570259Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6570539Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6570886Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6571126Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_scatter_cuda_float32 XFAIL 2022-12-01T11:08:21.6571328Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_asin_cuda_float32 PASSED 2022-12-01T11:08:21.6571551Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan_cuda_float32 PASSED 2022-12-01T11:08:21.6571778Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_1d_cuda_float32 PASSED 2022-12-01T11:08:21.6572005Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_3d_cuda_float32 PASSED 2022-12-01T11:08:21.6572227Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_baddbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6572492Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6572722Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_block_diag_cuda_float32 PASSED 2022-12-01T11:08:21.6572939Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.6573196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6573485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6573797Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6574016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cat_cuda_float32 PASSED 2022-12-01T11:08:21.6574233Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ceil_cuda_float32 PASSED 2022-12-01T11:08:21.6574453Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_chalf_cuda_float32 XFAIL 2022-12-01T11:08:21.6574764Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6574996Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_cuda_float32 PASSED 2022-12-01T11:08:21.6575452Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.6575667Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clone_cuda_float32 PASSED 2022-12-01T11:08:21.6575978Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_complex_cuda_float32 PASSED 2022-12-01T11:08:21.6576212Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_cuda_float32 PASSED 2022-12-01T11:08:21.6576445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.6576672Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_copysign_cuda_float32 PASSED 2022-12-01T11:08:21.6576898Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_corrcoef_cuda_float32 PASSED 2022-12-01T11:08:21.6577122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cosh_cuda_float32 PASSED 2022-12-01T11:08:21.6577413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6577636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.6577838Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_deg2rad_cuda_float32 PASSED 2022-12-01T11:08:21.6578063Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagflat_cuda_float32 PASSED 2022-12-01T11:08:21.6578301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6578516Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diff_cuda_float32 PASSED 2022-12-01T11:08:21.6578755Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6578994Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6579302Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6579527Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6579794Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6580073Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6580295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.6580520Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft2_cuda_float32 PASSED 2022-12-01T11:08:21.6580743Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft_cuda_float32 PASSED 2022-12-01T11:08:21.6580973Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6581204Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6581433Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.6581653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6581855Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft_cuda_float32 PASSED 2022-12-01T11:08:21.6582084Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6582308Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:08:21.6582531Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6582750Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.6582966Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6583186Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6583406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_flip_cuda_float32 PASSED 2022-12-01T11:08:21.6583610Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fliplr_cuda_float32 PASSED 2022-12-01T11:08:21.6583832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_flipud_cuda_float32 PASSED 2022-12-01T11:08:21.6584112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.6584347Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_cuda_float32 PASSED 2022-12-01T11:08:21.6584567Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmax_cuda_float32 PASSED 2022-12-01T11:08:21.6584784Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.6584999Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmod_cuda_float32 PASSED 2022-12-01T11:08:21.6585224Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_gather_cuda_float32 PASSED 2022-12-01T11:08:21.6585480Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6585757Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6586027Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6586244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_cuda_float32 XFAIL 2022-12-01T11:08:21.6586481Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_H_cuda_float32 PASSED 2022-12-01T11:08:21.6586728Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___cuda_float32 XFAIL 2022-12-01T11:08:21.6586993Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6587308Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rdiv___cuda_float32 PASSED 2022-12-01T11:08:21.6587548Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmod___cuda_float32 PASSED 2022-12-01T11:08:21.6587764Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmul___cuda_float32 PASSED 2022-12-01T11:08:21.6588010Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rsub___cuda_float32 PASSED 2022-12-01T11:08:21.6588249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_abs_cuda_float32 PASSED 2022-12-01T11:08:21.6588488Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acos_cuda_float32 PASSED 2022-12-01T11:08:21.6588729Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.6588971Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcdiv_cuda_float32 PASSED 2022-12-01T11:08:21.6589218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.6589454Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_cuda_float32 PASSED 2022-12-01T11:08:21.6589716Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:08:21.6589942Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmv_cuda_float32 PASSED 2022-12-01T11:08:21.6590184Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addr_cuda_float32 PASSED 2022-12-01T11:08:21.6590484Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6590722Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amax_cuda_float32 PASSED 2022-12-01T11:08:21.6590959Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_angle_cuda_float32 PASSED 2022-12-01T11:08:21.6591260Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6591554Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6591804Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_cuda_float32 XFAIL 2022-12-01T11:08:21.6592092Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan2_cuda_float32 PASSED 2022-12-01T11:08:21.6592327Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan_cuda_float32 PASSED 2022-12-01T11:08:21.6592578Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_1d_cuda_float32 PASSED 2022-12-01T11:08:21.6592824Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_3d_cuda_float32 PASSED 2022-12-01T11:08:21.6593065Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_baddbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6593312Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_cuda_float32 XFAIL 2022-12-01T11:08:21.6593550Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bmm_cuda_float32 PASSED 2022-12-01T11:08:21.6593849Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6594146Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6594406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cartesian_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6594627Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cat_cuda_float32 PASSED 2022-12-01T11:08:21.6594862Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chalf_cuda_float32 XFAIL 2022-12-01T11:08:21.6595179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_cuda_float32 PASSED 2022-12-01T11:08:21.6595436Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6595681Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chunk_cuda_float32 PASSED 2022-12-01T11:08:21.6595963Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_cuda_float32 PASSED 2022-12-01T11:08:21.6596216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.6596456Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clone_cuda_float32 PASSED 2022-12-01T11:08:21.6596710Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_column_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6596936Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_complex_cuda_float32 XFAIL 2022-12-01T11:08:21.6597201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_physical_cuda_float32 PASSED 2022-12-01T11:08:21.6597454Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:08:21.6597699Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_copysign_cuda_float32 XFAIL 2022-12-01T11:08:21.6597940Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cosh_cuda_float32 PASSED 2022-12-01T11:08:21.6598248Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6598486Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cov_cuda_float32 PASSED 2022-12-01T11:08:21.6598725Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummax_cuda_float32 XFAIL 2022-12-01T11:08:21.6598965Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummin_cuda_float32 XFAIL 2022-12-01T11:08:21.6599194Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.6599458Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6599696Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_cuda_float32 PASSED 2022-12-01T11:08:21.6599992Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_digamma_cuda_float32 PASSED 2022-12-01T11:08:21.6600270Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cuda_float32 PASSED 2022-12-01T11:08:21.6600534Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_trunc_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6600773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6601055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6601301Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6601582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6601889Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6602183Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6602426Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.6602665Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp_cuda_float32 PASSED 2022-12-01T11:08:21.6602910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_as_cuda_float32 PASSED 2022-12-01T11:08:21.6603294Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6603541Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft2_cuda_float32 PASSED 2022-12-01T11:08:21.6603800Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6604033Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6604277Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.6604518Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft_cuda_float32 PASSED 2022-12-01T11:08:21.6604773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6605016Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft2_cuda_float32 XFAIL 2022-12-01T11:08:21.6605254Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:08:21.6605498Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.6605738Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6605981Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flatten_cuda_float32 PASSED 2022-12-01T11:08:21.6606204Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_cuda_float32 XFAIL 2022-12-01T11:08:21.6606443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_cuda_float32 PASSED 2022-12-01T11:08:21.6606684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frexp_cuda_float32 PASSED 2022-12-01T11:08:21.6606979Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6607227Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gradient_cuda_float32 PASSED 2022-12-01T11:08:21.6607517Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6607810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hstack_cuda_float32 PASSED 2022-12-01T11:08:21.6608063Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_i0_cuda_float32 PASSED 2022-12-01T11:08:21.6608361Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6608592Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_add_cuda_float32 PASSED 2022-12-01T11:08:21.6608832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_copy_cuda_float32 XFAIL 2022-12-01T11:08:21.6609080Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_fill_cuda_float32 XFAIL 2022-12-01T11:08:21.6609321Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_cuda_float32 XFAIL 2022-12-01T11:08:21.6609584Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6609836Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_reduce_cuda_float32 XFAIL 2022-12-01T11:08:21.6610088Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_select_cuda_float32 PASSED 2022-12-01T11:08:21.6610327Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_inner_cuda_float32 PASSED 2022-12-01T11:08:21.6610657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6611008Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6611308Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6611603Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6611895Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6612194Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6612519Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6612852Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6613161Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6613404Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kthvalue_cuda_float32 PASSED 2022-12-01T11:08:21.6613649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ldexp_cuda_float32 PASSED 2022-12-01T11:08:21.6613875Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.6614126Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.6614374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigh_cuda_float32 PASSED 2022-12-01T11:08:21.6614621Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_cuda_float32 PASSED 2022-12-01T11:08:21.6614934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6615433Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.6615776Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_cuda_float32 XFAIL 2022-12-01T11:08:21.6616047Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_cuda_float32 XFAIL 2022-12-01T11:08:21.6616305Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_solve_cuda_float32 XFAIL 2022-12-01T11:08:21.6616600Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6616860Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6617116Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6617401Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:08:21.6617653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6617908Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6618174Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:08:21.6618450Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svdvals_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6618709Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorinv_cuda_float32 PASSED 2022-12-01T11:08:21.6619078Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.6619315Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vander_cuda_float32 XFAIL 2022-12-01T11:08:21.6619617Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6619860Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log10_cuda_float32 PASSED 2022-12-01T11:08:21.6620113Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6620373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6620624Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.6620877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6621183Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6621485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6621769Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6622006Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_cuda_float32 XFAIL 2022-12-01T11:08:21.6622250Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_unpack_cuda_float32 XFAIL 2022-12-01T11:08:21.6622483Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mH_cuda_float32 PASSED 2022-12-01T11:08:21.6622734Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amax_cuda_float32 PASSED 2022-12-01T11:08:21.6622987Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6623291Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6623649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6623921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumprod_cuda_float32 XFAIL 2022-12-01T11:08:21.6624185Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 PASSED 2022-12-01T11:08:21.6624446Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6624695Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6624960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6625214Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6625461Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6625703Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.6625953Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6626216Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6626443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_maximum_cuda_float32 PASSED 2022-12-01T11:08:21.6626781Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6627046Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6627290Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.6627603Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6627843Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mv_cuda_float32 PASSED 2022-12-01T11:08:21.6628106Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:08:21.6628351Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nan_to_num_cuda_float32 PASSED 2022-12-01T11:08:21.6628595Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.6628820Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nansum_cuda_float32 XFAIL 2022-12-01T11:08:21.6629122Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6629362Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_cuda_float32 XFAIL 2022-12-01T11:08:21.6629623Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6629923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6630205Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6630475Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6630743Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cuda_float32 XFAIL 2022-12-01T11:08:21.6631006Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:08:21.6631280Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6631597Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6631907Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6632206Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6632488Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6632807Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6633088Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.6633369Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 PASSED 2022-12-01T11:08:21.6633649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.6633910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6634196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6634530Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6634804Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cuda_float32 XFAIL 2022-12-01T11:08:21.6635093Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6635413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6635689Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6635946Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:08:21.6636218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6636488Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:08:21.6636753Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6637034Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cuda_float32 PASSED 2022-12-01T11:08:21.6637308Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6637590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6637875Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6638138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.6638403Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6638664Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6638928Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cuda_float32 XFAIL 2022-12-01T11:08:21.6639247Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 XFAIL 2022-12-01T11:08:21.6639526Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6639767Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 XFAIL 2022-12-01T11:08:21.6640029Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.6640310Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6640585Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.6640858Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:08:21.6641141Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:08:21.6641403Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pdist_cuda_float32 XFAIL 2022-12-01T11:08:21.6641682Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6641943Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.6642308Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6642573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6642834Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:08:21.6643112Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6643388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6643658Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.6643930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6644199Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softsign_cuda_float32 PASSED 2022-12-01T11:08:21.6644470Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6644738Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.6645024Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6645292Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6645572Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6645853Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.6646095Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6646337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_inf_cuda_float32 PASSED 2022-12-01T11:08:21.6646598Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6646930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_number_mean_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6647243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6647548Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6647895Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6648205Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6648457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pca_lowrank_cuda_float32 XFAIL 2022-12-01T11:08:21.6648705Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pinverse_cuda_float32 PASSED 2022-12-01T11:08:21.6648952Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polar_cuda_float32 PASSED 2022-12-01T11:08:21.6649221Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.6649491Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 PASSED 2022-12-01T11:08:21.6649756Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 PASSED 2022-12-01T11:08:21.6650086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:08:21.6650318Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_positive_cuda_float32 PASSED 2022-12-01T11:08:21.6650559Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pow_cuda_float32 PASSED 2022-12-01T11:08:21.6650808Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_quantile_cuda_float32 XFAIL 2022-12-01T11:08:21.6651111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6651406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6651647Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ravel_cuda_float32 PASSED 2022-12-01T11:08:21.6651897Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6652163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_interleave_cuda_float32 PASSED 2022-12-01T11:08:21.6652406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6652692Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6652947Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_conj_cuda_float32 PASSED 2022-12-01T11:08:21.6653184Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rot90_cuda_float32 PASSED 2022-12-01T11:08:21.6653443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:08:21.6653698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_3_cuda_float32 PASSED 2022-12-01T11:08:21.6653963Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:08:21.6654200Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.6654443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6654753Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cuda_float32 XFAIL 2022-12-01T11:08:21.6655012Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cuda_float32 XFAIL 2022-12-01T11:08:21.6655545Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6655801Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_cuda_float32 PASSED 2022-12-01T11:08:21.6656041Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sgn_cuda_float32 PASSED 2022-12-01T11:08:21.6656382Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6656620Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sign_cuda_float32 PASSED 2022-12-01T11:08:21.6656919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6657157Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sin_cuda_float32 PASSED 2022-12-01T11:08:21.6657390Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinc_cuda_float32 PASSED 2022-12-01T11:08:21.6657629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_cuda_float32 PASSED 2022-12-01T11:08:21.6657865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6658227Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:08:21.6658543Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6658884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6659468Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6659801Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6660052Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1_cuda_float32 PASSED 2022-12-01T11:08:21.6660387Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6660645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_log_ndtr_cuda_float32 XFAIL 2022-12-01T11:08:21.6660970Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6661274Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6661532Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.6661865Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6662413Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6662673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:08:21.6663000Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_list_args_cuda_float32 PASSED 2022-12-01T11:08:21.6663257Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6663504Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6663743Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stft_cuda_float32 XFAIL 2022-12-01T11:08:21.6663982Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sub_cuda_float32 PASSED 2022-12-01T11:08:21.6664200Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6664451Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_to_size_cuda_float32 PASSED 2022-12-01T11:08:21.6664691Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_symeig_cuda_float32 PASSED 2022-12-01T11:08:21.6664921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_cuda_float32 XFAIL 2022-12-01T11:08:21.6665159Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tan_cuda_float32 PASSED 2022-12-01T11:08:21.6665410Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensor_split_cuda_float32 XFAIL 2022-12-01T11:08:21.6665658Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.6665906Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_transpose_cuda_float32 PASSED 2022-12-01T11:08:21.6666150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6666440Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tril_cuda_float32 PASSED 2022-12-01T11:08:21.6666683Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triu_cuda_float32 PASSED 2022-12-01T11:08:21.6666933Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_true_divide_cuda_float32 PASSED 2022-12-01T11:08:21.6667177Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trunc_cuda_float32 PASSED 2022-12-01T11:08:21.6667478Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6667726Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unsqueeze_cuda_float32 PASSED 2022-12-01T11:08:21.6667969Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6668214Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6668459Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6668678Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_xlogy_cuda_float32 PASSED 2022-12-01T11:08:21.6668919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zero__cuda_float32 PASSED 2022-12-01T11:08:21.6669222Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6669445Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.6669658Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_i0_cuda_float32 PASSED 2022-12-01T11:08:21.6669937Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6670222Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6670448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_cuda_float32 XFAIL 2022-12-01T11:08:21.6670661Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_reduce_cuda_float32 XFAIL 2022-12-01T11:08:21.6670983Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6671312Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6671589Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6671866Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6672149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6672433Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6672657Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_istft_cuda_float32 PASSED 2022-12-01T11:08:21.6672970Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6673260Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6673550Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6673839Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6674150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_kthvalue_cuda_float32 PASSED 2022-12-01T11:08:21.6674376Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ldexp_cuda_float32 PASSED 2022-12-01T11:08:21.6674645Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6674866Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lerp_cuda_float32 PASSED 2022-12-01T11:08:21.6675089Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lgamma_cuda_float32 PASSED 2022-12-01T11:08:21.6675323Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cross_cuda_float32 PASSED 2022-12-01T11:08:21.6675550Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_cuda_float32 PASSED 2022-12-01T11:08:21.6675788Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_householder_product_cuda_float32 XFAIL 2022-12-01T11:08:21.6676014Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_cuda_float32 PASSED 2022-12-01T11:08:21.6676312Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6676607Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6676900Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6677135Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6677377Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.6677681Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6677914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_multi_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6678163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED 2022-12-01T11:08:21.6678395Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_ex_cuda_float32 PASSED 2022-12-01T11:08:21.6678620Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svd_cuda_float32 PASSED 2022-12-01T11:08:21.6678912Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.6679162Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vander_cuda_float32 PASSED 2022-12-01T11:08:21.6679402Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6679622Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log2_cuda_float32 PASSED 2022-12-01T11:08:21.6679861Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6680075Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.6680313Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6680534Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logdet_cuda_float32 PASSED 2022-12-01T11:08:21.6680755Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logit_cuda_float32 PASSED 2022-12-01T11:08:21.6681041Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6681270Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6681541Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6681767Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6681993Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_unpack_cuda_float32 PASSED 2022-12-01T11:08:21.6682263Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mH_cuda_float32 PASSED 2022-12-01T11:08:21.6682482Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mT_cuda_float32 PASSED 2022-12-01T11:08:21.6682773Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6683009Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumprod_cuda_float32 PASSED 2022-12-01T11:08:21.6683244Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.6683485Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6683726Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6683955Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_median_cuda_float32 PASSED 2022-12-01T11:08:21.6684168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6684398Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6684629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_select_cuda_float32 XFAIL 2022-12-01T11:08:21.6684863Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6685093Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6685321Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.6685543Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6685787Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6686011Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_maximum_cuda_float32 PASSED 2022-12-01T11:08:21.6686218Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6686469Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_variadic_tensors_cuda_float32 PASSED 2022-12-01T11:08:21.6686695Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_binary_cuda_float32 PASSED 2022-12-01T11:08:21.6686919Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_minimum_cuda_float32 PASSED 2022-12-01T11:08:21.6687196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.6687434Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_msort_cuda_float32 PASSED 2022-12-01T11:08:21.6687656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mul_cuda_float32 PASSED 2022-12-01T11:08:21.6687947Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6688147Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mv_cuda_float32 PASSED 2022-12-01T11:08:21.6688401Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:08:21.6688626Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nan_to_num_cuda_float32 PASSED 2022-12-01T11:08:21.6688852Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmedian_cuda_float32 PASSED 2022-12-01T11:08:21.6689075Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nansum_cuda_float32 PASSED 2022-12-01T11:08:21.6689361Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6689583Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_cuda_float32 XFAIL 2022-12-01T11:08:21.6689842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_batch_norm_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6690079Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_layer_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6690406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6690629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6690923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6691208Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6691503Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6691767Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6692030Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6692291Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6692545Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6692772Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6693055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:08:21.6693295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_celu_cuda_float32 PASSED 2022-12-01T11:08:21.6693538Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv1d_cuda_float32 PASSED 2022-12-01T11:08:21.6693778Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:08:21.6694034Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6694324Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6694608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6694871Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6695434Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6695736Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6696074Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6696333Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6696599Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED 2022-12-01T11:08:21.6696860Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED 2022-12-01T11:08:21.6697121Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.6697380Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.6697624Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_ctc_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6697875Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6698145Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6698398Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_bag_cuda_float32 PASSED 2022-12-01T11:08:21.6698737Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_cuda_float32 PASSED 2022-12-01T11:08:21.6699002Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6699243Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.6699486Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_glu_cuda_float32 PASSED 2022-12-01T11:08:21.6699740Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_grid_sample_cuda_float32 PASSED 2022-12-01T11:08:21.6699991Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6700224Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6700475Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:08:21.6700723Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_huber_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6700991Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6701261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6701505Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.6701749Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6701997Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6702239Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_logsigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6702483Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6702734Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6702984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6703234Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6703523Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mish_cuda_float32 PASSED 2022-12-01T11:08:21.6703800Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6704070Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6704316Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6704571Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6704807Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_constant_cuda_float32 PASSED 2022-12-01T11:08:21.6705065Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:08:21.6705331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:08:21.6705590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6705846Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6706086Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:08:21.6706322Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6706653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6706888Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:08:21.6707124Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6707374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6707636Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6707884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.6708131Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.6708372Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6708656Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6708881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_nuc_cuda_float32 PASSED 2022-12-01T11:08:21.6709139Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_number_mean_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6709408Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6709668Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6709899Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_pca_lowrank_cuda_float32 XFAIL 2022-12-01T11:08:21.6710145Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_3_cuda_float32 PASSED 2022-12-01T11:08:21.6710387Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_4_cuda_float32 PASSED 2022-12-01T11:08:21.6710608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_qr_cuda_float32 PASSED 2022-12-01T11:08:21.6710832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_quantile_cuda_float32 PASSED 2022-12-01T11:08:21.6711055Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rad2deg_cuda_float32 PASSED 2022-12-01T11:08:21.6711387Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6711666Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6711889Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_real_cuda_float32 PASSED 2022-12-01T11:08:21.6712120Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_remainder_cuda_float32 PASSED 2022-12-01T11:08:21.6712342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_renorm_cuda_float32 PASSED 2022-12-01T11:08:21.6712575Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_as_cuda_float32 PASSED 2022-12-01T11:08:21.6712801Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6713082Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6713366Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6713581Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_conj_cuda_float32 PASSED 2022-12-01T11:08:21.6713810Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_neg_cuda_float32 PASSED 2022-12-01T11:08:21.6714046Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_0_cuda_float32 PASSED 2022-12-01T11:08:21.6714287Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_neg_3_cuda_float32 PASSED 2022-12-01T11:08:21.6714508Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsqrt_cuda_float32 PASSED 2022-12-01T11:08:21.6714799Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsub_cuda_float32 PASSED 2022-12-01T11:08:21.6715030Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.6715258Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6715504Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6715727Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6716018Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6716240Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_cuda_float32 PASSED 2022-12-01T11:08:21.6716457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sgn_cuda_float32 PASSED 2022-12-01T11:08:21.6716739Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6716960Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6717179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinh_cuda_float32 PASSED 2022-12-01T11:08:21.6717415Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6717690Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6717984Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6718276Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6718565Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6718882Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6719113Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.6719473Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6719720Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i0e_cuda_float32 PASSED 2022-12-01T11:08:21.6719951Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1e_cuda_float32 PASSED 2022-12-01T11:08:21.6720261Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6720476Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.6720753Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.6721069Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6721629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6722141Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6722381Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_xlog1py_cuda_float32 PASSED 2022-12-01T11:08:21.6722617Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_list_args_cuda_float32 PASSED 2022-12-01T11:08:21.6722930Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:08:21.6723157Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_square_cuda_float32 PASSED 2022-12-01T11:08:21.6723365Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_squeeze_cuda_float32 PASSED 2022-12-01T11:08:21.6723590Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6723814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6724032Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sub_cuda_float32 PASSED 2022-12-01T11:08:21.6724250Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6724479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_along_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6724692Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_cuda_float32 XFAIL 2022-12-01T11:08:21.6724914Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tan_cuda_float32 PASSED 2022-12-01T11:08:21.6725141Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensordot_cuda_float32 PASSED 2022-12-01T11:08:21.6725342Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tile_cuda_float32 PASSED 2022-12-01T11:08:21.6725569Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_sparse_cuda_float32 XFAIL 2022-12-01T11:08:21.6725791Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trace_cuda_float32 PASSED 2022-12-01T11:08:21.6726008Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tril_cuda_float32 PASSED 2022-12-01T11:08:21.6726221Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_triu_cuda_float32 PASSED 2022-12-01T11:08:21.6726450Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_true_divide_cuda_float32 PASSED 2022-12-01T11:08:21.6726671Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unbind_cuda_float32 PASSED 2022-12-01T11:08:21.6726899Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unflatten_cuda_float32 PASSED 2022-12-01T11:08:21.6727109Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6727329Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.6727553Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6727825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_cuda_float32 PASSED 2022-12-01T11:08:21.6728060Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_vstack_cuda_float32 PASSED 2022-12-01T11:08:21.6728280Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_zero__cuda_float32 PASSED 2022-12-01T11:08:21.6728561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6728845Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6729054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_T_cuda_float32 PASSED 2022-12-01T11:08:21.6729295Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___cuda_float32 PASSED 2022-12-01T11:08:21.6729544Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6729771Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___radd___cuda_float32 PASSED 2022-12-01T11:08:21.6730005Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmatmul___cuda_float32 PASSED 2022-12-01T11:08:21.6730233Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rpow___cuda_float32 PASSED 2022-12-01T11:08:21.6730457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acos_cuda_float32 PASSED 2022-12-01T11:08:21.6730681Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acosh_cuda_float32 PASSED 2022-12-01T11:08:21.6730902Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_add_cuda_float32 PASSED 2022-12-01T11:08:21.6731202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addbmm_cuda_float32 PASSED 2022-12-01T11:08:21.6731435Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcdiv_cuda_float32 PASSED 2022-12-01T11:08:21.6731661Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcmul_cuda_float32 PASSED 2022-12-01T11:08:21.6731911Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_decomposed_cuda_float32 PASSED 2022-12-01T11:08:21.6732202Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6732433Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amin_cuda_float32 PASSED 2022-12-01T11:08:21.6732659Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_angle_cuda_float32 PASSED 2022-12-01T11:08:21.6732937Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6733206Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6733439Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_cuda_float32 XFAIL 2022-12-01T11:08:21.6733662Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asin_cuda_float32 PASSED 2022-12-01T11:08:21.6733887Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asinh_cuda_float32 PASSED 2022-12-01T11:08:21.6734109Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan2_cuda_float32 PASSED 2022-12-01T11:08:21.6734327Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atanh_cuda_float32 PASSED 2022-12-01T11:08:21.6734582Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_1d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6734825Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6735247Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bernoulli_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6735490Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_cuda_float32 XFAIL 2022-12-01T11:08:21.6735763Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6736141Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6736435Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6736753Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6737054Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6737373Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6737620Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_solve_cuda_float32 PASSED 2022-12-01T11:08:21.6737852Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_max_cuda_float32 PASSED 2022-12-01T11:08:21.6738069Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_min_cuda_float32 PASSED 2022-12-01T11:08:21.6738304Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_complex_cuda_float32 PASSED 2022-12-01T11:08:21.6738529Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_cuda_float32 PASSED 2022-12-01T11:08:21.6738769Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_constant_pad_nd_cuda_float32 PASSED 2022-12-01T11:08:21.6739002Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_contiguous_cuda_float32 PASSED 2022-12-01T11:08:21.6739233Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_copysign_cuda_float32 PASSED 2022-12-01T11:08:21.6739547Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cosh_cuda_float32 PASSED 2022-12-01T11:08:21.6739844Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6740075Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cross_cuda_float32 PASSED 2022-12-01T11:08:21.6740289Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummax_cuda_float32 PASSED 2022-12-01T11:08:21.6740543Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumulative_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6740771Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_deg2rad_cuda_float32 PASSED 2022-12-01T11:08:21.6740999Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_embed_cuda_float32 PASSED 2022-12-01T11:08:21.6741228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagflat_cuda_float32 PASSED 2022-12-01T11:08:21.6741476Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6741702Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diff_cuda_float32 PASSED 2022-12-01T11:08:21.6741921Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dist_cuda_float32 PASSED 2022-12-01T11:08:21.6742150Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_floor_rounding_cuda_float32 PASSED 2022-12-01T11:08:21.6742377Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dot_cuda_float32 PASSED 2022-12-01T11:08:21.6742604Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6742823Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dstack_cuda_float32 PASSED 2022-12-01T11:08:21.6743111Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6743388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6743673Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6743900Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfc_cuda_float32 PASSED 2022-12-01T11:08:21.6744126Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfinv_cuda_float32 PASSED 2022-12-01T11:08:21.6744388Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp2_cuda_float32 PASSED 2022-12-01T11:08:21.6744637Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_as_cuda_float32 PASSED 2022-12-01T11:08:21.6744927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft2_cuda_float32 PASSED 2022-12-01T11:08:21.6745155Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftn_cuda_float32 PASSED 2022-12-01T11:08:21.6745394Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6745628Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft_cuda_float32 PASSED 2022-12-01T11:08:21.6745862Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfftn_cuda_float32 PASSED 2022-12-01T11:08:21.6746104Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftshift_cuda_float32 PASSED 2022-12-01T11:08:21.6746320Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft_cuda_float32 PASSED 2022-12-01T11:08:21.6746556Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft2_cuda_float32 PASSED 2022-12-01T11:08:21.6746783Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft_cuda_float32 PASSED 2022-12-01T11:08:21.6747008Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fill_cuda_float32 PASSED 2022-12-01T11:08:21.6747228Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flip_cuda_float32 PASSED 2022-12-01T11:08:21.6747456Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fliplr_cuda_float32 PASSED 2022-12-01T11:08:21.6747800Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6748043Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_power_cuda_float32 PASSED 2022-12-01T11:08:21.6748337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6748548Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmin_cuda_float32 PASSED 2022-12-01T11:08:21.6748832Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6749114Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6749343Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gradient_cuda_float32 PASSED 2022-12-01T11:08:21.6749621Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6749890Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_functorch_no_channels_last_cuda_float32 PASSED 2022-12-01T11:08:21.6750118Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hsplit_cuda_float32 PASSED 2022-12-01T11:08:21.6750344Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hstack_cuda_float32 PASSED 2022-12-01T11:08:21.6750573Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hypot_cuda_float32 PASSED 2022-12-01T11:08:21.6750844Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6751074Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_add_cuda_float32 PASSED 2022-12-01T11:08:21.6751309Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_copy_cuda_float32 PASSED 2022-12-01T11:08:21.6751541Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_cuda_float32 PASSED 2022-12-01T11:08:21.6751796Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6752031Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_reduce_cuda_float32 XFAIL 2022-12-01T11:08:21.6752257Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_inner_cuda_float32 PASSED 2022-12-01T11:08:21.6752587Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6752900Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6753190Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6753477Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6753759Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6754039Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6754321Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6754608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6754837Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_istft_cuda_float32 PASSED 2022-12-01T11:08:21.6755147Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6755463Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6755809Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6756045Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kron_cuda_float32 PASSED 2022-12-01T11:08:21.6756277Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kthvalue_cuda_float32 PASSED 2022-12-01T11:08:21.6756508Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lerp_cuda_float32 PASSED 2022-12-01T11:08:21.6756746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cross_cuda_float32 PASSED 2022-12-01T11:08:21.6756998Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_singular_cuda_float32 PASSED 2022-12-01T11:08:21.6757297Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6757597Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6757899Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6758116Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_cuda_float32 PASSED 2022-12-01T11:08:21.6758378Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED 2022-12-01T11:08:21.6759337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86929 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) 2022-12-01T11:08:21.6759594Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6759847Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_power_cuda_float32 PASSED 2022-12-01T11:08:21.6760163Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6760400Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6760741Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_hermitian_cuda_float32 PASSED 2022-12-01T11:08:21.6761000Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_slogdet_cuda_float32 PASSED 2022-12-01T11:08:21.6761258Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_triangular_cuda_float32 PASSED 2022-12-01T11:08:21.6761477Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svd_cuda_float32 PASSED 2022-12-01T11:08:21.6761724Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorsolve_cuda_float32 PASSED 2022-12-01T11:08:21.6761965Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vander_cuda_float32 PASSED 2022-12-01T11:08:21.6762203Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vecdot_cuda_float32 PASSED 2022-12-01T11:08:21.6762448Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vector_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6762676Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log10_cuda_float32 PASSED 2022-12-01T11:08:21.6762909Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6763152Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6763389Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp2_cuda_float32 PASSED 2022-12-01T11:08:21.6763612Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logcumsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6763913Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logdet_cuda_float32 PASSED 2022-12-01T11:08:21.6764207Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6764499Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6764824Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6765103Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6765329Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mH_cuda_float32 PASSED 2022-12-01T11:08:21.6765553Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mT_cuda_float32 PASSED 2022-12-01T11:08:21.6765791Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumsum_cuda_float32 PASSED 2022-12-01T11:08:21.6766026Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logaddexp_cuda_float32 PASSED 2022-12-01T11:08:21.6766269Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logsumexp_cuda_float32 PASSED 2022-12-01T11:08:21.6766513Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_normalize_cuda_float32 PASSED 2022-12-01T11:08:21.6766750Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6766990Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmax_cuda_float32 XFAIL 2022-12-01T11:08:21.6767223Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_std_cuda_float32 PASSED 2022-12-01T11:08:21.6767457Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6767689Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_var_cuda_float32 PASSED 2022-12-01T11:08:21.6767906Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matmul_cuda_float32 PASSED 2022-12-01T11:08:21.6768156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6768383Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_median_cuda_float32 PASSED 2022-12-01T11:08:21.6768815Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_list_of_tensors_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6769179Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_variadic_tensors_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6769430Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_no_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6769684Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_with_dim_cuda_float32 PASSED 2022-12-01T11:08:21.6769916Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_movedim_cuda_float32 PASSED 2022-12-01T11:08:21.6770147Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mul_cuda_float32 PASSED 2022-12-01T11:08:21.6770441Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6770676Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED 2022-12-01T11:08:21.6770927Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED 2022-12-01T11:08:21.6771168Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED 2022-12-01T11:08:21.6771408Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanquantile_cuda_float32 PASSED 2022-12-01T11:08:21.6771648Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_batch_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6771926Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6772281Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6772568Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6772842Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6773098Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6773368Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6773623Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED 2022-12-01T11:08:21.6773878Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED 2022-12-01T11:08:21.6774135Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6774405Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL 2022-12-01T11:08:21.6774746Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_bilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T11:08:21.6775014Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cuda_float32 XFAIL 2022-12-01T11:08:21.6775479Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED 2022-12-01T11:08:21.6775721Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_cuda_float32 PASSED 2022-12-01T11:08:21.6775985Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6776274Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6776548Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6776924Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED 2022-12-01T11:08:21.6777213Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6777489Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED 2022-12-01T11:08:21.6777752Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cross_entropy_cuda_float32 PASSED 2022-12-01T11:08:21.6778005Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6778284Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6778536Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6778808Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6779138Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6779405Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6779692Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (Skipped!) 2022-12-01T11:08:21.6779956Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL 2022-12-01T11:08:21.6780289Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gelu_cuda_float32 PASSED 2022-12-01T11:08:21.6780549Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_group_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6780807Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6781120Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardsigmoid_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6781380Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardswish_cuda_float32 PASSED 2022-12-01T11:08:21.6781639Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_instance_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6781909Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED 2022-12-01T11:08:21.6782186Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6782460Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED 2022-12-01T11:08:21.6782709Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_kl_div_cuda_float32 PASSED 2022-12-01T11:08:21.6782961Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6783214Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_layer_norm_cuda_float32 XFAIL 2022-12-01T11:08:21.6783452Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_leaky_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6783703Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_linear_cuda_float32 PASSED 2022-12-01T11:08:21.6783969Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_local_response_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6784240Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6784494Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6784755Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_cuda_float32 PASSED 2022-12-01T11:08:21.6785063Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_cuda_float32 XFAIL 2022-12-01T11:08:21.6785343Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL 2022-12-01T11:08:21.6785624Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6785866Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_circular_cuda_float32 PASSED 2022-12-01T11:08:21.6786126Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_reflect_cuda_float32 PASSED 2022-12-01T11:08:21.6786389Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_replicate_cuda_float32 PASSED 2022-12-01T11:08:21.6786659Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED 2022-12-01T11:08:21.6786981Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T11:08:21.6787246Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED 2022-12-01T11:08:21.6787510Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6787757Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_prelu_cuda_float32 PASSED 2022-12-01T11:08:21.6788089Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu6_cuda_float32 PASSED 2022-12-01T11:08:21.6788337Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu_cuda_float32 PASSED 2022-12-01T11:08:21.6788566Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_rrelu_cuda_float32 XFAIL 2022-12-01T11:08:21.6788814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_selu_cuda_float32 PASSED 2022-12-01T11:08:21.6789077Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6789331Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_cuda_float32 PASSED 2022-12-01T11:08:21.6789586Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softplus_cuda_float32 PASSED 2022-12-01T11:08:21.6789846Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6790106Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_tanhshrink_cuda_float32 PASSED 2022-12-01T11:08:21.6790361Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_threshold_cuda_float32 PASSED 2022-12-01T11:08:21.6790649Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED 2022-12-01T11:08:21.6790884Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6791156Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED 2022-12-01T11:08:21.6791443Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6791669Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_cuda_float32 PASSED 2022-12-01T11:08:21.6791897Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_fro_cuda_float32 PASSED 2022-12-01T11:08:21.6792149Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_number_mean_cuda_float32 XFAIL 2022-12-01T11:08:21.6792501Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6792761Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED 2022-12-01T11:08:21.6793093Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ormqr_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6793317Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_outer_cuda_float32 PASSED 2022-12-01T11:08:21.6793555Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pca_lowrank_cuda_float32 XFAIL 2022-12-01T11:08:21.6793780Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polar_cuda_float32 PASSED 2022-12-01T11:08:21.6794014Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_positive_cuda_float32 PASSED 2022-12-01T11:08:21.6794242Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pow_cuda_float32 PASSED 2022-12-01T11:08:21.6794469Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_prod_cuda_float32 PASSED 2022-12-01T11:08:21.6794690Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_put_cuda_float32 XFAIL 2022-12-01T11:08:21.6794923Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rad2deg_cuda_float32 PASSED 2022-12-01T11:08:21.6795196Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6795420Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ravel_cuda_float32 PASSED 2022-12-01T11:08:21.6795641Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_real_cuda_float32 PASSED 2022-12-01T11:08:21.6795870Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_cuda_float32 PASSED 2022-12-01T11:08:21.6796260Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6796487Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_cuda_float32 PASSED 2022-12-01T11:08:21.6796707Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsqrt_cuda_float32 PASSED 2022-12-01T11:08:21.6796942Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_add_cuda_float32 PASSED 2022-12-01T11:08:21.6797176Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6797406Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6797653Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6797948Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6798192Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_scatter_cuda_float32 PASSED 2022-12-01T11:08:21.6798416Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sgn_cuda_float32 PASSED 2022-12-01T11:08:21.6798698Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6798929Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sigmoid_cuda_float32 PASSED 2022-12-01T11:08:21.6799153Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_cuda_float32 PASSED 2022-12-01T11:08:21.6799383Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_with_dtype_cuda_float32 PASSED 2022-12-01T11:08:21.6799631Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sparse_sampled_addmm_cuda_float32 XFAIL 2022-12-01T11:08:21.6799926Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6800230Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6800755Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6801307Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6801560Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_entr_cuda_float32 PASSED 2022-12-01T11:08:21.6801881Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6802193Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6802508Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6802742Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtr_cuda_float32 PASSED 2022-12-01T11:08:21.6802966Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtri_cuda_float32 PASSED 2022-12-01T11:08:21.6803250Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED 2022-12-01T11:08:21.6803571Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6803888Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6804416Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6804992Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6805511Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6806017Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T11:08:21.6806315Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6806561Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_list_args_cuda_float32 PASSED 2022-12-01T11:08:21.6806788Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_with_sizes_cuda_float32 PASSED 2022-12-01T11:08:21.6807024Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_squeeze_cuda_float32 PASSED 2022-12-01T11:08:21.6807249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stack_cuda_float32 PASSED 2022-12-01T11:08:21.6807472Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_cuda_float32 PASSED 2022-12-01T11:08:21.6807700Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stft_cuda_float32 PASSED 2022-12-01T11:08:21.6807922Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sub_cuda_float32 PASSED 2022-12-01T11:08:21.6808144Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_cuda_float32 PASSED 2022-12-01T11:08:21.6808377Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_to_size_cuda_float32 PASSED 2022-12-01T11:08:21.6808608Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_symeig_cuda_float32 PASSED 2022-12-01T11:08:21.6808814Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_t_cuda_float32 PASSED 2022-12-01T11:08:21.6809043Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tile_cuda_float32 PASSED 2022-12-01T11:08:21.6809264Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_cuda_float32 XFAIL 2022-12-01T11:08:21.6809489Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_topk_cuda_float32 PASSED 2022-12-01T11:08:21.6809770Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trace_cuda_float32 PASSED 2022-12-01T11:08:21.6810021Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapezoid_cuda_float32 PASSED 2022-12-01T11:08:21.6810249Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapz_cuda_float32 PASSED 2022-12-01T11:08:21.6810472Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tril_cuda_float32 PASSED 2022-12-01T11:08:21.6810685Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unbind_cuda_float32 PASSED 2022-12-01T11:08:21.6810910Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unfold_cuda_float32 PASSED 2022-12-01T11:08:21.6811201Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6811436Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unsqueeze_cuda_float32 PASSED 2022-12-01T11:08:21.6811666Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_mean_cuda_float32 PASSED 2022-12-01T11:08:21.6811894Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vdot_cuda_float32 PASSED 2022-12-01T11:08:21.6812134Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_complex_cuda_float32 XFAIL 2022-12-01T11:08:21.6812362Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_cuda_float32 PASSED 2022-12-01T11:08:21.6812629Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T11:08:21.6812678Z 2022-12-01T11:08:21.6812826Z =============================== warnings summary =============================== 2022-12-01T11:08:21.6813205Z ../../../../../opt/conda/lib/python3.10/site-packages/_pytest/config/__init__.py:1130 2022-12-01T11:08:21.6813684Z /opt/conda/lib/python3.10/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T11:08:21.6813832Z self._mark_plugins_for_rewrite(hook) 2022-12-01T11:08:21.6813852Z 2022-12-01T11:08:21.6814069Z test_ops.py::TestOperatorsCUDA::test_extremal_numerics_log_softmax_cuda 2022-12-01T11:08:21.6814427Z /var/lib/jenkins/workspace/test/functorch/test_ops.py:1488: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T11:08:21.6814600Z result = torch.nn.functional.log_softmax(input) 2022-12-01T11:08:21.6814620Z 2022-12-01T11:08:21.6814827Z test_ops.py::TestOperatorsCUDA::test_extremal_numerics_log_softmax_cuda 2022-12-01T11:08:21.6815565Z /opt/conda/lib/python3.10/site-packages/functorch/_src/eager_transforms.py:289: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T11:08:21.6815706Z primals_out = func(*primals) 2022-12-01T11:08:21.6815726Z 2022-12-01T11:08:21.6815902Z test_ops.py::TestOperatorsCUDA::test_grad___rpow___cuda_float32 2022-12-01T11:08:21.6816093Z test_ops.py::TestOperatorsCUDA::test_jvp___rpow___cuda_float32 2022-12-01T11:08:21.6816286Z test_ops.py::TestOperatorsCUDA::test_vjp___rpow___cuda_float32 2022-12-01T11:08:21.6816502Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float32 2022-12-01T11:08:21.6816727Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rpow___cuda_float32 2022-12-01T11:08:21.6816930Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rpow___cuda_float32 2022-12-01T11:08:21.6817604Z /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:08:21.6817808Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T11:08:21.6817827Z 2022-12-01T11:08:21.6818015Z test_ops.py::TestOperatorsCUDA::test_grad_chalf_cuda_float32 2022-12-01T11:08:21.6818798Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:08:21.6818989Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T11:08:21.6819009Z 2022-12-01T11:08:21.6819199Z test_ops.py::TestOperatorsCUDA::test_grad_istft_cuda_float32 2022-12-01T11:08:21.6820008Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T11:08:21.6820149Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6820168Z 2022-12-01T11:08:21.6820359Z test_ops.py::TestOperatorsCUDA::test_grad_lu_solve_cuda_float32 2022-12-01T11:08:21.6820921Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T11:08:21.6821106Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T11:08:21.6821240Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T11:08:21.6821363Z should be replaced with 2022-12-01T11:08:21.6821664Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T11:08:21.6821876Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6821896Z 2022-12-01T11:08:21.6822016Z test_ops.py: 10 warnings 2022-12-01T11:08:21.6822825Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2916: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T11:08:21.6822941Z warnings.warn( 2022-12-01T11:08:21.6822960Z 2022-12-01T11:08:21.6823144Z test_ops.py::TestOperatorsCUDA::test_grad_qr_cuda_float32 2022-12-01T11:08:21.6823681Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:08:21.6823973Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:08:21.6824095Z Q, R = torch.qr(A, some) 2022-12-01T11:08:21.6824199Z should be replaced with 2022-12-01T11:08:21.6824680Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T11:08:21.6824818Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6824837Z 2022-12-01T11:08:21.6825053Z test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_prod_cuda_float32 2022-12-01T11:08:21.6825743Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T11:08:21.6825877Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6825896Z 2022-12-01T11:08:21.6826114Z test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout2d_cuda_float32 2022-12-01T11:08:21.6826336Z test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout2d_cuda_float32 2022-12-01T11:08:21.6826557Z test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout2d_cuda_float32 2022-12-01T11:08:21.6826781Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout2d_cuda_float32 2022-12-01T11:08:21.6827004Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float32 2022-12-01T11:08:21.6828124Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T11:08:21.6828476Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T11:08:21.6828500Z 2022-12-01T11:08:21.6828734Z test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:08:21.6828961Z test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:08:21.6829197Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:08:21.6829457Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:08:21.6829716Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float64 2022-12-01T11:08:21.6829956Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:08:21.6830196Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:08:21.6830435Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 2022-12-01T11:08:21.6831020Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T11:08:21.6831300Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T11:08:21.6831320Z 2022-12-01T11:08:21.6831529Z test_ops.py::TestOperatorsCUDA::test_jvp_triangular_solve_cuda_float32 2022-12-01T11:08:21.6832134Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:08:21.6832390Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:08:21.6832543Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:08:21.6832667Z should be replaced with 2022-12-01T11:08:21.6832994Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:08:21.6833128Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6833148Z 2022-12-01T11:08:21.6833328Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_cuda_float32 2022-12-01T11:08:21.6833907Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:08:21.6834029Z L = torch.cholesky(A) 2022-12-01T11:08:21.6834152Z should be replaced with 2022-12-01T11:08:21.6834287Z L = torch.linalg.cholesky(A) 2022-12-01T11:08:21.6834380Z and 2022-12-01T11:08:21.6834515Z U = torch.cholesky(A, upper=True) 2022-12-01T11:08:21.6834634Z should be replaced with 2022-12-01T11:08:21.6834757Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:08:21.6835159Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T11:08:21.6835293Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6835312Z 2022-12-01T11:08:21.6835519Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_reduce_cuda_float32 2022-12-01T11:08:21.6836223Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:1042.) 2022-12-01T11:08:21.6836366Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6836386Z 2022-12-01T11:08:21.6836624Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:08:21.6836863Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:08:21.6837123Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float64 2022-12-01T11:08:21.6837342Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:08:21.6837598Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:08:21.6837840Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_nearest_cuda_float32 2022-12-01T11:08:21.6838350Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T11:08:21.6838626Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T11:08:21.6838646Z 2022-12-01T11:08:21.6838842Z test_ops.py::TestOperatorsCUDA::test_jvpvjp_symeig_cuda_float32 2022-12-01T11:08:21.6839398Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:08:21.6839764Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:08:21.6839911Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:08:21.6840035Z should be replaced with 2022-12-01T11:08:21.6840271Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:08:21.6840369Z and 2022-12-01T11:08:21.6840522Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:08:21.6840644Z should be replaced with 2022-12-01T11:08:21.6841116Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:08:21.6841247Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6841267Z 2022-12-01T11:08:21.6841485Z test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_cuda_float32 2022-12-01T11:08:21.6842254Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T11:08:21.6842372Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6842410Z 2022-12-01T11:08:21.6842604Z test_ops.py::TestOperatorsCUDA::test_vjp_sparse_sampled_addmm_cuda_float32 2022-12-01T11:08:21.6843545Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:969: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:08:21.6843665Z .to_sparse_csr() 2022-12-01T11:08:21.6843684Z 2022-12-01T11:08:21.6843873Z test_ops.py::TestOperatorsCUDA::test_vjp_stft_cuda_float32 2022-12-01T11:08:21.6844728Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:632: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T11:08:21.6845067Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T11:08:21.6845087Z 2022-12-01T11:08:21.6845307Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_scatter_cuda_float32 2022-12-01T11:08:21.6845531Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_scatter_cuda_float32 2022-12-01T11:08:21.6845755Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_scatter_cuda_float32 2022-12-01T11:08:21.6845971Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_scatter_cuda_float32 2022-12-01T11:08:21.6847075Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:10636: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6847291Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T11:08:21.6847311Z 2022-12-01T11:08:21.6847505Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_chalf_cuda_float32 2022-12-01T11:08:21.6848532Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6848791Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T11:08:21.6848811Z 2022-12-01T11:08:21.6848992Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_complex_cuda_float32 2022-12-01T11:08:21.6849204Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_complex_cuda_float32 2022-12-01T11:08:21.6849407Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_complex_cuda_float32 2022-12-01T11:08:21.6849603Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_complex_cuda_float32 2022-12-01T11:08:21.6849809Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_complex_cuda_float32 2022-12-01T11:08:21.6850813Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6850955Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6850974Z 2022-12-01T11:08:21.6851183Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_reduce_cuda_float32 2022-12-01T11:08:21.6851389Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_reduce_cuda_float32 2022-12-01T11:08:21.6851605Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_reduce_cuda_float32 2022-12-01T11:08:21.6852606Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6852740Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6852764Z 2022-12-01T11:08:21.6852941Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_istft_cuda_float32 2022-12-01T11:08:21.6853979Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6854123Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6854143Z 2022-12-01T11:08:21.6854363Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorsolve_cuda_float32 2022-12-01T11:08:21.6855584Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6855731Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6855751Z 2022-12-01T11:08:21.6855966Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vecdot_cuda_float32 2022-12-01T11:08:21.6856979Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6857114Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6857134Z 2022-12-01T11:08:21.6857335Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_unpack_cuda_float32 2022-12-01T11:08:21.6857549Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_solve_cuda_float32 2022-12-01T11:08:21.6857857Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_unpack_cuda_float32 2022-12-01T11:08:21.6858060Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_unpack_cuda_float32 2022-12-01T11:08:21.6859067Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6859204Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6859223Z 2022-12-01T11:08:21.6859428Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_matrix_exp_cuda_float32 2022-12-01T11:08:21.6860420Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6860556Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6860575Z 2022-12-01T11:08:21.6860772Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmean_cuda_float32 2022-12-01T11:08:21.6861775Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6861890Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6861929Z 2022-12-01T11:08:21.6862118Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanquantile_cuda_float32 2022-12-01T11:08:21.6863142Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6863342Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6863363Z 2022-12-01T11:08:21.6863579Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanquantile_cuda_float32 2022-12-01T11:08:21.6864585Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6864725Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6864743Z 2022-12-01T11:08:21.6864941Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nansum_cuda_float32 2022-12-01T11:08:21.6865149Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmean_cuda_float32 2022-12-01T11:08:21.6865350Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmean_cuda_float32 2022-12-01T11:08:21.6865552Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nansum_cuda_float32 2022-12-01T11:08:21.6865745Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nansum_cuda_float32 2022-12-01T11:08:21.6866733Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6866934Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6866954Z 2022-12-01T11:08:21.6867179Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_ctc_loss_cuda_float32 2022-12-01T11:08:21.6868164Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2628: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6868290Z return torch.ctc_loss( 2022-12-01T11:08:21.6868309Z 2022-12-01T11:08:21.6868515Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_huber_loss_cuda_float32 2022-12-01T11:08:21.6868743Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_huber_loss_cuda_float32 2022-12-01T11:08:21.6868965Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_huber_loss_cuda_float32 2022-12-01T11:08:21.6869937Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6870194Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T11:08:21.6870214Z 2022-12-01T11:08:21.6870452Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_grad_cuda_float32 2022-12-01T11:08:21.6870691Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_grad_cuda_float32 2022-12-01T11:08:21.6870924Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_cuda_float32 2022-12-01T11:08:21.6871165Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 2022-12-01T11:08:21.6871397Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_cuda_float32 2022-12-01T11:08:21.6872424Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6872791Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T11:08:21.6872811Z 2022-12-01T11:08:21.6873040Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_cuda_float32 2022-12-01T11:08:21.6873272Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_grad_cuda_float32 2022-12-01T11:08:21.6873490Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_grad_cuda_float32 2022-12-01T11:08:21.6873720Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_cuda_float32 2022-12-01T11:08:21.6873950Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_cuda_float32 2022-12-01T11:08:21.6874188Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 2022-12-01T11:08:21.6875153Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6875342Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T11:08:21.6875362Z 2022-12-01T11:08:21.6875596Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32 2022-12-01T11:08:21.6876831Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [25], which does not match the required output shape [2, 25]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6877083Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6877103Z 2022-12-01T11:08:21.6877340Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32 2022-12-01T11:08:21.6878489Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [125], which does not match the required output shape [2, 125]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6878744Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6878764Z 2022-12-01T11:08:21.6879002Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32 2022-12-01T11:08:21.6880152Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [625], which does not match the required output shape [2, 625]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6880404Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6880423Z 2022-12-01T11:08:21.6880667Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_margin_loss_cuda_float32 2022-12-01T11:08:21.6881719Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3389: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6881938Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T11:08:21.6881961Z 2022-12-01T11:08:21.6882198Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_loss_cuda_float32 2022-12-01T11:08:21.6883184Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4555: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triplet_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6883434Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-12-01T11:08:21.6883454Z 2022-12-01T11:08:21.6883648Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_put_cuda_float32 2022-12-01T11:08:21.6883827Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_put_cuda_float32 2022-12-01T11:08:21.6884021Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_put_cuda_float32 2022-12-01T11:08:21.6885010Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6885213Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6885233Z 2022-12-01T11:08:21.6885433Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_renorm_cuda_float32 2022-12-01T11:08:21.6885627Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_renorm_cuda_float32 2022-12-01T11:08:21.6886622Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6886760Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6886779Z 2022-12-01T11:08:21.6886995Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_sum_cuda_float32 2022-12-01T11:08:21.6887219Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_mean_cuda_float32 2022-12-01T11:08:21.6887443Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_prod_cuda_float32 2022-12-01T11:08:21.6887666Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_sum_cuda_float32 2022-12-01T11:08:21.6887865Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amin_cuda_float32 2022-12-01T11:08:21.6888077Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_sum_cuda_float32 2022-12-01T11:08:21.6888295Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_mean_cuda_float32 2022-12-01T11:08:21.6888515Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_sum_cuda_float32 2022-12-01T11:08:21.6889534Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6889672Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6889691Z 2022-12-01T11:08:21.6889963Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_lengths_cuda_float32 2022-12-01T11:08:21.6890991Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6891127Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6891148Z 2022-12-01T11:08:21.6891362Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_log_ndtr_cuda_float32 2022-12-01T11:08:21.6891581Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_log_ndtr_cuda_float32 2022-12-01T11:08:21.6892599Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6892733Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6892752Z 2022-12-01T11:08:21.6892947Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_stft_cuda_float32 2022-12-01T11:08:21.6893885Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:632: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6894274Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T11:08:21.6894294Z 2022-12-01T11:08:21.6894492Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_cuda_float32 2022-12-01T11:08:21.6894666Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_cuda_float32 2022-12-01T11:08:21.6895955Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6896134Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6896153Z 2022-12-01T11:08:21.6896347Z test_ops.py::TestOperatorsCUDA::test_vjpvmap_vdot_cuda_float32 2022-12-01T11:08:21.6896559Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vecdot_cuda_float32 2022-12-01T11:08:21.6896756Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vdot_cuda_float32 2022-12-01T11:08:21.6896945Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_vdot_cuda_float32 2022-12-01T11:08:21.6897159Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vecdot_cuda_float32 2022-12-01T11:08:21.6897355Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vdot_cuda_float32 2022-12-01T11:08:21.6898347Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6898485Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6898504Z 2022-12-01T11:08:21.6898723Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float64 2022-12-01T11:08:21.6898901Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stft_cuda_float32 2022-12-01T11:08:21.6899956Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6900222Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6900242Z 2022-12-01T11:08:21.6900460Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float32 2022-12-01T11:08:21.6900672Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float64 2022-12-01T11:08:21.6901661Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cummaxmin_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6901911Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6901931Z 2022-12-01T11:08:21.6902051Z test_ops.py: 11 warnings 2022-12-01T11:08:21.6903025Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6903403Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6903423Z 2022-12-01T11:08:21.6903644Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float32 2022-12-01T11:08:21.6903862Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float32 2022-12-01T11:08:21.6904082Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float64 2022-12-01T11:08:21.6904290Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft2_cuda_float32 2022-12-01T11:08:21.6904492Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft2_cuda_float32 2022-12-01T11:08:21.6905479Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6905734Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6905753Z 2022-12-01T11:08:21.6905951Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float64 2022-12-01T11:08:21.6906173Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float64 2022-12-01T11:08:21.6906394Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float64 2022-12-01T11:08:21.6906600Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_copy_cuda_float32 2022-12-01T11:08:21.6906807Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_fill_cuda_float32 2022-12-01T11:08:21.6907013Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_copy_cuda_float32 2022-12-01T11:08:21.6907999Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6908302Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6908324Z 2022-12-01T11:08:21.6908582Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float32 2022-12-01T11:08:21.6908813Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_householder_product_cuda_float32 2022-12-01T11:08:21.6909773Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6910022Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6910041Z 2022-12-01T11:08:21.6910249Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float64 2022-12-01T11:08:21.6910805Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T11:08:21.6910960Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:08:21.6911084Z should be replaced with 2022-12-01T11:08:21.6911260Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:08:21.6911356Z and 2022-12-01T11:08:21.6911539Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:08:21.6911746Z should be replaced with 2022-12-01T11:08:21.6912092Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T11:08:21.6912276Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:08:21.6912315Z 2022-12-01T11:08:21.6912574Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float64 2022-12-01T11:08:21.6912814Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float32 2022-12-01T11:08:21.6913822Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6914073Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6914093Z 2022-12-01T11:08:21.6914331Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float64 2022-12-01T11:08:21.6915301Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6915549Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6915569Z 2022-12-01T11:08:21.6915818Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float32 2022-12-01T11:08:21.6916047Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_bag_cuda_float32 2022-12-01T11:08:21.6917098Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6917353Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6917372Z 2022-12-01T11:08:21.6917633Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float32 2022-12-01T11:08:21.6917895Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float64 2022-12-01T11:08:21.6918901Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool2d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6919152Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6919174Z 2022-12-01T11:08:21.6919435Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float32 2022-12-01T11:08:21.6919692Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float64 2022-12-01T11:08:21.6920693Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool3d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6921006Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6921025Z 2022-12-01T11:08:21.6921266Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:08:21.6921488Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float64 2022-12-01T11:08:21.6922520Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6922766Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6922788Z 2022-12-01T11:08:21.6923025Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6923260Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6924256Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6924502Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6924522Z 2022-12-01T11:08:21.6924777Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6925011Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6926196Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6926450Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6926470Z 2022-12-01T11:08:21.6926720Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6926959Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6928121Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6928366Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6928385Z 2022-12-01T11:08:21.6928638Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6928873Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6930121Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6930369Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6930389Z 2022-12-01T11:08:21.6930651Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float32 2022-12-01T11:08:21.6930909Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float64 2022-12-01T11:08:21.6931136Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_margin_loss_cuda_float32 2022-12-01T11:08:21.6932156Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6932398Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6932435Z 2022-12-01T11:08:21.6932652Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float32 2022-12-01T11:08:21.6933629Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6933884Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6933903Z 2022-12-01T11:08:21.6934194Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float32 2022-12-01T11:08:21.6935391Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::rrelu_with_noise_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6935649Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6935674Z 2022-12-01T11:08:21.6935920Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float64 2022-12-01T11:08:21.6936148Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:08:21.6936384Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:08:21.6937386Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6937632Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6937744Z 2022-12-01T11:08:21.6938007Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float32 2022-12-01T11:08:21.6938248Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float64 2022-12-01T11:08:21.6939249Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6939492Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6939512Z 2022-12-01T11:08:21.6939721Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float64 2022-12-01T11:08:21.6939920Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_put_cuda_float32 2022-12-01T11:08:21.6940120Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_put_cuda_float32 2022-12-01T11:08:21.6941087Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6941335Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6941354Z 2022-12-01T11:08:21.6941543Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float64 2022-12-01T11:08:21.6941752Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float32 2022-12-01T11:08:21.6941961Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float64 2022-12-01T11:08:21.6942159Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_put_cuda_float32 2022-12-01T11:08:21.6943114Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6943429Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6943452Z 2022-12-01T11:08:21.6943703Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float32 2022-12-01T11:08:21.6944698Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_segment_reduce_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6944946Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6944965Z 2022-12-01T11:08:21.6945186Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float32 2022-12-01T11:08:21.6946165Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_dense_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6946414Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6946433Z 2022-12-01T11:08:21.6946649Z test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float64 2022-12-01T11:08:21.6946919Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unfold_cuda_float32 2022-12-01T11:08:21.6947905Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unfold_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6948151Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6948170Z 2022-12-01T11:08:21.6948378Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft2_cuda_float32 2022-12-01T11:08:21.6948567Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfftn_cuda_float32 2022-12-01T11:08:21.6948774Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft2_cuda_float32 2022-12-01T11:08:21.6948983Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft2_cuda_float32 2022-12-01T11:08:21.6949989Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6950126Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6950145Z 2022-12-01T11:08:21.6950399Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:08:21.6951565Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6951701Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6951721Z 2022-12-01T11:08:21.6951927Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_fill_cuda_float32 2022-12-01T11:08:21.6952183Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_fill_cuda_float32 2022-12-01T11:08:21.6953226Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6953365Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6953384Z 2022-12-01T11:08:21.6953582Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_cuda_float32 2022-12-01T11:08:21.6954541Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:1682: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6954746Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:08:21.6954765Z 2022-12-01T11:08:21.6954980Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_scatter_cuda_float32 2022-12-01T11:08:21.6955196Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_scatter_cuda_float32 2022-12-01T11:08:21.6956198Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6956398Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6956418Z 2022-12-01T11:08:21.6956634Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_bilinear_cuda_float32 2022-12-01T11:08:21.6957667Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6957782Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6957819Z 2022-12-01T11:08:21.6958030Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_glu_cuda_float32 2022-12-01T11:08:21.6958249Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_glu_cuda_float32 2022-12-01T11:08:21.6959209Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1493: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::glu_jvp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6959352Z return torch._C._nn.glu(input, dim) 2022-12-01T11:08:21.6959371Z 2022-12-01T11:08:21.6959602Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_huber_loss_cuda_float32 2022-12-01T11:08:21.6960581Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6960840Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T11:08:21.6960861Z 2022-12-01T11:08:21.6961088Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:08:21.6962132Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6962390Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:08:21.6962413Z 2022-12-01T11:08:21.6962645Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool3d_cuda_float32 2022-12-01T11:08:21.6963640Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6963862Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:08:21.6963882Z 2022-12-01T11:08:21.6964092Z test_ops.py::TestOperatorsCUDA::test_vmapjvpall_quantile_cuda_float32 2022-12-01T11:08:21.6964296Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_quantile_cuda_float32 2022-12-01T11:08:21.6964492Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_quantile_cuda_float32 2022-12-01T11:08:21.6964706Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanquantile_cuda_float32 2022-12-01T11:08:21.6965791Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6965926Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6965945Z 2022-12-01T11:08:21.6966129Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_solve_cuda_float32 2022-12-01T11:08:21.6966337Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_solve_cuda_float32 2022-12-01T11:08:21.6966533Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_solve_cuda_float32 2022-12-01T11:08:21.6967493Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6967750Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6967769Z 2022-12-01T11:08:21.6967986Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumprod_cuda_float32 2022-12-01T11:08:21.6968960Z /opt/conda/lib/python3.10/site-packages/torch/masked/_ops.py:1196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6969165Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-12-01T11:08:21.6969187Z 2022-12-01T11:08:21.6969398Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_cuda_float32 2022-12-01T11:08:21.6970456Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6970600Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6970619Z 2022-12-01T11:08:21.6970836Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_select_cuda_float32 2022-12-01T11:08:21.6971815Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6972069Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6972088Z 2022-12-01T11:08:21.6972329Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 2022-12-01T11:08:21.6972573Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 2022-12-01T11:08:21.6973531Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2833: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6973655Z if torch.any(var < 0): 2022-12-01T11:08:21.6973744Z 2022-12-01T11:08:21.6973973Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_glu_cuda_float32 2022-12-01T11:08:21.6974958Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::glu_backward_jvp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6975444Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6975468Z 2022-12-01T11:08:21.6975691Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_cuda_float32 2022-12-01T11:08:21.6975935Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 2022-12-01T11:08:21.6976162Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_cuda_float32 2022-12-01T11:08:21.6977143Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6977363Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T11:08:21.6977383Z 2022-12-01T11:08:21.6977608Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_prod_cuda_float32 2022-12-01T11:08:21.6978594Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6978849Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6978869Z 2022-12-01T11:08:21.6979094Z test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_prod_cuda_float32 2022-12-01T11:08:21.6979299Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_reduce_cuda_float32 2022-12-01T11:08:21.6979593Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_reduce_cuda_float32 2022-12-01T11:08:21.6980569Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6980818Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6980842Z 2022-12-01T11:08:21.6981042Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_copysign_cuda_float32 2022-12-01T11:08:21.6981250Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_copysign_cuda_float32 2022-12-01T11:08:21.6982264Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6982406Z return self.op(*args, **kwargs) 2022-12-01T11:08:21.6982425Z 2022-12-01T11:08:21.6982633Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_reduce_cuda_float32 2022-12-01T11:08:21.6982825Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_reduce_cuda_float32 2022-12-01T11:08:21.6983797Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6984138Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6984158Z 2022-12-01T11:08:21.6984391Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_bag_cuda_float32 2022-12-01T11:08:21.6985369Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2392: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6985510Z ret, _, _, _ = torch.embedding_bag( 2022-12-01T11:08:21.6985530Z 2022-12-01T11:08:21.6985757Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_huber_loss_cuda_float32 2022-12-01T11:08:21.6986737Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6986986Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6987005Z 2022-12-01T11:08:21.6987233Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:08:21.6988376Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [20], which does not match the required output shape [2, 20]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6988677Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6988700Z 2022-12-01T11:08:21.6988937Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_logsigmoid_cuda_float32 2022-12-01T11:08:21.6990077Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6990323Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6990342Z 2022-12-01T11:08:21.6990578Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 2022-12-01T11:08:21.6991554Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3530: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6991783Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T11:08:21.6991856Z 2022-12-01T11:08:21.6992109Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_margin_loss_cuda_float32 2022-12-01T11:08:21.6993116Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3389: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss_forward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6993327Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T11:08:21.6993346Z 2022-12-01T11:08:21.6993576Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:08:21.6993813Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32 2022-12-01T11:08:21.6994778Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6995045Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T11:08:21.6995065Z 2022-12-01T11:08:21.6995259Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_cuda_float32 2022-12-01T11:08:21.6995440Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_put_cuda_float32 2022-12-01T11:08:21.6996460Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6996693Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6996733Z 2022-12-01T11:08:21.6996918Z test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_sparse_cuda_float32 2022-12-01T11:08:21.6998013Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15086: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:08:21.6998178Z op=lambda x, *args: x.to_sparse(*args), 2022-12-01T11:08:21.6998197Z 2022-12-01T11:08:21.6998456Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 2022-12-01T11:08:21.6999620Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape [2, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.6999869Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.6999889Z 2022-12-01T11:08:21.7000149Z test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 2022-12-01T11:08:21.7001301Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [2, 5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:21.7001618Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:08:21.7001638Z 2022-12-01T11:08:21.7001955Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T11:08:21.7002398Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-24020de192ad1b36.xml - 2022-12-01T11:08:21.7002608Z = 3337 passed, 991 skipped, 9 deselected, 176 xfailed, 246 warnings in 2819.30s (0:46:59) = 2022-12-01T11:08:21.7002851Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T11:08:21.7002874Z 2022-12-01T11:08:21.7003678Z ##[endgroup] 2022-12-01T11:08:21.7004082Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_l1otbiij) 2022-12-01T11:08:21.7004122Z 2022-12-01T11:08:21.8397815Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:08:21.839212] 2022-12-01T11:08:40.0042060Z 2022-12-01T11:08:40.0042929Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T11:08:40.0044364Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_k41t8sq0) 2022-12-01T11:08:40.0045791Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T11:08:40.0046803Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:40.0048607Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T11:08:40.0049488Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:40.0050372Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T11:08:40.0050991Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:40.0051822Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T11:08:40.0052428Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:40.0053502Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T11:08:40.0054252Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:40.0055881Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T11:08:40.0056841Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:40.0057432Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-7d85ce0d52928a1e.xml 2022-12-01T11:08:40.0057872Z ============================= test session starts ============================== 2022-12-01T11:08:40.0058387Z platform linux -- Python 3.10.4, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T11:08:40.0063194Z cachedir: .pytest_cache 2022-12-01T11:08:40.0064460Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T11:08:40.0065078Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T11:08:40.0066003Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T11:08:40.0066740Z collecting ... collected 8866 items / 8838 deselected / 28 selected 2022-12-01T11:08:40.0070890Z Running 28 items in this shard: test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float64, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_ex_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_cuda_float32, test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_ex_cuda_float32 2022-12-01T11:08:40.0074162Z 2022-12-01T11:08:40.0074411Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0074909Z functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0075421Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0075881Z functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0076362Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0076840Z functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0077409Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0077865Z functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0078341Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0078826Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0079293Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0079780Z functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0080285Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0080797Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float64 PASSED 2022-12-01T11:08:40.0081297Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0081818Z functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float64 PASSED 2022-12-01T11:08:40.0082343Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0082879Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0083379Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0083877Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0084374Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0084857Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0085379Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0085903Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0086403Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0086934Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0087442Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_cuda_float32 PASSED 2022-12-01T11:08:40.0087941Z functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_ex_cuda_float32 PASSED 2022-12-01T11:08:40.0088218Z 2022-12-01T11:08:40.0088383Z =============================== warnings summary =============================== 2022-12-01T11:08:40.0088878Z ../../../../../opt/conda/lib/python3.10/site-packages/_pytest/config/__init__.py:1130 2022-12-01T11:08:40.0089588Z /opt/conda/lib/python3.10/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T11:08:40.0090078Z self._mark_plugins_for_rewrite(hook) 2022-12-01T11:08:40.0090268Z 2022-12-01T11:08:40.0090581Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T11:08:40.0091265Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-7d85ce0d52928a1e.xml - 2022-12-01T11:08:40.0091778Z =============== 28 passed, 8838 deselected, 1 warning in 12.05s ================ 2022-12-01T11:08:40.0092215Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T11:08:40.0092491Z 2022-12-01T11:08:40.0092832Z ##[endgroup] 2022-12-01T11:08:40.0093367Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_k41t8sq0) 2022-12-01T11:08:40.0093753Z 2022-12-01T11:08:40.0093996Z Running functorch/test_vmap ... [2022-12-01 11:08:40.004782] 2022-12-01T11:08:40.0094630Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:08:40.005060] 2022-12-01T11:12:01.9326054Z 2022-12-01T11:12:01.9329887Z Expand the folded group to see the log file of functorch/test_vmap 2022-12-01T11:12:01.9331315Z ##[group]PRINTING LOG FILE of functorch/test_vmap (/var/lib/jenkins/workspace/test/test-reports/functorch-test_vmap_y4icyr6s) 2022-12-01T11:12:01.9332819Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T11:12:01.9333897Z warnings.warn(msg, FutureWarning) 2022-12-01T11:12:01.9336130Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T11:12:01.9378856Z warnings.warn(msg, FutureWarning) 2022-12-01T11:12:01.9379870Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T11:12:01.9380588Z warnings.warn(msg, FutureWarning) 2022-12-01T11:12:01.9381453Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T11:12:01.9382054Z warnings.warn(msg, FutureWarning) 2022-12-01T11:12:01.9383156Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T11:12:01.9383895Z warnings.warn(msg, FutureWarning) 2022-12-01T11:12:01.9385306Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T11:12:01.9386113Z warnings.warn(msg, FutureWarning) 2022-12-01T11:12:01.9386314Z 2022-12-01T11:12:01.9386438Z Running tests... 2022-12-01T11:12:01.9386884Z ---------------------------------------------------------------------- 2022-12-01T11:12:01.9387713Z Test results will be stored in test-reports/python-unittest/functorch.test_vmap 2022-12-01T11:12:01.9388720Z test_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... /var/lib/jenkins/workspace/test/functorch/test_vmap.py:3909: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:01.9389630Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-12-01T11:12:01.9389965Z ok (0.025s) 2022-12-01T11:12:01.9390474Z test_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9391159Z test_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9391876Z test_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9392584Z test_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9393169Z test_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9394092Z test_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9394629Z test_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9395137Z test_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9396021Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9396684Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9397569Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9398509Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9399181Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9399812Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9400478Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9401505Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9402799Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9403487Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9404342Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9405366Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9406543Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9407670Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9408795Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9409971Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9411193Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9412438Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9413654Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9414982Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9416284Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9417634Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9418634Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9419846Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9421156Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9422321Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9423499Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9424709Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9425928Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9427164Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9428649Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9429579Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9430521Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9431339Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9431996Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9432647Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9433526Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9434384Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9435044Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9436032Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9436681Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9437314Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9438251Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9438908Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9439562Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9440436Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9441076Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9441719Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9442364Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9443009Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9443634Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9444785Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9446109Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9447296Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9448270Z test_chunk_vmap_in_dim_0_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9449036Z test_chunk_vmap_in_dim_0_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9449855Z test_chunk_vmap_in_dim_0_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9450621Z test_chunk_vmap_in_dim_1_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9451379Z test_chunk_vmap_in_dim_1_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9452212Z test_chunk_vmap_in_dim_1_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9453097Z test_chunk_vmap_in_dim_2_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9453894Z test_chunk_vmap_in_dim_2_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9454316Z test_chunk_vmap_in_dim_2_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9454787Z test_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9455702Z test_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9456216Z test_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9456701Z test_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9457202Z test_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9457692Z test_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9458162Z test_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9458647Z test_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9459138Z test_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9459648Z test_factory_ops_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9460147Z test_factory_ops_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9460655Z test_factory_ops_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9461158Z test_factory_ops_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9461659Z test_factory_ops_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9462141Z test_factory_ops_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9462672Z test_feature_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9463221Z test_feature_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9463776Z test_feature_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9464297Z test_feature_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9464927Z test_feature_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9465483Z test_feature_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9466015Z test_feature_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9466525Z test_feature_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9467054Z test_feature_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9467593Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9468120Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9468662Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9469201Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9469733Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9470245Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9470869Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9471393Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9471919Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9472427Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9472952Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9473472Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9473997Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9474507Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9475032Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9475549Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9476072Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9476569Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9477035Z test_jacfwd_with_random_cuda (__main__.TestRandomnessCUDA) ... ok (0.105s) 2022-12-01T11:12:01.9477515Z test_like_functions_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9478045Z test_like_functions_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9478553Z test_like_functions_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9479060Z test_like_functions_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9479571Z test_like_functions_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9480120Z test_like_functions_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9480640Z test_like_functions_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9481147Z test_like_functions_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9481651Z test_like_functions_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9482200Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9482826Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9483450Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9484068Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9484666Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9485282Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9485978Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9486585Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9487169Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9487759Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9488351Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9488942Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9489548Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9490128Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9490718Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9491306Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9491898Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9492468Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9493072Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9493686Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9494351Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9494960Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9495846Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9496463Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9497076Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9497662Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9498264Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9498846Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9499442Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9500014Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9500706Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9501300Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9501896Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9502484Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9503059Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9503654Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9504283Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9504945Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9505590Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9506242Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9506896Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9507544Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9508896Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... /var/lib/jenkins/workspace/test/functorch/test_vmap.py:4312: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 14, 14], which does not match the required output shape [4, 3, 3, 14, 14]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:12:01.9510144Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-12-01T11:12:01.9510443Z ok (0.006s) 2022-12-01T11:12:01.9510879Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9511530Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9512179Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9512868Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9513489Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9514177Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9514814Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9515446Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9516061Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9516689Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9517309Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9517943Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9518555Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9519178Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9519813Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9520441Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9521079Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9521700Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9522377Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9523016Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9523660Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9524298Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9524945Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9525605Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9526250Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9526897Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9527523Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9528234Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9528879Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9529514Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9530133Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9530761Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9531390Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9532024Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9532634Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9533262Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9533881Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9534506Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9535340Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9536043Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9536676Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9537305Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9537927Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9538546Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9539177Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9539802Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9540424Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9541374Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9541999Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9542708Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9543293Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9543885Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9544449Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9545030Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-12-01T11:12:01.9545603Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-12-01T11:12:01.9546182Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-12-01T11:12:01.9546739Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.019s) 2022-12-01T11:12:01.9547333Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9547918Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9548501Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9549058Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9549632Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9550194Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-12-01T11:12:01.9550817Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-12-01T11:12:01.9551391Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-12-01T11:12:01.9551983Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-12-01T11:12:01.9552588Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-12-01T11:12:01.9553185Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-12-01T11:12:01.9553766Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9554354Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9554942Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9555514Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9556069Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9556729Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9557325Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-12-01T11:12:01.9557925Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-12-01T11:12:01.9558499Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-12-01T11:12:01.9559092Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9559679Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9560260Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9560820Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9561395Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9561976Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9562518Z test_randperm_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9563014Z test_randperm_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9563520Z test_randperm_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9564024Z test_randperm_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9564520Z test_randperm_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9564999Z test_randperm_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9565517Z test_unsupported_random_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-12-01T11:12:01.9566025Z test_fails_with_autograd_function_transform_grad_and_value_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9566564Z test_fails_with_autograd_function_transform_grad_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9567068Z test_fails_with_autograd_function_transform_jacfwd_cuda (__main__.TestTransformFailureCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9567592Z test_fails_with_autograd_function_transform_jacrev_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9568110Z test_fails_with_autograd_function_transform_jvp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9568626Z test_fails_with_autograd_function_transform_vjp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9569125Z test_fails_with_autograd_function_transform_vmap_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9569580Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.006s) 2022-12-01T11:12:01.9570098Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... skip: error: element 0 of tensors does not require grad and does not have a grad_fn (0.001s) 2022-12-01T11:12:01.9570622Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9571050Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9571504Z test_constant_function (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9571913Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.005s) 2022-12-01T11:12:01.9572318Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9573744Z test_fallback_atan2 (__main__.TestVmapAPI) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:01.9574577Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:01.9574865Z ok (0.077s) 2022-12-01T11:12:01.9575444Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9575871Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: (0.001s) 2022-12-01T11:12:01.9576269Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.007s) 2022-12-01T11:12:01.9576718Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-12-01T11:12:01.9577149Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9578482Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:01.9579310Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:01.9579605Z ok (0.027s) 2022-12-01T11:12:01.9579894Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9580280Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9580662Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9581081Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-12-01T11:12:01.9581495Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9581987Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9583356Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:01.9584184Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:01.9584481Z expected failure (0.008s) 2022-12-01T11:12:01.9584839Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.064s) 2022-12-01T11:12:01.9585245Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.010s) 2022-12-01T11:12:01.9585664Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9586045Z test_item_throws (__main__.TestVmapAPI) ... ok (0.006s) 2022-12-01T11:12:01.9586402Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9586777Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T11:12:01.9587132Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9587505Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9587891Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9588382Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9588766Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T11:12:01.9589142Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9589543Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T11:12:01.9589936Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9590306Z test_nn_module (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9590681Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T11:12:01.9591060Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9591440Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9591797Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9592160Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.007s) 2022-12-01T11:12:01.9592518Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9592906Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9593305Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T11:12:01.9593712Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9594118Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9594533Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9594936Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9595315Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9595707Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9596126Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9596520Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9596900Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T11:12:01.9597276Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T11:12:01.9597623Z test_single_input (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T11:12:01.9598056Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.010s) 2022-12-01T11:12:01.9598529Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.000s) 2022-12-01T11:12:01.9598975Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... ok (0.403s) 2022-12-01T11:12:01.9599362Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9599813Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9600272Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9600695Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.029s) 2022-12-01T11:12:01.9601125Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9601559Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9602015Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9602463Z test_inplace_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9602902Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9603340Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9603749Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9604180Z test_log_softmax_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9604626Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9605142Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9605568Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9605993Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9606420Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.025s) 2022-12-01T11:12:01.9606833Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9607275Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9607704Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9608119Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9608550Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9608981Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9609406Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9610050Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/functorch/test_vmap.py:3025: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:12:01.9610795Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:12:01.9611238Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:12:01.9611528Z should be replaced with 2022-12-01T11:12:01.9611924Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:12:01.9612222Z and 2022-12-01T11:12:01.9612487Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:12:01.9612815Z should be replaced with 2022-12-01T11:12:01.9613454Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:12:01.9613960Z return torch.symeig(x, eigenvectors=True)[0] 2022-12-01T11:12:01.9614230Z ok (0.329s) 2022-12-01T11:12:01.9614576Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T11:12:01.9615014Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9615750Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9616261Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9616772Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... expected failure (0.001s) 2022-12-01T11:12:01.9617258Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... ok (0.001s) 2022-12-01T11:12:01.9617695Z test_where_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-12-01T11:12:01.9618099Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T11:12:01.9618491Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T11:12:01.9618872Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T11:12:01.9619261Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T11:12:01.9619669Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T11:12:01.9620076Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.024s) 2022-12-01T11:12:01.9620466Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.025s) 2022-12-01T11:12:01.9620865Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T11:12:01.9621266Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T11:12:01.9621652Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.024s) 2022-12-01T11:12:01.9622054Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.025s) 2022-12-01T11:12:01.9622545Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T11:12:01.9622952Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T11:12:01.9623329Z test_as_strided (__main__.TestVmapOperators) ... ok (0.072s) 2022-12-01T11:12:01.9623694Z test_bmm (__main__.TestVmapOperators) ... ok (0.025s) 2022-12-01T11:12:01.9624051Z test_cat (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9624390Z test_chunk (__main__.TestVmapOperators) ... ok (0.025s) 2022-12-01T11:12:01.9624806Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9625279Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9625733Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9626204Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9626672Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9627137Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9627594Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9628057Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9628520Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9628988Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9629440Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9629902Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9630363Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9630814Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9631280Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9631794Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9632271Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9632722Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9633124Z test_clamp (__main__.TestVmapOperators) ... ok (0.028s) 2022-12-01T11:12:01.9633533Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T11:12:01.9633990Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T11:12:01.9634408Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T11:12:01.9634827Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T11:12:01.9635215Z test_clone (__main__.TestVmapOperators) ... ok (0.028s) 2022-12-01T11:12:01.9635578Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.107s) 2022-12-01T11:12:01.9635954Z test_conj (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9636319Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T11:12:01.9636679Z test_contiguous (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T11:12:01.9637050Z test_conv2d (__main__.TestVmapOperators) ... ok (0.301s) 2022-12-01T11:12:01.9637409Z test_copy_ (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9637795Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T11:12:01.9638252Z test_diagonal (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9638615Z test_dot (__main__.TestVmapOperators) ... ok (0.024s) 2022-12-01T11:12:01.9638985Z test_expand_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T11:12:01.9639364Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T11:12:01.9639750Z test_imag (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T11:12:01.9640121Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T11:12:01.9640485Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T11:12:01.9640878Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T11:12:01.9641256Z test_mean (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9641625Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.095s) 2022-12-01T11:12:01.9642238Z test_mm (__main__.TestVmapOperators) ... ok (0.024s) 2022-12-01T11:12:01.9642684Z test_mode_key (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T11:12:01.9643056Z test_movedim (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9643399Z test_mv (__main__.TestVmapOperators) ... ok (0.024s) 2022-12-01T11:12:01.9643758Z test_narrow (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9644131Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T11:12:01.9644501Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T11:12:01.9644882Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T11:12:01.9645247Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9645611Z test_one_hot (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T11:12:01.9645952Z test_real (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T11:12:01.9646308Z test_repeat (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T11:12:01.9646684Z test_reshape (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9647043Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T11:12:01.9647422Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T11:12:01.9647801Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9648157Z test_select (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9648613Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T11:12:01.9649009Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9649376Z test_slogdet (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9649723Z test_split (__main__.TestVmapOperators) ... ok (0.048s) 2022-12-01T11:12:01.9650086Z test_squeeze (__main__.TestVmapOperators) ... ok (0.033s) 2022-12-01T11:12:01.9650444Z test_stack (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9650792Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T11:12:01.9651149Z test_sum (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9651511Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T11:12:01.9651847Z test_t (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9652210Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.128s) 2022-12-01T11:12:01.9652578Z test_to (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9652938Z test_trace (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T11:12:01.9653286Z test_transpose (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T11:12:01.9653676Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9654088Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9654478Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9654884Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9655630Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9656022Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9656430Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9656841Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9657264Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9657661Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9658073Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9658482Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9658879Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9659297Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9659710Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9660123Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9660512Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T11:12:01.9660917Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9661341Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9661749Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9662156Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9662566Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9662963Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9663378Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9663787Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9664188Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9664578Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9664981Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9665482Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9665892Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9666282Z test_unbind (__main__.TestVmapOperators) ... ok (0.174s) 2022-12-01T11:12:01.9666647Z test_unfold (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T11:12:01.9667020Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T11:12:01.9667379Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T11:12:01.9667747Z test_view (__main__.TestVmapOperators) ... ok (0.018s) 2022-12-01T11:12:01.9668109Z test_view_as (__main__.TestVmapOperators) ... ok (0.021s) 2022-12-01T11:12:01.9668471Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.118s) 2022-12-01T11:12:01.9668855Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T11:12:01.9669278Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.001s) 2022-12-01T11:12:01.9669699Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T11:12:01.9670105Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T11:12:01.9670549Z test_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.185s) 2022-12-01T11:12:01.9671088Z test_batch_norm_training_False_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9671660Z test_batch_norm_training_False_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9672338Z test_batch_norm_training_False_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9672925Z test_batch_norm_training_False_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.164s) 2022-12-01T11:12:01.9673509Z test_batch_norm_training_True_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-12-01T11:12:01.9674073Z test_batch_norm_training_True_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9674641Z test_batch_norm_training_True_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9675212Z test_batch_norm_training_True_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9675734Z test_conv_double_backward_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.927s) 2022-12-01T11:12:01.9676182Z test_fill__Tensor_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9676622Z test_flatten_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-12-01T11:12:01.9677059Z test_foo_like_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-12-01T11:12:01.9677490Z test_group_norm_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-12-01T11:12:01.9677992Z test_index_put_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9678446Z test_inplace_on_view_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:01.9678894Z test_isinf_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9679303Z test_isnan_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9680739Z test_linalg_eigh_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:01.9681650Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:01.9682458Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:01.9683167Z return op(*args, **kwargs) 2022-12-01T11:12:01.9683407Z ok (0.130s) 2022-12-01T11:12:01.9683756Z test_linalg_svd_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.113s) 2022-12-01T11:12:01.9684219Z test_namedtuple_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-12-01T11:12:01.9684689Z test_nested_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-12-01T11:12:01.9685179Z test_op_has_batch_rule_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9685661Z test_op_has_batch_rule_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9686179Z test_op_has_batch_rule___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.068s) 2022-12-01T11:12:01.9686708Z test_op_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.283s) 2022-12-01T11:12:01.9687225Z test_op_has_batch_rule___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9687803Z test_op_has_batch_rule___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-12-01T11:12:01.9688303Z test_op_has_batch_rule___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-12-01T11:12:01.9688785Z test_op_has_batch_rule___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9689285Z test_op_has_batch_rule___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-12-01T11:12:01.9690396Z test_op_has_batch_rule___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:12:01.9691166Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T11:12:01.9691487Z expected failure (0.012s) 2022-12-01T11:12:01.9691882Z test_op_has_batch_rule___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-12-01T11:12:01.9692375Z test_op_has_batch_rule_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9692873Z test_op_has_batch_rule_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:01.9693361Z test_op_has_batch_rule_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:01.9693860Z test_op_has_batch_rule_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.167s) 2022-12-01T11:12:01.9694357Z test_op_has_batch_rule_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-12-01T11:12:01.9694844Z test_op_has_batch_rule_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-12-01T11:12:01.9695526Z test_op_has_batch_rule_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-12-01T11:12:01.9696037Z test_op_has_batch_rule_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-12-01T11:12:01.9696556Z test_op_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-12-01T11:12:01.9697050Z test_op_has_batch_rule_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-12-01T11:12:01.9697632Z test_op_has_batch_rule_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-12-01T11:12:01.9698169Z test_op_has_batch_rule_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9698715Z test_op_has_batch_rule_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9699220Z test_op_has_batch_rule_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.188s) 2022-12-01T11:12:01.9699706Z test_op_has_batch_rule_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.188s) 2022-12-01T11:12:01.9700208Z test_op_has_batch_rule_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.121s) 2022-12-01T11:12:01.9700690Z test_op_has_batch_rule_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9701206Z test_op_has_batch_rule_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9701750Z test_op_has_batch_rule_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9702268Z test_op_has_batch_rule_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:01.9702748Z test_op_has_batch_rule_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:01.9703252Z test_op_has_batch_rule_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-12-01T11:12:01.9703785Z test_op_has_batch_rule_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9704443Z test_op_has_batch_rule_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9704988Z test_op_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:01.9705518Z test_op_has_batch_rule_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9706015Z test_op_has_batch_rule_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9706513Z test_op_has_batch_rule_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-12-01T11:12:01.9706990Z test_op_has_batch_rule_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9707485Z test_op_has_batch_rule_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9707989Z test_op_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-12-01T11:12:01.9708482Z test_op_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-12-01T11:12:01.9708982Z test_op_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-12-01T11:12:01.9709494Z test_op_has_batch_rule_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-12-01T11:12:01.9710027Z test_op_has_batch_rule_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.020s) 2022-12-01T11:12:01.9710556Z test_op_has_batch_rule_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.032s) 2022-12-01T11:12:01.9711116Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9711661Z test_op_has_batch_rule_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-12-01T11:12:01.9712163Z test_op_has_batch_rule_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9712660Z test_op_has_batch_rule_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-12-01T11:12:01.9713314Z test_op_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9713900Z test_op_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9714454Z test_op_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-12-01T11:12:01.9714971Z test_op_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-12-01T11:12:01.9715509Z test_op_has_batch_rule_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-12-01T11:12:01.9716058Z test_op_has_batch_rule_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-12-01T11:12:01.9716588Z test_op_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9717132Z test_op_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:01.9717662Z test_op_has_batch_rule_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.450s) 2022-12-01T11:12:01.9718176Z test_op_has_batch_rule_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.508s) 2022-12-01T11:12:01.9718657Z test_op_has_batch_rule_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9719823Z test_op_has_batch_rule_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:12:01.9720659Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T11:12:01.9720971Z expected failure (0.010s) 2022-12-01T11:12:01.9721374Z test_op_has_batch_rule_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-12-01T11:12:01.9721927Z test_op_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9722703Z test_op_has_batch_rule_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:12:01.9723310Z L = torch.cholesky(A) 2022-12-01T11:12:01.9723559Z should be replaced with 2022-12-01T11:12:01.9723839Z L = torch.linalg.cholesky(A) 2022-12-01T11:12:01.9724094Z and 2022-12-01T11:12:01.9724326Z U = torch.cholesky(A, upper=True) 2022-12-01T11:12:01.9724610Z should be replaced with 2022-12-01T11:12:01.9724898Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:12:01.9725466Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T11:12:01.9726044Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:01.9726356Z ok (0.047s) 2022-12-01T11:12:01.9726743Z test_op_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-12-01T11:12:01.9727261Z test_op_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-12-01T11:12:01.9727775Z test_op_has_batch_rule_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:01.9728274Z test_op_has_batch_rule_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-12-01T11:12:01.9728801Z test_op_has_batch_rule_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9729396Z test_op_has_batch_rule_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9729936Z test_op_has_batch_rule_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9730464Z test_op_has_batch_rule_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9731004Z test_op_has_batch_rule_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-12-01T11:12:01.9731521Z test_op_has_batch_rule_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9732041Z test_op_has_batch_rule_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9732551Z test_op_has_batch_rule_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9733061Z test_op_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.158s) 2022-12-01T11:12:01.9733586Z test_op_has_batch_rule_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9734122Z test_op_has_batch_rule_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9734652Z test_op_has_batch_rule_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-12-01T11:12:01.9735376Z test_op_has_batch_rule_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9735981Z test_op_has_batch_rule_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9736511Z test_op_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9737034Z test_op_has_batch_rule_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.322s) 2022-12-01T11:12:01.9737538Z test_op_has_batch_rule_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.033s) 2022-12-01T11:12:01.9738057Z test_op_has_batch_rule_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:01.9738553Z test_op_has_batch_rule_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:01.9739056Z test_op_has_batch_rule_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:01.9739538Z test_op_has_batch_rule_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9740066Z test_op_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-12-01T11:12:01.9740587Z test_op_has_batch_rule_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9741069Z test_op_has_batch_rule_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-12-01T11:12:01.9741573Z test_op_has_batch_rule_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-12-01T11:12:01.9742106Z test_op_has_batch_rule_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9742634Z test_op_has_batch_rule_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.167s) 2022-12-01T11:12:01.9743137Z test_op_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-12-01T11:12:01.9743642Z test_op_has_batch_rule_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.555s) 2022-12-01T11:12:01.9744141Z test_op_has_batch_rule_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:01.9744642Z test_op_has_batch_rule_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.320s) 2022-12-01T11:12:01.9745138Z test_op_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.107s) 2022-12-01T11:12:01.9745739Z test_op_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.106s) 2022-12-01T11:12:01.9746287Z test_op_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.107s) 2022-12-01T11:12:01.9746800Z test_op_has_batch_rule_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9747300Z test_op_has_batch_rule_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-12-01T11:12:01.9747857Z test_op_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9748393Z test_op_has_batch_rule_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:01.9748879Z test_op_has_batch_rule_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.115s) 2022-12-01T11:12:01.9749381Z test_op_has_batch_rule_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.068s) 2022-12-01T11:12:01.9749900Z test_op_has_batch_rule_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9750423Z test_op_has_batch_rule_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9750901Z test_op_has_batch_rule_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-12-01T11:12:01.9751416Z test_op_has_batch_rule_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9751996Z test_op_has_batch_rule_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9752484Z test_op_has_batch_rule_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:01.9752962Z test_op_has_batch_rule_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:01.9753461Z test_op_has_batch_rule_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:01.9753948Z test_op_has_batch_rule_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9754433Z test_op_has_batch_rule_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:01.9754941Z test_op_has_batch_rule_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:01.9755441Z test_op_has_batch_rule_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9755964Z test_op_has_batch_rule_eye_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9756466Z test_op_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-12-01T11:12:01.9756966Z test_op_has_batch_rule_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:01.9757469Z test_op_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:01.9757977Z test_op_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9758468Z test_op_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:01.9758970Z test_op_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-12-01T11:12:01.9759475Z test_op_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:01.9759961Z test_op_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:01.9760461Z test_op_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:01.9761038Z test_op_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:01.9761568Z test_op_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:01.9762089Z test_op_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9762612Z test_op_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:01.9763141Z test_op_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9763672Z test_op_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:01.9764160Z test_op_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:01.9764662Z test_op_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:01.9765168Z test_op_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:01.9765672Z test_op_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:01.9766155Z test_op_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:01.9766648Z test_op_has_batch_rule_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:01.9767147Z test_op_has_batch_rule_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:01.9767698Z test_op_has_batch_rule_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:01.9768196Z test_op_has_batch_rule_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:01.9768694Z test_op_has_batch_rule_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:01.9769219Z test_op_has_batch_rule_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-12-01T11:12:01.9769759Z test_op_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:01.9770295Z test_op_has_batch_rule_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-12-01T11:12:01.9770795Z test_op_has_batch_rule_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9771305Z test_op_has_batch_rule_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-12-01T11:12:01.9771791Z test_op_has_batch_rule_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9772278Z test_op_has_batch_rule_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9772759Z test_op_has_batch_rule_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-12-01T11:12:01.9773247Z test_op_has_batch_rule_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9773721Z test_op_has_batch_rule_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9774218Z test_op_has_batch_rule_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:01.9774717Z test_op_has_batch_rule_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.258s) 2022-12-01T11:12:01.9775432Z test_op_has_batch_rule_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:01.9775933Z test_op_has_batch_rule_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.157s) 2022-12-01T11:12:01.9776435Z test_op_has_batch_rule_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.287s) 2022-12-01T11:12:01.9777012Z test_op_has_batch_rule_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-12-01T11:12:01.9777527Z test_op_has_batch_rule_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.032s) 2022-12-01T11:12:01.9778079Z test_op_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9778616Z test_op_has_batch_rule_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-12-01T11:12:01.9779147Z test_op_has_batch_rule_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-12-01T11:12:01.9779650Z test_op_has_batch_rule_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:01.9780150Z test_op_has_batch_rule_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.114s) 2022-12-01T11:12:01.9780646Z test_op_has_batch_rule_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9781120Z test_op_has_batch_rule_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:01.9781611Z test_op_has_batch_rule_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-12-01T11:12:01.9782111Z test_op_has_batch_rule_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-12-01T11:12:01.9782615Z test_op_has_batch_rule_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.119s) 2022-12-01T11:12:01.9783104Z test_op_has_batch_rule_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-12-01T11:12:01.9783726Z test_op_has_batch_rule_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9784282Z test_op_has_batch_rule_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.045s) 2022-12-01T11:12:01.9784833Z test_op_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.340s) 2022-12-01T11:12:01.9785634Z test_op_has_batch_rule_index_reduce_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:1042.) 2022-12-01T11:12:01.9786355Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:01.9786688Z expected failure (0.010s) 2022-12-01T11:12:01.9787098Z test_op_has_batch_rule_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-12-01T11:12:01.9787589Z test_op_has_batch_rule_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9788107Z test_op_has_batch_rule_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.032s) 2022-12-01T11:12:01.9788656Z test_op_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9789213Z test_op_has_batch_rule_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.048s) 2022-12-01T11:12:01.9789721Z test_op_has_batch_rule_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9790242Z test_op_has_batch_rule_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9790750Z test_op_has_batch_rule_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9791232Z test_op_has_batch_rule_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9791733Z test_op_has_batch_rule_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:01.9792233Z test_op_has_batch_rule_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:01.9792783Z test_op_has_batch_rule_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9793999Z test_op_has_batch_rule_istft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T11:12:01.9794828Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:01.9795166Z expected failure (0.011s) 2022-12-01T11:12:01.9795613Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.364s) 2022-12-01T11:12:01.9796199Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.364s) 2022-12-01T11:12:01.9796796Z test_op_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.354s) 2022-12-01T11:12:01.9797385Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.347s) 2022-12-01T11:12:01.9797966Z test_op_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.176s) 2022-12-01T11:12:01.9798479Z test_op_has_batch_rule_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9799055Z test_op_has_batch_rule_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-12-01T11:12:01.9799565Z test_op_has_batch_rule_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-12-01T11:12:01.9800067Z test_op_has_batch_rule_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:01.9800548Z test_op_has_batch_rule_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-12-01T11:12:01.9801049Z test_op_has_batch_rule_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:01.9801576Z test_op_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-12-01T11:12:01.9802149Z test_op_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-12-01T11:12:01.9802654Z test_op_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:01.9803171Z test_op_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.141s) 2022-12-01T11:12:01.9803689Z test_op_has_batch_rule_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-12-01T11:12:01.9804218Z test_op_has_batch_rule_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.255s) 2022-12-01T11:12:01.9804727Z test_op_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:01.9805260Z test_op_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-12-01T11:12:01.9805803Z test_op_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:01.9806317Z test_op_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-12-01T11:12:01.9806879Z test_op_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-12-01T11:12:01.9807420Z test_op_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-12-01T11:12:01.9807937Z test_op_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:01.9808523Z test_op_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9809092Z test_op_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:01.9809642Z test_op_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-12-01T11:12:01.9810181Z test_op_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.183s) 2022-12-01T11:12:01.9810776Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-12-01T11:12:01.9811309Z test_op_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9811868Z test_op_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9812414Z test_op_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.205s) 2022-12-01T11:12:01.9812966Z test_op_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.093s) 2022-12-01T11:12:01.9813509Z test_op_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.340s) 2022-12-01T11:12:01.9814054Z test_op_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.132s) 2022-12-01T11:12:01.9814584Z test_op_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.385s) 2022-12-01T11:12:01.9815430Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-12-01T11:12:01.9815994Z test_op_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-12-01T11:12:01.9816531Z test_op_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.348s) 2022-12-01T11:12:01.9817116Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.235s) 2022-12-01T11:12:01.9817678Z test_op_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-12-01T11:12:01.9818206Z test_op_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:01.9818841Z test_op_has_batch_rule_linalg_pinv_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:12:01.9819448Z test_op_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.165s) 2022-12-01T11:12:01.9819971Z test_op_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-12-01T11:12:01.9820478Z test_op_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-12-01T11:12:01.9820997Z test_op_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.160s) 2022-12-01T11:12:01.9821533Z test_op_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.752s) 2022-12-01T11:12:01.9822088Z test_op_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.147s) 2022-12-01T11:12:01.9822610Z test_op_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.150s) 2022-12-01T11:12:01.9823143Z test_op_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9823698Z test_op_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9824356Z test_op_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9824919Z test_op_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9825473Z test_op_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.512s) 2022-12-01T11:12:01.9826020Z test_op_has_batch_rule_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9826526Z test_op_has_batch_rule_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9827035Z test_op_has_batch_rule_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9827556Z test_op_has_batch_rule_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9828058Z test_op_has_batch_rule_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9828544Z test_op_has_batch_rule_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:01.9829078Z test_op_has_batch_rule_log_softmax_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:01.9829613Z test_op_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9830153Z test_op_has_batch_rule_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9830786Z test_op_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-12-01T11:12:01.9831286Z test_op_has_batch_rule_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-12-01T11:12:01.9831802Z test_op_has_batch_rule_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9832329Z test_op_has_batch_rule_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9832855Z test_op_has_batch_rule_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9833353Z test_op_has_batch_rule_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9833861Z test_op_has_batch_rule_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-12-01T11:12:01.9834401Z test_op_has_batch_rule_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9834948Z test_op_has_batch_rule_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.114s) 2022-12-01T11:12:01.9835463Z test_op_has_batch_rule_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-12-01T11:12:01.9836029Z test_op_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9836564Z test_op_has_batch_rule_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:01.9837582Z test_op_has_batch_rule_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T11:12:01.9838247Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:12:01.9838572Z should be replaced with 2022-12-01T11:12:01.9838918Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:12:01.9839233Z and 2022-12-01T11:12:01.9839525Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:12:01.9839883Z should be replaced with 2022-12-01T11:12:01.9840375Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T11:12:01.9840981Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:12:01.9841296Z ok (0.280s) 2022-12-01T11:12:01.9841904Z test_op_has_batch_rule_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T11:12:01.9842566Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T11:12:01.9842906Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T11:12:01.9843170Z should be replaced with 2022-12-01T11:12:01.9843638Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T11:12:01.9844153Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:01.9844470Z expected failure (0.011s) 2022-12-01T11:12:01.9844898Z test_op_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9845425Z test_op_has_batch_rule_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:01.9845901Z test_op_has_batch_rule_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:01.9846406Z test_op_has_batch_rule_masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.390s) 2022-12-01T11:12:01.9846956Z test_op_has_batch_rule_masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.389s) 2022-12-01T11:12:01.9847575Z test_op_has_batch_rule_masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.242s) 2022-12-01T11:12:01.9848110Z test_op_has_batch_rule_masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.241s) 2022-12-01T11:12:01.9848639Z test_op_has_batch_rule_masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-12-01T11:12:01.9849172Z test_op_has_batch_rule_masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:01.9849709Z test_op_has_batch_rule_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.137s) 2022-12-01T11:12:01.9850284Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-12-01T11:12:01.9850848Z test_op_has_batch_rule_masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-12-01T11:12:01.9851399Z test_op_has_batch_rule_masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.123s) 2022-12-01T11:12:01.9851941Z test_op_has_batch_rule_masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.453s) 2022-12-01T11:12:01.9852466Z test_op_has_batch_rule_masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.544s) 2022-12-01T11:12:01.9852972Z test_op_has_batch_rule_masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-12-01T11:12:01.9853493Z test_op_has_batch_rule_masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.968s) 2022-12-01T11:12:01.9854014Z test_op_has_batch_rule_masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.142s) 2022-12-01T11:12:01.9854532Z test_op_has_batch_rule_masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.395s) 2022-12-01T11:12:01.9855059Z test_op_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9855880Z test_op_has_batch_rule_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.061s) 2022-12-01T11:12:01.9856422Z test_op_has_batch_rule_masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-12-01T11:12:01.9857027Z test_op_has_batch_rule_masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-12-01T11:12:01.9857529Z test_op_has_batch_rule_masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.501s) 2022-12-01T11:12:01.9858041Z test_op_has_batch_rule_masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.386s) 2022-12-01T11:12:01.9858544Z test_op_has_batch_rule_masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.472s) 2022-12-01T11:12:01.9859030Z test_op_has_batch_rule_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.176s) 2022-12-01T11:12:01.9859559Z test_op_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9860084Z test_op_has_batch_rule_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.114s) 2022-12-01T11:12:01.9860603Z test_op_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9861125Z test_op_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-12-01T11:12:01.9861645Z test_op_has_batch_rule_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9862143Z test_op_has_batch_rule_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-12-01T11:12:01.9862636Z test_op_has_batch_rule_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-12-01T11:12:01.9863146Z test_op_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.201s) 2022-12-01T11:12:01.9863802Z test_op_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.198s) 2022-12-01T11:12:01.9864329Z test_op_has_batch_rule_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-12-01T11:12:01.9864849Z test_op_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9865368Z test_op_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-12-01T11:12:01.9865885Z test_op_has_batch_rule_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9866377Z test_op_has_batch_rule_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9866863Z test_op_has_batch_rule_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-12-01T11:12:01.9867348Z test_op_has_batch_rule_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-12-01T11:12:01.9867854Z test_op_has_batch_rule_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9868347Z test_op_has_batch_rule_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-12-01T11:12:01.9868859Z test_op_has_batch_rule_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.152s) 2022-12-01T11:12:01.9869379Z test_op_has_batch_rule_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:01.9869893Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.103s) 2022-12-01T11:12:01.9870435Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.103s) 2022-12-01T11:12:01.9870958Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-12-01T11:12:01.9871485Z test_op_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9872013Z test_op_has_batch_rule_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9872608Z test_op_has_batch_rule_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9873144Z test_op_has_batch_rule_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9873696Z test_op_has_batch_rule_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9874244Z test_op_has_batch_rule_narrow_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9874791Z test_op_has_batch_rule_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9875334Z test_op_has_batch_rule_native_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-12-01T11:12:01.9875883Z test_op_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.362s) 2022-12-01T11:12:01.9876395Z test_op_has_batch_rule_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:01.9876868Z test_op_has_batch_rule_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:01.9877368Z test_op_has_batch_rule_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9877908Z test_op_has_batch_rule_new_empty_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-12-01T11:12:01.9878448Z test_op_has_batch_rule_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:01.9879003Z test_op_has_batch_rule_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:01.9879502Z test_op_has_batch_rule_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:01.9880007Z test_op_has_batch_rule_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9880592Z test_op_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.015s) 2022-12-01T11:12:01.9881180Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:01.9881741Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-12-01T11:12:01.9882306Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-12-01T11:12:01.9882870Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:01.9883415Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-12-01T11:12:01.9883969Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.089s) 2022-12-01T11:12:01.9884520Z test_op_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-12-01T11:12:01.9885068Z test_op_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-12-01T11:12:01.9885590Z test_op_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-12-01T11:12:01.9886133Z test_op_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.513s) 2022-12-01T11:12:01.9886690Z test_op_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.506s) 2022-12-01T11:12:01.9887276Z test_op_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-12-01T11:12:01.9887889Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-12-01T11:12:01.9888489Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.229s) 2022-12-01T11:12:01.9889055Z test_op_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9889588Z test_op_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.272s) 2022-12-01T11:12:01.9891869Z test_op_has_batch_rule_nn_functional_conv2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T11:12:01.9892699Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:01.9893016Z ok (0.932s) 2022-12-01T11:12:01.9893598Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9894171Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:01.9894775Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:01.9895692Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:01.9896282Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:01.9896863Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:01.9897460Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:01.9898059Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:01.9898686Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:01.9899266Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-12-01T11:12:01.9899830Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.265s) 2022-12-01T11:12:01.9900397Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.303s) 2022-12-01T11:12:01.9901697Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82340 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.005s) 2022-12-01T11:12:01.9902627Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-12-01T11:12:01.9903198Z test_op_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-12-01T11:12:01.9903760Z test_op_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-12-01T11:12:01.9904332Z test_op_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9906008Z test_op_has_batch_rule_nn_functional_dropout2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T11:12:01.9907189Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T11:12:01.9907553Z expected failure (0.028s) 2022-12-01T11:12:01.9907997Z test_op_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-12-01T11:12:01.9908589Z test_op_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-12-01T11:12:01.9909141Z test_op_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9909692Z test_op_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9910285Z test_op_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.106s) 2022-12-01T11:12:01.9910959Z test_op_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:01.9911575Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-12-01T11:12:01.9912191Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-12-01T11:12:01.9912848Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-12-01T11:12:01.9913462Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-12-01T11:12:01.9914073Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9914626Z test_op_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-12-01T11:12:01.9915163Z test_op_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.135s) 2022-12-01T11:12:01.9915706Z test_op_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.198s) 2022-12-01T11:12:01.9916262Z test_op_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-12-01T11:12:01.9916793Z test_op_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:01.9917345Z test_op_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9917903Z test_op_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9918454Z test_op_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:01.9919000Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.086s) 2022-12-01T11:12:01.9919579Z test_op_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.048s) 2022-12-01T11:12:01.9920224Z test_op_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:01.9920803Z test_op_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-12-01T11:12:01.9921360Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-12-01T11:12:01.9921941Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-12-01T11:12:01.9922521Z test_op_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-12-01T11:12:01.9923094Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-12-01T11:12:01.9923657Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-12-01T11:12:01.9924236Z test_op_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9925458Z test_op_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using a target size (torch.Size([5])) that is different to the input size (torch.Size([5, 4])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:12:01.9926275Z return self.op(*args, **kwargs) 2022-12-01T11:12:01.9926524Z ok (0.067s) 2022-12-01T11:12:01.9926923Z test_op_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.138s) 2022-12-01T11:12:01.9927470Z test_op_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9928007Z test_op_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-12-01T11:12:01.9928545Z test_op_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-12-01T11:12:01.9929105Z test_op_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9929689Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:01.9930296Z test_op_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.272s) 2022-12-01T11:12:01.9930843Z test_op_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (5.685s) 2022-12-01T11:12:01.9931409Z test_op_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.065s) 2022-12-01T11:12:01.9931998Z test_op_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9932599Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9933176Z test_op_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9933777Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9934371Z test_op_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9935016Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-12-01T11:12:01.9935810Z test_op_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9936347Z test_op_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:01.9936908Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-12-01T11:12:01.9937494Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9938087Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9938690Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-12-01T11:12:01.9939257Z test_op_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.428s) 2022-12-01T11:12:01.9939804Z test_op_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:01.9940339Z test_op_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:01.9940893Z test_op_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.163s) 2022-12-01T11:12:01.9941547Z test_op_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:01.9942110Z test_op_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-12-01T11:12:01.9942656Z test_op_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-12-01T11:12:01.9943231Z test_op_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9943800Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9944362Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9944904Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.618s) 2022-12-01T11:12:01.9945458Z test_op_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.161s) 2022-12-01T11:12:01.9945983Z test_op_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9946500Z test_op_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:01.9947057Z test_op_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-12-01T11:12:01.9947607Z test_op_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9948129Z test_op_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9948669Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9949268Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-12-01T11:12:01.9949836Z test_op_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:01.9950466Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:01.9951018Z test_op_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9951565Z test_op_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-12-01T11:12:01.9952112Z test_op_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:01.9952656Z test_op_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9953189Z test_op_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:01.9953767Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9954381Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-12-01T11:12:01.9954950Z test_op_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.852s) 2022-12-01T11:12:01.9955969Z test_op_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T11:12:01.9956830Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T11:12:01.9957512Z ok (0.018s) 2022-12-01T11:12:01.9958473Z test_op_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T11:12:01.9959266Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T11:12:01.9959641Z ok (0.043s) 2022-12-01T11:12:01.9960046Z test_op_has_batch_rule_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9960565Z test_op_has_batch_rule_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.136s) 2022-12-01T11:12:01.9961058Z test_op_has_batch_rule_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:01.9961568Z test_op_has_batch_rule_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9962065Z test_op_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:01.9962582Z test_op_has_batch_rule_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9963124Z test_op_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9963675Z test_op_has_batch_rule_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:01.9964195Z test_op_has_batch_rule_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-12-01T11:12:01.9964774Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:01.9965356Z test_op_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.747s) 2022-12-01T11:12:01.9965913Z test_op_has_batch_rule_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.111s) 2022-12-01T11:12:01.9966432Z test_op_has_batch_rule_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9967026Z test_op_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9967579Z test_op_has_batch_rule_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:01.9968091Z test_op_has_batch_rule_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:01.9968598Z test_op_has_batch_rule_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-12-01T11:12:01.9969108Z test_op_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-12-01T11:12:01.9969660Z test_op_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-12-01T11:12:01.9970207Z test_op_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-12-01T11:12:01.9970754Z test_op_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-12-01T11:12:01.9971275Z test_op_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-12-01T11:12:01.9971806Z test_op_has_batch_rule_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9972305Z test_op_has_batch_rule_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:01.9972797Z test_op_has_batch_rule_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.115s) 2022-12-01T11:12:01.9973369Z test_op_has_batch_rule_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9974100Z test_op_has_batch_rule_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:12:01.9974863Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:12:01.9975423Z Q, R = torch.qr(A, some) 2022-12-01T11:12:01.9975681Z should be replaced with 2022-12-01T11:12:01.9976329Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T11:12:01.9976857Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:01.9977174Z ok (0.163s) 2022-12-01T11:12:01.9977580Z test_op_has_batch_rule_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9978161Z test_op_has_batch_rule_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9978678Z test_op_has_batch_rule_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9979238Z test_op_has_batch_rule_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:01.9979803Z test_op_has_batch_rule_randn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.004s) 2022-12-01T11:12:01.9980369Z test_op_has_batch_rule_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:01.9980876Z test_op_has_batch_rule_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9981372Z test_op_has_batch_rule_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:01.9981881Z test_op_has_batch_rule_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9982378Z test_op_has_batch_rule_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-12-01T11:12:01.9983004Z test_op_has_batch_rule_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-12-01T11:12:01.9983542Z test_op_has_batch_rule_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-12-01T11:12:01.9984070Z test_op_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-12-01T11:12:01.9984580Z test_op_has_batch_rule_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:01.9985090Z test_op_has_batch_rule_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-12-01T11:12:01.9985620Z test_op_has_batch_rule_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:01.9986168Z test_op_has_batch_rule_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:01.9986683Z test_op_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9987203Z test_op_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:01.9987707Z test_op_has_batch_rule_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:01.9988185Z test_op_has_batch_rule_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.157s) 2022-12-01T11:12:01.9988682Z test_op_has_batch_rule_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:01.9989195Z test_op_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:01.9989808Z test_op_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:01.9990326Z test_op_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:01.9990842Z test_op_has_batch_rule_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:01.9991342Z test_op_has_batch_rule_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-12-01T11:12:01.9991851Z test_op_has_batch_rule_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.432s) 2022-12-01T11:12:01.9992340Z test_op_has_batch_rule_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.622s) 2022-12-01T11:12:01.9993175Z test_op_has_batch_rule_scatter_reduce_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T11:12:01.9993937Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:01.9994275Z expected failure (0.013s) 2022-12-01T11:12:01.9994702Z test_op_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:01.9995276Z test_op_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:01.9995855Z test_op_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:01.9996430Z test_op_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:01.9998010Z test_op_has_batch_rule_searchsorted_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T11:12:01.9999039Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:02.0000287Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T11:12:02.0001173Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:02.0002415Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: torch.searchsorted(): sorter tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous sorter tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:47.) 2022-12-01T11:12:02.0003269Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0003541Z ok (0.960s) 2022-12-01T11:12:02.0003966Z test_op_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:02.0004551Z test_op_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:02.0005169Z test_op_has_batch_rule_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:02.0005669Z test_op_has_batch_rule_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-12-01T11:12:02.0006176Z test_op_has_batch_rule_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0006699Z test_op_has_batch_rule_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-12-01T11:12:02.0007255Z test_op_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0008175Z test_op_has_batch_rule_sigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T11:12:02.0008856Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T11:12:02.0009210Z ok (0.034s) 2022-12-01T11:12:02.0009563Z test_op_has_batch_rule_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0010069Z test_op_has_batch_rule_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0010569Z test_op_has_batch_rule_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0011065Z test_op_has_batch_rule_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:02.0011541Z test_op_has_batch_rule_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0012041Z test_op_has_batch_rule_slice_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0012554Z test_op_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.068s) 2022-12-01T11:12:02.0013121Z test_op_has_batch_rule_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0013626Z test_op_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0014140Z test_op_has_batch_rule_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-12-01T11:12:02.0015870Z test_op_has_batch_rule_sparse_sampled_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:969: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:12:02.0016755Z .to_sparse_csr() 2022-12-01T11:12:02.0017005Z expected failure (0.015s) 2022-12-01T11:12:02.0017443Z test_op_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.675s) 2022-12-01T11:12:02.0018012Z test_op_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.510s) 2022-12-01T11:12:02.0018583Z test_op_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.244s) 2022-12-01T11:12:02.0019133Z test_op_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.868s) 2022-12-01T11:12:02.0019706Z test_op_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.597s) 2022-12-01T11:12:02.0020299Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.680s) 2022-12-01T11:12:02.0020905Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (1.212s) 2022-12-01T11:12:02.0021815Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T11:12:02.0022696Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T11:12:02.0023308Z test_op_has_batch_rule_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0023829Z test_op_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:02.0024377Z test_op_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.457s) 2022-12-01T11:12:02.0024986Z test_op_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.441s) 2022-12-01T11:12:02.0025551Z test_op_has_batch_rule_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0026064Z test_op_has_batch_rule_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0026557Z test_op_has_batch_rule_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0027126Z test_op_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.550s) 2022-12-01T11:12:02.0027958Z test_op_has_batch_rule_special_legendre_polynomial_p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T11:12:02.0028608Z test_op_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:02.0029178Z test_op_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.287s) 2022-12-01T11:12:02.0029774Z test_op_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.292s) 2022-12-01T11:12:02.0030424Z test_op_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.428s) 2022-12-01T11:12:02.0031019Z test_op_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.400s) 2022-12-01T11:12:02.0031545Z test_op_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0032070Z test_op_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:02.0032633Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0033242Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.390s) 2022-12-01T11:12:02.0033839Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.403s) 2022-12-01T11:12:02.0034693Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T11:12:02.0035593Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T11:12:02.0036483Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T11:12:02.0037470Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T11:12:02.0038118Z test_op_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.312s) 2022-12-01T11:12:02.0038686Z test_op_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:02.0039216Z test_op_has_batch_rule_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (4.196s) 2022-12-01T11:12:02.0039724Z test_op_has_batch_rule_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0040223Z test_op_has_batch_rule_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0040752Z test_op_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0041269Z test_op_has_batch_rule_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0041768Z test_op_has_batch_rule_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0042256Z test_op_has_batch_rule_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:02.0042755Z test_op_has_batch_rule_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-12-01T11:12:02.0043250Z test_op_has_batch_rule_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0043729Z test_op_has_batch_rule_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-12-01T11:12:02.0044976Z test_op_has_batch_rule_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:632: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T11:12:02.0045949Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T11:12:02.0046314Z expected failure (0.011s) 2022-12-01T11:12:02.0046766Z test_op_has_batch_rule_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-12-01T11:12:02.0047248Z test_op_has_batch_rule_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-12-01T11:12:02.0047744Z test_op_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-12-01T11:12:02.0048274Z test_op_has_batch_rule_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.151s) 2022-12-01T11:12:02.0048803Z test_op_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:02.0049329Z test_op_has_batch_rule_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.114s) 2022-12-01T11:12:02.0049823Z test_op_has_batch_rule_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0050332Z test_op_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-12-01T11:12:02.0050848Z test_op_has_batch_rule_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.060s) 2022-12-01T11:12:02.0051363Z test_op_has_batch_rule_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:02.0052235Z test_op_has_batch_rule_tanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-12-01T11:12:02.0052943Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T11:12:02.0053263Z ok (0.013s) 2022-12-01T11:12:02.0053670Z test_op_has_batch_rule_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:02.0054208Z test_op_has_batch_rule_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:02.0054698Z test_op_has_batch_rule_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.145s) 2022-12-01T11:12:02.0055456Z test_op_has_batch_rule_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-12-01T11:12:02.0056014Z test_op_has_batch_rule_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:02.0056536Z test_op_has_batch_rule_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.068s) 2022-12-01T11:12:02.0057014Z test_op_has_batch_rule_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:02.0057528Z test_op_has_batch_rule_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.137s) 2022-12-01T11:12:02.0058125Z test_op_has_batch_rule_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-12-01T11:12:02.0058867Z test_op_has_batch_rule_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-12-01T11:12:02.0059636Z test_op_has_batch_rule_triangular_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:12:02.0060410Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:12:02.0060823Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:12:02.0061123Z should be replaced with 2022-12-01T11:12:02.0061575Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:12:02.0062098Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T11:12:02.0062411Z ok (0.103s) 2022-12-01T11:12:02.0062764Z test_op_has_batch_rule_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0063361Z test_op_has_batch_rule_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0063887Z test_op_has_batch_rule_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.112s) 2022-12-01T11:12:02.0064396Z test_op_has_batch_rule_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0064876Z test_op_has_batch_rule_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.083s) 2022-12-01T11:12:02.0065384Z test_op_has_batch_rule_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0065894Z test_op_has_batch_rule_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-12-01T11:12:02.0066421Z test_op_has_batch_rule_uniform_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.023s) 2022-12-01T11:12:02.0066968Z test_op_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.043s) 2022-12-01T11:12:02.0067526Z test_op_has_batch_rule_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.043s) 2022-12-01T11:12:02.0068046Z test_op_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0068530Z test_op_has_batch_rule_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0069025Z test_op_has_batch_rule_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-12-01T11:12:02.0069662Z test_op_has_batch_rule_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:02.0070211Z test_op_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:02.0070733Z test_op_has_batch_rule_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:02.0071235Z test_op_has_batch_rule_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-12-01T11:12:02.0071732Z test_op_has_batch_rule_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:02.0072235Z test_op_has_batch_rule_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.138s) 2022-12-01T11:12:02.0072719Z test_op_has_batch_rule_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.586s) 2022-12-01T11:12:02.0073219Z test_op_has_batch_rule_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-12-01T11:12:02.0073724Z test_op_has_batch_rule_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-12-01T11:12:02.0074246Z test_op_has_batch_rule_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:02.0074751Z test_op_has_batch_rule_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-12-01T11:12:02.0075226Z test_slogdet_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-12-01T11:12:02.0075702Z test_torch_return_types_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-12-01T11:12:02.0076176Z test_vmap_exhaustive_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0076667Z test_vmap_exhaustive_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0077186Z test_vmap_exhaustive___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.065s) 2022-12-01T11:12:02.0077743Z test_vmap_exhaustive___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.282s) 2022-12-01T11:12:02.0078248Z test_vmap_exhaustive___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0078751Z test_vmap_exhaustive___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-12-01T11:12:02.0079313Z test_vmap_exhaustive___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.091s) 2022-12-01T11:12:02.0079834Z test_vmap_exhaustive___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-12-01T11:12:02.0080313Z test_vmap_exhaustive___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-12-01T11:12:02.0081806Z test_vmap_exhaustive___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0082711Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T11:12:02.0083053Z expected failure (0.010s) 2022-12-01T11:12:02.0083436Z test_vmap_exhaustive___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-12-01T11:12:02.0084865Z test_vmap_exhaustive_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0085794Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0086577Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0087270Z return op(*args, **kwargs) 2022-12-01T11:12:02.0087525Z ok (0.013s) 2022-12-01T11:12:02.0088804Z test_vmap_exhaustive_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0089667Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0090445Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0091142Z return op(*args, **kwargs) 2022-12-01T11:12:02.0091400Z ok (0.032s) 2022-12-01T11:12:02.0092681Z test_vmap_exhaustive_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0093550Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0094383Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0095338Z return op(*args, **kwargs) 2022-12-01T11:12:02.0095610Z ok (0.032s) 2022-12-01T11:12:02.0095968Z test_vmap_exhaustive_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.165s) 2022-12-01T11:12:02.0097408Z test_vmap_exhaustive_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0098272Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0099058Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0099756Z return op(*args, **kwargs) 2022-12-01T11:12:02.0099989Z ok (0.146s) 2022-12-01T11:12:02.0101295Z test_vmap_exhaustive_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0102260Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0103041Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0103734Z return op(*args, **kwargs) 2022-12-01T11:12:02.0103973Z ok (0.279s) 2022-12-01T11:12:02.0105267Z test_vmap_exhaustive_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0106132Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0106915Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0107608Z return op(*args, **kwargs) 2022-12-01T11:12:02.0107846Z ok (0.279s) 2022-12-01T11:12:02.0109142Z test_vmap_exhaustive_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0110009Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0110854Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0111565Z return op(*args, **kwargs) 2022-12-01T11:12:02.0111823Z ok (0.065s) 2022-12-01T11:12:02.0112203Z test_vmap_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-12-01T11:12:02.0113700Z test_vmap_exhaustive_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0114559Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0115337Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0116035Z return op(*args, **kwargs) 2022-12-01T11:12:02.0116272Z ok (0.132s) 2022-12-01T11:12:02.0117634Z test_vmap_exhaustive_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0118495Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0119270Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0119963Z return op(*args, **kwargs) 2022-12-01T11:12:02.0120203Z ok (0.138s) 2022-12-01T11:12:02.0121486Z test_vmap_exhaustive_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0122341Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0123113Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0123803Z return op(*args, **kwargs) 2022-12-01T11:12:02.0124899Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0125652Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0126498Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0127212Z return op(*args, **kwargs) 2022-12-01T11:12:02.0127467Z ok (0.042s) 2022-12-01T11:12:02.0127856Z test_vmap_exhaustive_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-12-01T11:12:02.0128390Z test_vmap_exhaustive_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.185s) 2022-12-01T11:12:02.0128888Z test_vmap_exhaustive_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.185s) 2022-12-01T11:12:02.0129375Z test_vmap_exhaustive_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.119s) 2022-12-01T11:12:02.0129888Z test_vmap_exhaustive_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-12-01T11:12:02.0131310Z test_vmap_exhaustive_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0132222Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0133003Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0133701Z return op(*args, **kwargs) 2022-12-01T11:12:02.0133938Z ok (0.039s) 2022-12-01T11:12:02.0134336Z test_vmap_exhaustive_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0134869Z test_vmap_exhaustive_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:02.0135594Z test_vmap_exhaustive_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:02.0136105Z test_vmap_exhaustive_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-12-01T11:12:02.0137575Z test_vmap_exhaustive_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0138449Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0139241Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0139949Z return op(*args, **kwargs) 2022-12-01T11:12:02.0140188Z ok (0.021s) 2022-12-01T11:12:02.0141590Z test_vmap_exhaustive_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0142481Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0143264Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0143970Z return op(*args, **kwargs) 2022-12-01T11:12:02.0144230Z expected failure (0.010s) 2022-12-01T11:12:02.0145694Z test_vmap_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:10636: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0146671Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T11:12:02.0147004Z ok (0.040s) 2022-12-01T11:12:02.0148291Z test_vmap_exhaustive_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0149250Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0150013Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0150710Z return op(*args, **kwargs) 2022-12-01T11:12:02.0150967Z ok (0.013s) 2022-12-01T11:12:02.0152268Z test_vmap_exhaustive_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0153118Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0153879Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0154576Z return op(*args, **kwargs) 2022-12-01T11:12:02.0154829Z ok (0.013s) 2022-12-01T11:12:02.0156125Z test_vmap_exhaustive_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0156989Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0157854Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0158539Z return op(*args, **kwargs) 2022-12-01T11:12:02.0159670Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0160427Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0161208Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0161909Z return op(*args, **kwargs) 2022-12-01T11:12:02.0162148Z ok (0.196s) 2022-12-01T11:12:02.0163435Z test_vmap_exhaustive_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0164362Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0165138Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0165842Z return op(*args, **kwargs) 2022-12-01T11:12:02.0166076Z ok (0.013s) 2022-12-01T11:12:02.0167384Z test_vmap_exhaustive_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0168238Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0169017Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0169715Z return op(*args, **kwargs) 2022-12-01T11:12:02.0169950Z ok (0.013s) 2022-12-01T11:12:02.0170335Z test_vmap_exhaustive_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.152s) 2022-12-01T11:12:02.0170855Z test_vmap_exhaustive_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-12-01T11:12:02.0171370Z test_vmap_exhaustive_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-12-01T11:12:02.0172842Z test_vmap_exhaustive_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0173717Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0174495Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0175441Z return op(*args, **kwargs) 2022-12-01T11:12:02.0175696Z ok (0.132s) 2022-12-01T11:12:02.0176084Z test_vmap_exhaustive_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.017s) 2022-12-01T11:12:02.0176645Z test_vmap_exhaustive_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-12-01T11:12:02.0177215Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0177757Z test_vmap_exhaustive_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-12-01T11:12:02.0178242Z test_vmap_exhaustive_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:02.0178759Z test_vmap_exhaustive_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0179420Z test_vmap_exhaustive_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0179981Z test_vmap_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0180537Z test_vmap_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-12-01T11:12:02.0181073Z test_vmap_exhaustive_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-12-01T11:12:02.0182571Z test_vmap_exhaustive_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0183466Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0184269Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0184966Z return op(*args, **kwargs) 2022-12-01T11:12:02.0185220Z ok (0.150s) 2022-12-01T11:12:02.0185614Z test_vmap_exhaustive_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0186156Z test_vmap_exhaustive_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0186712Z test_vmap_exhaustive_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-12-01T11:12:02.0187256Z test_vmap_exhaustive_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.446s) 2022-12-01T11:12:02.0187774Z test_vmap_exhaustive_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.519s) 2022-12-01T11:12:02.0188256Z test_vmap_exhaustive_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:02.0189838Z test_vmap_exhaustive_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0190757Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T11:12:02.0191049Z ok (0.018s) 2022-12-01T11:12:02.0191446Z test_vmap_exhaustive_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0191992Z test_vmap_exhaustive_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0192535Z test_vmap_exhaustive_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-12-01T11:12:02.0193062Z test_vmap_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-12-01T11:12:02.0193591Z test_vmap_exhaustive_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-12-01T11:12:02.0194081Z test_vmap_exhaustive_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0195529Z test_vmap_exhaustive_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0196465Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0197255Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0197964Z return op(*args, **kwargs) 2022-12-01T11:12:02.0199071Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0199837Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0200631Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0201338Z return op(*args, **kwargs) 2022-12-01T11:12:02.0201594Z ok (0.232s) 2022-12-01T11:12:02.0201982Z test_vmap_exhaustive_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0202546Z test_vmap_exhaustive_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0203078Z test_vmap_exhaustive_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0203615Z test_vmap_exhaustive_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-12-01T11:12:02.0204147Z test_vmap_exhaustive_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-12-01T11:12:02.0205649Z test_vmap_exhaustive_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0206528Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0207314Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0208007Z return op(*args, **kwargs) 2022-12-01T11:12:02.0208248Z ok (0.062s) 2022-12-01T11:12:02.0208620Z test_vmap_exhaustive_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0210079Z test_vmap_exhaustive_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0211011Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0211801Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0212495Z return op(*args, **kwargs) 2022-12-01T11:12:02.0212748Z ok (0.007s) 2022-12-01T11:12:02.0213181Z test_vmap_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-12-01T11:12:02.0213711Z test_vmap_exhaustive_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0215376Z test_vmap_exhaustive_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0216280Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0217072Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0217779Z return op(*args, **kwargs) 2022-12-01T11:12:02.0219060Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0219999Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0220961Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0221752Z return op(*args, **kwargs) 2022-12-01T11:12:02.0222080Z ok (0.106s) 2022-12-01T11:12:02.0222506Z test_vmap_exhaustive_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-12-01T11:12:02.0223164Z test_vmap_exhaustive_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0223714Z test_vmap_exhaustive_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0247513Z test_vmap_exhaustive_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0248398Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0249163Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0250052Z return op(*args, **kwargs) 2022-12-01T11:12:02.0250308Z ok (0.065s) 2022-12-01T11:12:02.0250678Z test_vmap_exhaustive_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.324s) 2022-12-01T11:12:02.0251193Z test_vmap_exhaustive_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.030s) 2022-12-01T11:12:02.0251718Z test_vmap_exhaustive_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:02.0252226Z test_vmap_exhaustive_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:02.0253676Z test_vmap_exhaustive_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0254536Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0255606Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0256327Z return op(*args, **kwargs) 2022-12-01T11:12:02.0256575Z ok (0.064s) 2022-12-01T11:12:02.0257879Z test_vmap_exhaustive_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0258744Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0259597Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0260310Z return op(*args, **kwargs) 2022-12-01T11:12:02.0260558Z ok (0.027s) 2022-12-01T11:12:02.0260951Z test_vmap_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-12-01T11:12:02.0261464Z test_vmap_exhaustive_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0261978Z test_vmap_exhaustive_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-12-01T11:12:02.0262481Z test_vmap_exhaustive_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-12-01T11:12:02.0263941Z test_vmap_exhaustive_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0264793Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0265559Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0266348Z return op(*args, **kwargs) 2022-12-01T11:12:02.0266603Z ok (0.018s) 2022-12-01T11:12:02.0266991Z test_vmap_exhaustive_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.164s) 2022-12-01T11:12:02.0267503Z test_vmap_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-12-01T11:12:02.0268014Z test_vmap_exhaustive_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.563s) 2022-12-01T11:12:02.0268514Z test_vmap_exhaustive_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0269001Z test_vmap_exhaustive_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.319s) 2022-12-01T11:12:02.0270488Z test_vmap_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0271362Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0272147Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0272854Z return op(*args, **kwargs) 2022-12-01T11:12:02.0273112Z ok (0.209s) 2022-12-01T11:12:02.0273489Z test_vmap_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-12-01T11:12:02.0274030Z test_vmap_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.209s) 2022-12-01T11:12:02.0274531Z test_vmap_exhaustive_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:02.0275105Z test_vmap_exhaustive_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0275675Z test_vmap_exhaustive_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0276208Z test_vmap_exhaustive_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:02.0276715Z test_vmap_exhaustive_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.112s) 2022-12-01T11:12:02.0277204Z test_vmap_exhaustive_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-12-01T11:12:02.0277737Z test_vmap_exhaustive_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0278311Z test_vmap_exhaustive_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0278806Z test_vmap_exhaustive_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-12-01T11:12:02.0279302Z test_vmap_exhaustive_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0279802Z test_vmap_exhaustive_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0280282Z test_vmap_exhaustive_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0280777Z test_vmap_exhaustive_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0281309Z test_vmap_exhaustive_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0281798Z test_vmap_exhaustive_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0282287Z test_vmap_exhaustive_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0282773Z test_vmap_exhaustive_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0283260Z test_vmap_exhaustive_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0283764Z test_vmap_exhaustive_eye_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0284270Z test_vmap_exhaustive_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:02.0284745Z test_vmap_exhaustive_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:02.0285234Z test_vmap_exhaustive_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:02.0285733Z test_vmap_exhaustive_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0286230Z test_vmap_exhaustive_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:02.0286706Z test_vmap_exhaustive_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0287196Z test_vmap_exhaustive_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:02.0287674Z test_vmap_exhaustive_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:02.0288144Z test_vmap_exhaustive_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:02.0288634Z test_vmap_exhaustive_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0289136Z test_vmap_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0290636Z test_vmap_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0291495Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0292252Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0292927Z return op(*args, **kwargs) 2022-12-01T11:12:02.0293167Z ok (0.030s) 2022-12-01T11:12:02.0293532Z test_vmap_exhaustive_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0294708Z test_vmap_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0294870Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0295694Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0295919Z return op(*args, **kwargs) 2022-12-01T11:12:02.0296003Z ok (0.038s) 2022-12-01T11:12:02.0296261Z test_vmap_exhaustive_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:02.0296512Z test_vmap_exhaustive_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:02.0296751Z test_vmap_exhaustive_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0296987Z test_vmap_exhaustive_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0297230Z test_vmap_exhaustive_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:02.0297477Z test_vmap_exhaustive_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:02.0297725Z test_vmap_exhaustive_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0297956Z test_vmap_exhaustive_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0298200Z test_vmap_exhaustive_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:02.0298444Z test_vmap_exhaustive_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0298687Z test_vmap_exhaustive_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:02.0298956Z test_vmap_exhaustive_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0299240Z test_vmap_exhaustive_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0299489Z test_vmap_exhaustive_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:02.0299719Z test_vmap_exhaustive_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0301007Z test_vmap_exhaustive_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0301179Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0301779Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0301903Z return op(*args, **kwargs) 2022-12-01T11:12:02.0301988Z ok (0.104s) 2022-12-01T11:12:02.0302224Z test_vmap_exhaustive_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0302462Z test_vmap_exhaustive_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0303634Z test_vmap_exhaustive_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0303849Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0304439Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0304559Z return op(*args, **kwargs) 2022-12-01T11:12:02.0304648Z ok (0.105s) 2022-12-01T11:12:02.0304888Z test_vmap_exhaustive_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0305126Z test_vmap_exhaustive_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0305365Z test_vmap_exhaustive_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0305606Z test_vmap_exhaustive_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.254s) 2022-12-01T11:12:02.0305834Z test_vmap_exhaustive_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-12-01T11:12:02.0306065Z test_vmap_exhaustive_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-12-01T11:12:02.0306309Z test_vmap_exhaustive_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.284s) 2022-12-01T11:12:02.0306539Z test_vmap_exhaustive_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-12-01T11:12:02.0306796Z test_vmap_exhaustive_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-12-01T11:12:02.0307066Z test_vmap_exhaustive_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0308254Z test_vmap_exhaustive_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0308414Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0309042Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0309173Z return op(*args, **kwargs) 2022-12-01T11:12:02.0309265Z ok (0.102s) 2022-12-01T11:12:02.0310416Z test_vmap_exhaustive_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0310575Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0311155Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0311274Z return op(*args, **kwargs) 2022-12-01T11:12:02.0311357Z ok (0.365s) 2022-12-01T11:12:02.0311598Z test_vmap_exhaustive_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:02.0311888Z test_vmap_exhaustive_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.111s) 2022-12-01T11:12:02.0313099Z test_vmap_exhaustive_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0313258Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0313845Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0313972Z return op(*args, **kwargs) 2022-12-01T11:12:02.0314073Z ok (0.103s) 2022-12-01T11:12:02.0314306Z test_vmap_exhaustive_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0315470Z test_vmap_exhaustive_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0315635Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0316224Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0316349Z return op(*args, **kwargs) 2022-12-01T11:12:02.0316431Z ok (0.149s) 2022-12-01T11:12:02.0317667Z test_vmap_exhaustive_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0317838Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0318411Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0318537Z return op(*args, **kwargs) 2022-12-01T11:12:02.0318637Z ok (0.150s) 2022-12-01T11:12:02.0319822Z test_vmap_exhaustive_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0319980Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0320566Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0320743Z return op(*args, **kwargs) 2022-12-01T11:12:02.0320839Z ok (0.314s) 2022-12-01T11:12:02.0322015Z test_vmap_exhaustive_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0322171Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0322757Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0322883Z return op(*args, **kwargs) 2022-12-01T11:12:02.0322976Z ok (0.104s) 2022-12-01T11:12:02.0324164Z test_vmap_exhaustive_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0324324Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0324917Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0325039Z return op(*args, **kwargs) 2022-12-01T11:12:02.0326052Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0326220Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0326811Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0326931Z return op(*args, **kwargs) 2022-12-01T11:12:02.0327027Z ok (0.051s) 2022-12-01T11:12:02.0327298Z test_vmap_exhaustive_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.042s) 2022-12-01T11:12:02.0327561Z test_vmap_exhaustive_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.339s) 2022-12-01T11:12:02.0328744Z test_vmap_exhaustive_index_reduce_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0328954Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0329552Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0329668Z return op(*args, **kwargs) 2022-12-01T11:12:02.0330631Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0330791Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0331384Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0331503Z return op(*args, **kwargs) 2022-12-01T11:12:02.0331602Z ok (1.208s) 2022-12-01T11:12:02.0331844Z test_vmap_exhaustive_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:02.0332086Z test_vmap_exhaustive_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0332348Z test_vmap_exhaustive_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0332622Z test_vmap_exhaustive_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0333880Z test_vmap_exhaustive_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0334018Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0334959Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0335343Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0335947Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0336063Z return op(*args, **kwargs) 2022-12-01T11:12:02.0336160Z ok (0.210s) 2022-12-01T11:12:02.0336405Z test_vmap_exhaustive_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0337590Z test_vmap_exhaustive_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0337845Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0338454Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0338571Z return op(*args, **kwargs) 2022-12-01T11:12:02.0338653Z ok (0.024s) 2022-12-01T11:12:02.0338895Z test_vmap_exhaustive_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-12-01T11:12:02.0339133Z test_vmap_exhaustive_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-12-01T11:12:02.0339383Z test_vmap_exhaustive_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-12-01T11:12:02.0339619Z test_vmap_exhaustive_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-12-01T11:12:02.0339859Z test_vmap_exhaustive_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0341016Z test_vmap_exhaustive_istft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0341181Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0341934Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0342066Z return op(*args, **kwargs) 2022-12-01T11:12:02.0342161Z ok (0.077s) 2022-12-01T11:12:02.0342531Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:02.0342848Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-12-01T11:12:02.0343129Z test_vmap_exhaustive_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-12-01T11:12:02.0343424Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-12-01T11:12:02.0343699Z test_vmap_exhaustive_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:02.0343931Z test_vmap_exhaustive_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:02.0344180Z test_vmap_exhaustive_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.114s) 2022-12-01T11:12:02.0345352Z test_vmap_exhaustive_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0345513Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0346094Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0346312Z return op(*args, **kwargs) 2022-12-01T11:12:02.0346406Z ok (0.110s) 2022-12-01T11:12:02.0346633Z test_vmap_exhaustive_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-12-01T11:12:02.0347812Z test_vmap_exhaustive_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0347974Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0348562Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0348683Z return op(*args, **kwargs) 2022-12-01T11:12:02.0349636Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0349791Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0350384Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0350501Z return op(*args, **kwargs) 2022-12-01T11:12:02.0350666Z ok (0.230s) 2022-12-01T11:12:02.0350926Z test_vmap_exhaustive_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0351184Z test_vmap_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-12-01T11:12:02.0351444Z test_vmap_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-12-01T11:12:02.0351683Z test_vmap_exhaustive_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-12-01T11:12:02.0351936Z test_vmap_exhaustive_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.138s) 2022-12-01T11:12:02.0352177Z test_vmap_exhaustive_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-12-01T11:12:02.0352429Z test_vmap_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.253s) 2022-12-01T11:12:02.0352677Z test_vmap_exhaustive_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-12-01T11:12:02.0352953Z test_vmap_exhaustive_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:12:02.0353206Z test_vmap_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:02.0353457Z test_vmap_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:02.0353728Z test_vmap_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-12-01T11:12:02.0354039Z test_vmap_exhaustive_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:02.0354274Z test_vmap_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-12-01T11:12:02.0355516Z test_vmap_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0355664Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0356261Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0356382Z return op(*args, **kwargs) 2022-12-01T11:12:02.0356481Z ok (0.027s) 2022-12-01T11:12:02.0356749Z test_vmap_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0357707Z test_vmap_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/85341 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T11:12:02.0357961Z test_vmap_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.181s) 2022-12-01T11:12:02.0358233Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-12-01T11:12:02.0359447Z test_vmap_exhaustive_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0359617Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0360201Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0360328Z return op(*args, **kwargs) 2022-12-01T11:12:02.0360431Z ok (0.247s) 2022-12-01T11:12:02.0362041Z test_vmap_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0362223Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0362963Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0363296Z return op(*args, **kwargs) 2022-12-01T11:12:02.0363384Z ok (0.300s) 2022-12-01T11:12:02.0363655Z test_vmap_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.202s) 2022-12-01T11:12:02.0363911Z test_vmap_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.095s) 2022-12-01T11:12:02.0364176Z test_vmap_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.330s) 2022-12-01T11:12:02.0364440Z test_vmap_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-12-01T11:12:02.0364701Z test_vmap_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.374s) 2022-12-01T11:12:02.0364983Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0365241Z test_vmap_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-12-01T11:12:02.0365495Z test_vmap_exhaustive_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.346s) 2022-12-01T11:12:02.0365766Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.232s) 2022-12-01T11:12:02.0366026Z test_vmap_exhaustive_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.122s) 2022-12-01T11:12:02.0366294Z test_vmap_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:02.0366644Z test_vmap_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:12:02.0366898Z test_vmap_exhaustive_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.162s) 2022-12-01T11:12:02.0367158Z test_vmap_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-12-01T11:12:02.0367410Z test_vmap_exhaustive_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.124s) 2022-12-01T11:12:02.0367725Z test_vmap_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.157s) 2022-12-01T11:12:02.0368014Z test_vmap_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.751s) 2022-12-01T11:12:02.0368270Z test_vmap_exhaustive_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.144s) 2022-12-01T11:12:02.0368529Z test_vmap_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.146s) 2022-12-01T11:12:02.0368790Z test_vmap_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0370053Z test_vmap_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0370224Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0370835Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0371057Z return op(*args, **kwargs) 2022-12-01T11:12:02.0371161Z ok (0.047s) 2022-12-01T11:12:02.0372369Z test_vmap_exhaustive_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0372536Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0373131Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0373256Z return op(*args, **kwargs) 2022-12-01T11:12:02.0373358Z ok (0.038s) 2022-12-01T11:12:02.0374548Z test_vmap_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0374714Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0375623Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0375760Z return op(*args, **kwargs) 2022-12-01T11:12:02.0375862Z ok (0.269s) 2022-12-01T11:12:02.0376110Z test_vmap_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.514s) 2022-12-01T11:12:02.0376476Z test_vmap_exhaustive_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0376743Z test_vmap_exhaustive_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0376990Z test_vmap_exhaustive_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0377232Z test_vmap_exhaustive_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0377473Z test_vmap_exhaustive_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0377727Z test_vmap_exhaustive_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-12-01T11:12:02.0377993Z test_vmap_exhaustive_log_softmax_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-12-01T11:12:02.0378249Z test_vmap_exhaustive_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0378487Z test_vmap_exhaustive_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0378749Z test_vmap_exhaustive_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-12-01T11:12:02.0378994Z test_vmap_exhaustive_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:02.0379248Z test_vmap_exhaustive_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0379498Z test_vmap_exhaustive_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0379828Z test_vmap_exhaustive_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0380075Z test_vmap_exhaustive_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0380317Z test_vmap_exhaustive_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:02.0380594Z test_vmap_exhaustive_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0380828Z test_vmap_exhaustive_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.112s) 2022-12-01T11:12:02.0381091Z test_vmap_exhaustive_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0381369Z test_vmap_exhaustive_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0381608Z test_vmap_exhaustive_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-12-01T11:12:02.0381850Z test_vmap_exhaustive_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.276s) 2022-12-01T11:12:02.0383050Z test_vmap_exhaustive_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0383217Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0383809Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0383940Z return op(*args, **kwargs) 2022-12-01T11:12:02.0384042Z ok (0.313s) 2022-12-01T11:12:02.0385264Z test_vmap_exhaustive_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0385438Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0386035Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0386161Z return op(*args, **kwargs) 2022-12-01T11:12:02.0386244Z ok (0.435s) 2022-12-01T11:12:02.0386488Z test_vmap_exhaustive_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:02.0386727Z test_vmap_exhaustive_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0386986Z test_vmap_exhaustive_masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.388s) 2022-12-01T11:12:02.0387236Z test_vmap_exhaustive_masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.387s) 2022-12-01T11:12:02.0387492Z test_vmap_exhaustive_masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.239s) 2022-12-01T11:12:02.0387749Z test_vmap_exhaustive_masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.239s) 2022-12-01T11:12:02.0388067Z test_vmap_exhaustive_masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-12-01T11:12:02.0388322Z test_vmap_exhaustive_masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-12-01T11:12:02.0389573Z test_vmap_exhaustive_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0389708Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0390689Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0390859Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0391451Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0391577Z return op(*args, **kwargs) 2022-12-01T11:12:02.0392548Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0392716Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0393370Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0393503Z return op(*args, **kwargs) 2022-12-01T11:12:02.0393605Z ok (0.361s) 2022-12-01T11:12:02.0393895Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-12-01T11:12:02.0394163Z test_vmap_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-12-01T11:12:02.0394429Z test_vmap_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.120s) 2022-12-01T11:12:02.0394696Z test_vmap_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.455s) 2022-12-01T11:12:02.0394934Z test_vmap_exhaustive_masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.542s) 2022-12-01T11:12:02.0395193Z test_vmap_exhaustive_masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-12-01T11:12:02.0395444Z test_vmap_exhaustive_masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.970s) 2022-12-01T11:12:02.0395702Z test_vmap_exhaustive_masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.137s) 2022-12-01T11:12:02.0395956Z test_vmap_exhaustive_masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.392s) 2022-12-01T11:12:02.0397164Z test_vmap_exhaustive_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0397394Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0398003Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0398128Z return op(*args, **kwargs) 2022-12-01T11:12:02.0399097Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0399263Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0399868Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0399993Z return op(*args, **kwargs) 2022-12-01T11:12:02.0400095Z ok (0.136s) 2022-12-01T11:12:02.0400360Z test_vmap_exhaustive_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.057s) 2022-12-01T11:12:02.0400625Z test_vmap_exhaustive_masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-12-01T11:12:02.0400882Z test_vmap_exhaustive_masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-12-01T11:12:02.0401133Z test_vmap_exhaustive_masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.504s) 2022-12-01T11:12:02.0401441Z test_vmap_exhaustive_masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.385s) 2022-12-01T11:12:02.0401704Z test_vmap_exhaustive_masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.480s) 2022-12-01T11:12:02.0401948Z test_vmap_exhaustive_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.175s) 2022-12-01T11:12:02.0403137Z test_vmap_exhaustive_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0403304Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0403900Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0404025Z return op(*args, **kwargs) 2022-12-01T11:12:02.0404108Z ok (0.043s) 2022-12-01T11:12:02.0404359Z test_vmap_exhaustive_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-12-01T11:12:02.0404625Z test_vmap_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0404959Z test_vmap_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:02.0405210Z test_vmap_exhaustive_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0405450Z test_vmap_exhaustive_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:02.0405700Z test_vmap_exhaustive_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-12-01T11:12:02.0405973Z test_vmap_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.199s) 2022-12-01T11:12:02.0406247Z test_vmap_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.196s) 2022-12-01T11:12:02.0406478Z test_vmap_exhaustive_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-12-01T11:12:02.0406749Z test_vmap_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0407015Z test_vmap_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:02.0407263Z test_vmap_exhaustive_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0407502Z test_vmap_exhaustive_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:02.0407740Z test_vmap_exhaustive_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-12-01T11:12:02.0407985Z test_vmap_exhaustive_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-12-01T11:12:02.0408227Z test_vmap_exhaustive_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0408466Z test_vmap_exhaustive_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.201s) 2022-12-01T11:12:02.0408729Z test_vmap_exhaustive_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.149s) 2022-12-01T11:12:02.0408965Z test_vmap_exhaustive_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-12-01T11:12:02.0409230Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:02.0409545Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:02.0409823Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-12-01T11:12:02.0410072Z test_vmap_exhaustive_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0411253Z test_vmap_exhaustive_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0411422Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0412018Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0412143Z return op(*args, **kwargs) 2022-12-01T11:12:02.0412246Z ok (0.139s) 2022-12-01T11:12:02.0412503Z test_vmap_exhaustive_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0413763Z test_vmap_exhaustive_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0413998Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0414612Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0414717Z return op(*args, **kwargs) 2022-12-01T11:12:02.0415919Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0416090Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0416687Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0416810Z return op(*args, **kwargs) 2022-12-01T11:12:02.0416914Z ok (0.557s) 2022-12-01T11:12:02.0418079Z test_vmap_exhaustive_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0418248Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0418922Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0419059Z return op(*args, **kwargs) 2022-12-01T11:12:02.0419162Z ok (0.111s) 2022-12-01T11:12:02.0420357Z test_vmap_exhaustive_narrow_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0420524Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0421119Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0421241Z return op(*args, **kwargs) 2022-12-01T11:12:02.0421342Z ok (0.018s) 2022-12-01T11:12:02.0421596Z test_vmap_exhaustive_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-12-01T11:12:02.0421961Z test_vmap_exhaustive_native_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.015s) 2022-12-01T11:12:02.0422225Z test_vmap_exhaustive_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.361s) 2022-12-01T11:12:02.0422468Z test_vmap_exhaustive_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-12-01T11:12:02.0423636Z test_vmap_exhaustive_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0423804Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0424396Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0424520Z return op(*args, **kwargs) 2022-12-01T11:12:02.0424627Z ok (0.032s) 2022-12-01T11:12:02.0424881Z test_vmap_exhaustive_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0425169Z test_vmap_exhaustive_new_empty_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-12-01T11:12:02.0425421Z test_vmap_exhaustive_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:02.0425646Z test_vmap_exhaustive_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0425901Z test_vmap_exhaustive_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0427139Z test_vmap_exhaustive_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0427319Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0427917Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0428046Z return op(*args, **kwargs) 2022-12-01T11:12:02.0428147Z ok (0.102s) 2022-12-01T11:12:02.0429525Z test_vmap_exhaustive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:7970: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_scaled_dot_product_attention. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0429651Z return op(*args, **kwargs) 2022-12-01T11:12:02.0429774Z expected failure (0.040s) 2022-12-01T11:12:02.0430063Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:02.0430411Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0430689Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-12-01T11:12:02.0430968Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-12-01T11:12:02.0431239Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-12-01T11:12:02.0431523Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.086s) 2022-12-01T11:12:02.0431793Z test_vmap_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-12-01T11:12:02.0432059Z test_vmap_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-12-01T11:12:02.0432332Z test_vmap_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.152s) 2022-12-01T11:12:02.0432596Z test_vmap_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.513s) 2022-12-01T11:12:02.0432888Z test_vmap_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.505s) 2022-12-01T11:12:02.0434098Z test_vmap_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0434264Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0434860Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0435036Z return op(*args, **kwargs) 2022-12-01T11:12:02.0435146Z ok (0.764s) 2022-12-01T11:12:02.0435417Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-12-01T11:12:02.0435719Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.227s) 2022-12-01T11:12:02.0435984Z test_vmap_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0436249Z test_vmap_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.269s) 2022-12-01T11:12:02.0436518Z test_vmap_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.927s) 2022-12-01T11:12:02.0436793Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0437099Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0437396Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:02.0437682Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0437983Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:02.0438326Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0438614Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:02.0438929Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0439246Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0439523Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0439805Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.259s) 2022-12-01T11:12:02.0440079Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.297s) 2022-12-01T11:12:02.0440360Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.305s) 2022-12-01T11:12:02.0440647Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-12-01T11:12:02.0440929Z test_vmap_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-12-01T11:12:02.0441183Z test_vmap_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-12-01T11:12:02.0442441Z test_vmap_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2628: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0442570Z return torch.ctc_loss( 2022-12-01T11:12:02.0442654Z ok (0.285s) 2022-12-01T11:12:02.0442948Z test_vmap_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.025s) 2022-12-01T11:12:02.0443293Z test_vmap_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.026s) 2022-12-01T11:12:02.0443592Z test_vmap_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-12-01T11:12:02.0443858Z test_vmap_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0445123Z test_vmap_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2392: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_bag.padding_idx. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0445265Z ret, _, _, _ = torch.embedding_bag( 2022-12-01T11:12:02.0446240Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2106: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0446448Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-12-01T11:12:02.0446574Z expected failure (0.077s) 2022-12-01T11:12:02.0446927Z test_vmap_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.110s) 2022-12-01T11:12:02.0447216Z test_vmap_exhaustive_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:02.0447526Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.017s) 2022-12-01T11:12:02.0447843Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-12-01T11:12:02.0448153Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-12-01T11:12:02.0448464Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-12-01T11:12:02.0449695Z test_vmap_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2833: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0449819Z if torch.any(var < 0): 2022-12-01T11:12:02.0449944Z expected failure (0.007s) 2022-12-01T11:12:02.0450212Z test_vmap_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-12-01T11:12:02.0450476Z test_vmap_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.132s) 2022-12-01T11:12:02.0450752Z test_vmap_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.194s) 2022-12-01T11:12:02.0451025Z test_vmap_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0451302Z test_vmap_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0451559Z test_vmap_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0451880Z test_vmap_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0452162Z test_vmap_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0452450Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.084s) 2022-12-01T11:12:02.0453679Z test_vmap_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0453941Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T11:12:02.0454045Z ok (0.135s) 2022-12-01T11:12:02.0454323Z test_vmap_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-12-01T11:12:02.0454610Z test_vmap_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-12-01T11:12:02.0454895Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:02.0455435Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-12-01T11:12:02.0455830Z test_vmap_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-12-01T11:12:02.0456100Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-12-01T11:12:02.0456392Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-12-01T11:12:02.0457612Z test_vmap_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2928: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::kl_div. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0457829Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-12-01T11:12:02.0458634Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2916: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T11:12:02.0458752Z warnings.warn( 2022-12-01T11:12:02.0458853Z ok (0.120s) 2022-12-01T11:12:02.0459121Z test_vmap_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-12-01T11:12:02.0459391Z test_vmap_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.134s) 2022-12-01T11:12:02.0459656Z test_vmap_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-12-01T11:12:02.0459923Z test_vmap_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-12-01T11:12:02.0460205Z test_vmap_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-12-01T11:12:02.0460453Z test_vmap_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0461822Z test_vmap_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3331: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::margin_ranking_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0462058Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-12-01T11:12:02.0462146Z ok (0.372s) 2022-12-01T11:12:02.0463378Z test_vmap_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0463605Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:12:02.0463708Z ok (3.923s) 2022-12-01T11:12:02.0463979Z test_vmap_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (5.689s) 2022-12-01T11:12:02.0465216Z test_vmap_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0465534Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:12:02.0466501Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0466722Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T11:12:02.0466827Z ok (2.632s) 2022-12-01T11:12:02.0468058Z test_vmap_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0468407Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T11:12:02.0468509Z ok (1.187s) 2022-12-01T11:12:02.0468795Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.257s) 2022-12-01T11:12:02.0470018Z test_vmap_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0470212Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T11:12:02.0470366Z ok (2.288s) 2022-12-01T11:12:02.0470662Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.372s) 2022-12-01T11:12:02.0471888Z test_vmap_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0472110Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T11:12:02.0472211Z ok (0.828s) 2022-12-01T11:12:02.0472472Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.194s) 2022-12-01T11:12:02.0472737Z test_vmap_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0473002Z test_vmap_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-12-01T11:12:02.0473282Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-12-01T11:12:02.0474522Z test_vmap_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3530: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0474804Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T11:12:02.0474911Z ok (0.035s) 2022-12-01T11:12:02.0476182Z test_vmap_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3389: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0476394Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T11:12:02.0476495Z ok (0.021s) 2022-12-01T11:12:02.0476791Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:02.0477057Z test_vmap_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.427s) 2022-12-01T11:12:02.0477331Z test_vmap_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0477607Z test_vmap_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-12-01T11:12:02.0477858Z test_vmap_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.160s) 2022-12-01T11:12:02.0478129Z test_vmap_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-12-01T11:12:02.0478406Z test_vmap_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:02.0478689Z test_vmap_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-12-01T11:12:02.0479943Z test_vmap_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0480125Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0480718Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0480847Z return op(*args, **kwargs) 2022-12-01T11:12:02.0480949Z ok (0.029s) 2022-12-01T11:12:02.0481231Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0481512Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0481793Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.618s) 2022-12-01T11:12:02.0482041Z test_vmap_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.159s) 2022-12-01T11:12:02.0482306Z test_vmap_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0482628Z test_vmap_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0482912Z test_vmap_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-12-01T11:12:02.0483174Z test_vmap_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0483431Z test_vmap_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0484675Z test_vmap_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0484938Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T11:12:02.0485042Z ok (0.058s) 2022-12-01T11:12:02.0486280Z test_vmap_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3411: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0486478Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T11:12:02.0486579Z ok (0.096s) 2022-12-01T11:12:02.0486850Z test_vmap_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:02.0487138Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:02.0487391Z test_vmap_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0487715Z test_vmap_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-12-01T11:12:02.0487996Z test_vmap_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0488267Z test_vmap_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0488541Z test_vmap_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:02.0489808Z test_vmap_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4555: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triplet_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0490066Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-12-01T11:12:02.0490170Z ok (0.125s) 2022-12-01T11:12:02.0490473Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-12-01T11:12:02.0490739Z test_vmap_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.850s) 2022-12-01T11:12:02.0491024Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0491367Z test_vmap_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-12-01T11:12:02.0491620Z test_vmap_exhaustive_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-12-01T11:12:02.0491862Z test_vmap_exhaustive_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-12-01T11:12:02.0492114Z test_vmap_exhaustive_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-12-01T11:12:02.0492354Z test_vmap_exhaustive_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0492600Z test_vmap_exhaustive_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0492869Z test_vmap_exhaustive_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-12-01T11:12:02.0493152Z test_vmap_exhaustive_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-12-01T11:12:02.0493419Z test_vmap_exhaustive_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0493668Z test_vmap_exhaustive_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0493967Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-12-01T11:12:02.0494242Z test_vmap_exhaustive_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.768s) 2022-12-01T11:12:02.0495691Z test_vmap_exhaustive_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0495840Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0496885Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0497064Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0497655Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0497782Z return op(*args, **kwargs) 2022-12-01T11:12:02.0497885Z ok (1.971s) 2022-12-01T11:12:02.0498134Z test_vmap_exhaustive_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0498412Z test_vmap_exhaustive_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-12-01T11:12:02.0498663Z test_vmap_exhaustive_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0498912Z test_vmap_exhaustive_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-12-01T11:12:02.0499138Z test_vmap_exhaustive_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-12-01T11:12:02.0500362Z test_vmap_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0500616Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0501213Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0501338Z return op(*args, **kwargs) 2022-12-01T11:12:02.0501439Z ok (0.061s) 2022-12-01T11:12:02.0501716Z test_vmap_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-12-01T11:12:02.0501987Z test_vmap_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-12-01T11:12:02.0502245Z test_vmap_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-12-01T11:12:02.0502502Z test_vmap_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-12-01T11:12:02.0502754Z test_vmap_exhaustive_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0503931Z test_vmap_exhaustive_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0504102Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0504699Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0504923Z return op(*args, **kwargs) 2022-12-01T11:12:02.0505018Z ok (0.101s) 2022-12-01T11:12:02.0505263Z test_vmap_exhaustive_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.112s) 2022-12-01T11:12:02.0506426Z test_vmap_exhaustive_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0506599Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0507189Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0507314Z return op(*args, **kwargs) 2022-12-01T11:12:02.0508261Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0508480Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0509071Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0509193Z return op(*args, **kwargs) 2022-12-01T11:12:02.0509295Z ok (0.770s) 2022-12-01T11:12:02.0509538Z test_vmap_exhaustive_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.162s) 2022-12-01T11:12:02.0510735Z test_vmap_exhaustive_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0510906Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0511514Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0511638Z return op(*args, **kwargs) 2022-12-01T11:12:02.0512578Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0512748Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0513431Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0513567Z return op(*args, **kwargs) 2022-12-01T11:12:02.0513670Z ok (0.536s) 2022-12-01T11:12:02.0513925Z test_vmap_exhaustive_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0514199Z test_vmap_exhaustive_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-12-01T11:12:02.0514478Z test_vmap_exhaustive_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-12-01T11:12:02.0514767Z test_vmap_exhaustive_randn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.001s) 2022-12-01T11:12:02.0515043Z test_vmap_exhaustive_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-12-01T11:12:02.0515271Z test_vmap_exhaustive_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0515515Z test_vmap_exhaustive_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0515769Z test_vmap_exhaustive_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0516973Z test_vmap_exhaustive_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0517219Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0517831Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0517956Z return op(*args, **kwargs) 2022-12-01T11:12:02.0518059Z ok (0.104s) 2022-12-01T11:12:02.0519268Z test_vmap_exhaustive_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0519407Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0520359Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0520524Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0521117Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0521242Z return op(*args, **kwargs) 2022-12-01T11:12:02.0522252Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0522425Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0523012Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0523139Z return op(*args, **kwargs) 2022-12-01T11:12:02.0523224Z ok (0.048s) 2022-12-01T11:12:02.0523475Z test_vmap_exhaustive_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.106s) 2022-12-01T11:12:02.0523744Z test_vmap_exhaustive_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0524001Z test_vmap_exhaustive_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:02.0524249Z test_vmap_exhaustive_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-12-01T11:12:02.0524521Z test_vmap_exhaustive_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:02.0525780Z test_vmap_exhaustive_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14834: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0526013Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-12-01T11:12:02.0526977Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0527143Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0527732Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0527860Z return op(*args, **kwargs) 2022-12-01T11:12:02.0527965Z expected failure (0.016s) 2022-12-01T11:12:02.0528224Z test_vmap_exhaustive_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0528482Z test_vmap_exhaustive_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-12-01T11:12:02.0528726Z test_vmap_exhaustive_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-12-01T11:12:02.0528969Z test_vmap_exhaustive_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-12-01T11:12:02.0529214Z test_vmap_exhaustive_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0529477Z test_vmap_exhaustive_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:02.0529763Z test_vmap_exhaustive_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:02.0530029Z test_vmap_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-12-01T11:12:02.0530305Z test_vmap_exhaustive_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0530562Z test_vmap_exhaustive_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-12-01T11:12:02.0531773Z test_vmap_exhaustive_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0531949Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0532557Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0532684Z return op(*args, **kwargs) 2022-12-01T11:12:02.0532789Z ok (0.591s) 2022-12-01T11:12:02.0533964Z test_vmap_exhaustive_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0534190Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0534788Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0534913Z return op(*args, **kwargs) 2022-12-01T11:12:02.0536121Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0536292Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0536890Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0537012Z return op(*args, **kwargs) 2022-12-01T11:12:02.0537977Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0538142Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0538747Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0538853Z return op(*args, **kwargs) 2022-12-01T11:12:02.0539919Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0540105Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0540711Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0540839Z return op(*args, **kwargs) 2022-12-01T11:12:02.0540942Z ok (1.116s) 2022-12-01T11:12:02.0542170Z test_vmap_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0542338Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0543018Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0543143Z return op(*args, **kwargs) 2022-12-01T11:12:02.0544129Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0544294Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0544898Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0545024Z return op(*args, **kwargs) 2022-12-01T11:12:02.0545125Z ok (0.777s) 2022-12-01T11:12:02.0545381Z test_vmap_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.777s) 2022-12-01T11:12:02.0545650Z test_vmap_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.894s) 2022-12-01T11:12:02.0545917Z test_vmap_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.778s) 2022-12-01T11:12:02.0546183Z test_vmap_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.778s) 2022-12-01T11:12:02.0546444Z test_vmap_exhaustive_searchsorted_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.965s) 2022-12-01T11:12:02.0547725Z test_vmap_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0547904Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0548506Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0548635Z return op(*args, **kwargs) 2022-12-01T11:12:02.0548738Z ok (0.438s) 2022-12-01T11:12:02.0549011Z test_vmap_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.334s) 2022-12-01T11:12:02.0549260Z test_vmap_exhaustive_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0549505Z test_vmap_exhaustive_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:02.0549747Z test_vmap_exhaustive_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0550014Z test_vmap_exhaustive_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-12-01T11:12:02.0550300Z test_vmap_exhaustive_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0550677Z test_vmap_exhaustive_sigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:02.0551179Z test_vmap_exhaustive_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0551437Z test_vmap_exhaustive_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-12-01T11:12:02.0551676Z test_vmap_exhaustive_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0551932Z test_vmap_exhaustive_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-12-01T11:12:02.0552357Z test_vmap_exhaustive_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0552644Z test_vmap_exhaustive_slice_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-12-01T11:12:02.0552902Z test_vmap_exhaustive_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-12-01T11:12:02.0553150Z test_vmap_exhaustive_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-12-01T11:12:02.0553559Z test_vmap_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-12-01T11:12:02.0553929Z test_vmap_exhaustive_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.152s) 2022-12-01T11:12:02.0554226Z test_vmap_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-12-01T11:12:02.0555470Z test_vmap_exhaustive_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0555638Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0556242Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0556367Z return op(*args, **kwargs) 2022-12-01T11:12:02.0556545Z ok (1.884s) 2022-12-01T11:12:02.0557779Z test_vmap_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0557951Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0558555Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0558661Z return op(*args, **kwargs) 2022-12-01T11:12:02.0558763Z ok (1.684s) 2022-12-01T11:12:02.0559977Z test_vmap_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0560210Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0560814Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0560939Z return op(*args, **kwargs) 2022-12-01T11:12:02.0561042Z ok (1.407s) 2022-12-01T11:12:02.0562253Z test_vmap_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0562424Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0563027Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0563151Z return op(*args, **kwargs) 2022-12-01T11:12:02.0563252Z ok (2.120s) 2022-12-01T11:12:02.0564459Z test_vmap_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0564649Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0565308Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0565442Z return op(*args, **kwargs) 2022-12-01T11:12:02.0565543Z ok (1.844s) 2022-12-01T11:12:02.0566822Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0566991Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0567616Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0567744Z return op(*args, **kwargs) 2022-12-01T11:12:02.0567827Z ok (1.979s) 2022-12-01T11:12:02.0569097Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0569321Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0569946Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0570071Z return op(*args, **kwargs) 2022-12-01T11:12:02.0570172Z ok (2.603s) 2022-12-01T11:12:02.0570700Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T11:12:02.0571221Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T11:12:02.0571482Z test_vmap_exhaustive_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0571746Z test_vmap_exhaustive_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0573009Z test_vmap_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0573180Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0573848Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0573980Z return op(*args, **kwargs) 2022-12-01T11:12:02.0574084Z ok (1.684s) 2022-12-01T11:12:02.0575810Z test_vmap_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0575999Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0576627Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0576752Z return op(*args, **kwargs) 2022-12-01T11:12:02.0576835Z ok (1.687s) 2022-12-01T11:12:02.0577092Z test_vmap_exhaustive_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0577351Z test_vmap_exhaustive_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0577727Z test_vmap_exhaustive_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0579070Z test_vmap_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0579238Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0579857Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0579984Z return op(*args, **kwargs) 2022-12-01T11:12:02.0580084Z ok (1.814s) 2022-12-01T11:12:02.0580606Z test_vmap_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T11:12:02.0581814Z test_vmap_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0581980Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0582581Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0582709Z return op(*args, **kwargs) 2022-12-01T11:12:02.0582811Z ok (0.011s) 2022-12-01T11:12:02.0584152Z test_vmap_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0584332Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0584957Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0585065Z return op(*args, **kwargs) 2022-12-01T11:12:02.0585167Z ok (1.395s) 2022-12-01T11:12:02.0586416Z test_vmap_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0586643Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0587255Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0587382Z return op(*args, **kwargs) 2022-12-01T11:12:02.0587484Z ok (1.406s) 2022-12-01T11:12:02.0588729Z test_vmap_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0588894Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0589502Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0589624Z return op(*args, **kwargs) 2022-12-01T11:12:02.0589724Z ok (1.593s) 2022-12-01T11:12:02.0590958Z test_vmap_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0591125Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0591781Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0591912Z return op(*args, **kwargs) 2022-12-01T11:12:02.0592014Z ok (1.547s) 2022-12-01T11:12:02.0592259Z test_vmap_exhaustive_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0592525Z test_vmap_exhaustive_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0592826Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:02.0594121Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0594291Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0594914Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0595101Z return op(*args, **kwargs) 2022-12-01T11:12:02.0595202Z ok (1.534s) 2022-12-01T11:12:02.0596494Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0596660Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0597279Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0597404Z return op(*args, **kwargs) 2022-12-01T11:12:02.0597506Z ok (1.546s) 2022-12-01T11:12:02.0598050Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T11:12:02.0598584Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T11:12:02.0599117Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T11:12:02.0599647Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T11:12:02.0600954Z test_vmap_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0601130Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0601748Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0601878Z return op(*args, **kwargs) 2022-12-01T11:12:02.0601962Z ok (1.450s) 2022-12-01T11:12:02.0602229Z test_vmap_exhaustive_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0602490Z test_vmap_exhaustive_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-12-01T11:12:02.0602734Z test_vmap_exhaustive_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0602997Z test_vmap_exhaustive_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-12-01T11:12:02.0603257Z test_vmap_exhaustive_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-12-01T11:12:02.0603499Z test_vmap_exhaustive_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0604746Z test_vmap_exhaustive_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0604914Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0605505Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0605632Z return op(*args, **kwargs) 2022-12-01T11:12:02.0605715Z ok (0.017s) 2022-12-01T11:12:02.0605965Z test_vmap_exhaustive_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-12-01T11:12:02.0606211Z test_vmap_exhaustive_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-12-01T11:12:02.0606458Z test_vmap_exhaustive_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0606704Z test_vmap_exhaustive_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-12-01T11:12:02.0607858Z test_vmap_exhaustive_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:632: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0608184Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T11:12:02.0608288Z ok (0.038s) 2022-12-01T11:12:02.0609513Z test_vmap_exhaustive_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0609686Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0610286Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0610413Z return op(*args, **kwargs) 2022-12-01T11:12:02.0610514Z ok (0.260s) 2022-12-01T11:12:02.0610758Z test_vmap_exhaustive_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-12-01T11:12:02.0610997Z test_vmap_exhaustive_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-12-01T11:12:02.0611262Z test_vmap_exhaustive_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.148s) 2022-12-01T11:12:02.0611536Z test_vmap_exhaustive_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-12-01T11:12:02.0611779Z test_vmap_exhaustive_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-12-01T11:12:02.0612014Z test_vmap_exhaustive_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:02.0612332Z test_vmap_exhaustive_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-12-01T11:12:02.0613543Z test_vmap_exhaustive_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0613712Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0614299Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0614426Z return op(*args, **kwargs) 2022-12-01T11:12:02.0614527Z ok (0.107s) 2022-12-01T11:12:02.0614752Z test_vmap_exhaustive_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-12-01T11:12:02.0614994Z test_vmap_exhaustive_tanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-12-01T11:12:02.0615505Z test_vmap_exhaustive_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-12-01T11:12:02.0615770Z test_vmap_exhaustive_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0616010Z test_vmap_exhaustive_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.141s) 2022-12-01T11:12:02.0616269Z test_vmap_exhaustive_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:12:02.0617535Z test_vmap_exhaustive_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15086: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0617767Z op=lambda x, *args: x.to_sparse(*args), 2022-12-01T11:12:02.0617905Z expected failure (0.014s) 2022-12-01T11:12:02.0618148Z test_vmap_exhaustive_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-12-01T11:12:02.0618392Z test_vmap_exhaustive_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-12-01T11:12:02.0618625Z test_vmap_exhaustive_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-12-01T11:12:02.0618871Z test_vmap_exhaustive_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-12-01T11:12:02.0619123Z test_vmap_exhaustive_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-12-01T11:12:02.0619386Z test_vmap_exhaustive_triangular_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-12-01T11:12:02.0620552Z test_vmap_exhaustive_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0620721Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0621309Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0621510Z return op(*args, **kwargs) 2022-12-01T11:12:02.0621613Z ok (0.049s) 2022-12-01T11:12:02.0622764Z test_vmap_exhaustive_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triu_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0622929Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0623506Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triu_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0623631Z return op(*args, **kwargs) 2022-12-01T11:12:02.0623733Z ok (0.049s) 2022-12-01T11:12:02.0623975Z test_vmap_exhaustive_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-12-01T11:12:02.0625152Z test_vmap_exhaustive_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0625316Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0625891Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0626015Z return op(*args, **kwargs) 2022-12-01T11:12:02.0626168Z ok (0.013s) 2022-12-01T11:12:02.0626426Z test_vmap_exhaustive_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-12-01T11:12:02.0626681Z test_vmap_exhaustive_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0626925Z test_vmap_exhaustive_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-12-01T11:12:02.0627199Z test_vmap_exhaustive_uniform_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-12-01T11:12:02.0627490Z test_vmap_exhaustive_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.040s) 2022-12-01T11:12:02.0627759Z test_vmap_exhaustive_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.039s) 2022-12-01T11:12:02.0627992Z test_vmap_exhaustive_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-12-01T11:12:02.0628237Z test_vmap_exhaustive_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-12-01T11:12:02.0628487Z test_vmap_exhaustive_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-12-01T11:12:02.0629654Z test_vmap_exhaustive_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0629884Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0630473Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0630600Z return op(*args, **kwargs) 2022-12-01T11:12:02.0630703Z ok (0.008s) 2022-12-01T11:12:02.0630984Z test_vmap_exhaustive_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-12-01T11:12:02.0631231Z test_vmap_exhaustive_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-12-01T11:12:02.0631472Z test_vmap_exhaustive_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-12-01T11:12:02.0631721Z test_vmap_exhaustive_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-12-01T11:12:02.0631947Z test_vmap_exhaustive_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.134s) 2022-12-01T11:12:02.0632192Z test_vmap_exhaustive_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.583s) 2022-12-01T11:12:02.0633378Z test_vmap_exhaustive_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0633550Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T11:12:02.0634149Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0634275Z return op(*args, **kwargs) 2022-12-01T11:12:02.0634428Z ok (0.148s) 2022-12-01T11:12:02.0634686Z test_vmap_exhaustive_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:02.0634955Z test_vmap_exhaustive_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T11:12:02.0635210Z test_vmap_exhaustive_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0635487Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-12-01T11:12:02.0635751Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0636021Z test_vmap_linalg_failure_1D_input_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0636289Z test_vmap_linalg_failure_1D_input_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-12-01T11:12:02.0636557Z test_vmap_linalg_failure_1D_input_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-12-01T11:12:02.0636837Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.142s) 2022-12-01T11:12:02.0637103Z test_vmap_linalg_failure_1D_input_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-12-01T11:12:02.0638370Z test_vmap_linalg_failure_1D_input_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0638614Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0638721Z ok (0.023s) 2022-12-01T11:12:02.0638997Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:02.0639276Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-12-01T11:12:02.0639568Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-12-01T11:12:02.0639815Z test_vmap_linalg_failure_1D_input_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-12-01T11:12:02.0640090Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-12-01T11:12:02.0641382Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0641519Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0641622Z ok (0.019s) 2022-12-01T11:12:02.0641903Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-12-01T11:12:02.0642199Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:12:02.0642468Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0642752Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-12-01T11:12:02.0644059Z test_vmap_linalg_failure_1D_input_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0644204Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0644310Z ok (0.135s) 2022-12-01T11:12:02.0645585Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T11:12:02.0645719Z return self.op(*args, **kwargs) 2022-12-01T11:12:02.0645820Z ok (0.264s) 2022-12-01T11:12:02.0646102Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-12-01T11:12:02.0646358Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.270s) 2022-12-01T11:12:02.0646637Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.276s) 2022-12-01T11:12:02.0646981Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-12-01T11:12:02.0647258Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.115s) 2022-12-01T11:12:02.0647552Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-12-01T11:12:02.0647839Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:12:02.0648128Z test_vmap_linalg_failure_1D_input_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-12-01T11:12:02.0648446Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-12-01T11:12:02.0648720Z test_vmap_linalg_failure_1D_input_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-12-01T11:12:02.0649005Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-12-01T11:12:02.0649352Z test_vmap_linalg_failure_1D_input_linalg_pinv_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:12:02.0649620Z test_vmap_linalg_failure_1D_input_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-12-01T11:12:02.0649896Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-12-01T11:12:02.0650161Z test_vmap_linalg_failure_1D_input_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-12-01T11:12:02.0650435Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-12-01T11:12:02.0650722Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.321s) 2022-12-01T11:12:02.0650988Z test_vmap_linalg_failure_1D_input_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.675s) 2022-12-01T11:12:02.0651320Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-12-01T11:12:02.0651607Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-12-01T11:12:02.0651882Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-12-01T11:12:02.0652156Z test_vmap_linalg_failure_1D_input_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-12-01T11:12:02.0652447Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-12-01T11:12:02.0652745Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-12-01T11:12:02.0652993Z test_vmap_multi_dot_failure_1D_input_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-12-01T11:12:02.0653025Z 2022-12-01T11:12:02.0653306Z ---------------------------------------------------------------------- 2022-12-01T11:12:02.0653433Z Ran 1809 tests in 196.657s 2022-12-01T11:12:02.0653453Z 2022-12-01T11:12:02.0653599Z OK (skipped=31, expected failures=234) 2022-12-01T11:12:02.0653618Z 2022-12-01T11:12:02.0653745Z Generating XML reports... 2022-12-01T11:12:02.0654163Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestRandomnessCUDA-20221201110844.xml 2022-12-01T11:12:02.0654580Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestTransformFailureCUDA-20221201110844.xml 2022-12-01T11:12:02.0655030Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapAPI-20221201110844.xml 2022-12-01T11:12:02.0655826Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapBatchedGradientCUDA-20221201110844.xml 2022-12-01T11:12:02.0656232Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperators-20221201110844.xml 2022-12-01T11:12:02.0656677Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperatorsOpInfoCUDA-20221201110844.xml 2022-12-01T11:12:02.0656697Z 2022-12-01T11:12:02.0657189Z ##[endgroup] 2022-12-01T11:12:02.0657597Z FINISHED PRINTING LOG FILE of functorch/test_vmap (/var/lib/jenkins/workspace/test/test-reports/functorch-test_vmap_y4icyr6s) 2022-12-01T11:12:02.0657618Z 2022-12-01T11:12:02.1956280Z Prepare all required actions 2022-12-01T11:12:02.1956574Z Getting action download info 2022-12-01T11:12:02.5252909Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:12:02.5253019Z with: 2022-12-01T11:12:02.5253339Z github-token: *** 2022-12-01T11:12:02.5253437Z env: 2022-12-01T11:12:02.5253567Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:02.5253684Z GPU_FLAG: --gpus all 2022-12-01T11:12:02.5253772Z ##[endgroup] 2022-12-01T11:12:02.5288846Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:12:02.5288949Z with: 2022-12-01T11:12:02.5289057Z shell: bash 2022-12-01T11:12:02.5289173Z timeout_minutes: 10 2022-12-01T11:12:02.5289263Z max_attempts: 5 2022-12-01T11:12:02.5289381Z retry_wait_seconds: 30 2022-12-01T11:12:02.5289800Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-12-01T11:12:02.5289915Z polling_interval_seconds: 1 2022-12-01T11:12:02.5290038Z warning_on_retry: true 2022-12-01T11:12:02.5290157Z continue_on_error: false 2022-12-01T11:12:02.5290250Z env: 2022-12-01T11:12:02.5290373Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:02.5290486Z GPU_FLAG: --gpus all 2022-12-01T11:12:02.5290741Z GITHUB_TOKEN: *** 2022-12-01T11:12:02.5290849Z ##[endgroup] 2022-12-01T11:12:02.5845935Z 2022-12-01T11:12:02.5854655Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:12:02.5910887Z + python3 -m pip install requests==2.26.0 2022-12-01T11:12:02.8932003Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:12:02.9168116Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T11:12:02.9358626Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-12-01T11:12:02.9375577Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-12-01T11:12:02.9391775Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-12-01T11:12:02.9419502Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.13) 2022-12-01T11:12:03.2173495Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-07962b7d5f166342b 2022-12-01T11:12:06.0606515Z + GHA_WORKFLOW_JOB_ID=9818608818 2022-12-01T11:12:06.0607665Z + echo '::set-output name=job-id::9818608818' 2022-12-01T11:12:06.0620205Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:12:06.5952503Z Command completed after 1 attempt(s). 2022-12-01T11:12:06.5952928Z 2022-12-01T11:12:06.5955074Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:12:06.6086104Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:12:06.6086455Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:12:06.6100213Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:12:06.6100526Z env: 2022-12-01T11:12:06.6100756Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:06.6101030Z GPU_FLAG: --gpus all 2022-12-01T11:12:06.6101301Z MONITOR_SCRIPT_PID: 11089 2022-12-01T11:12:06.6101547Z ##[endgroup] 2022-12-01T11:12:06.6195391Z Prepare all required actions 2022-12-01T11:12:06.6195751Z Getting action download info 2022-12-01T11:12:06.7981820Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:12:06.9690796Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:12:06.9691178Z with: 2022-12-01T11:12:06.9691607Z file-suffix: test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818 2022-12-01T11:12:06.9691991Z env: 2022-12-01T11:12:06.9692394Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:06.9692685Z GPU_FLAG: --gpus all 2022-12-01T11:12:06.9693013Z ##[endgroup] 2022-12-01T11:12:06.9780096Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T11:12:06.9780481Z # Remove any previous test jsons if they exist 2022-12-01T11:12:06.9780803Z rm -f test-jsons-*.zip 2022-12-01T11:12:06.9781139Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T11:12:06.9793579Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:12:06.9793892Z env: 2022-12-01T11:12:06.9794138Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:06.9794391Z GPU_FLAG: --gpus all 2022-12-01T11:12:06.9794759Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818 2022-12-01T11:12:06.9795113Z ##[endgroup] 2022-12-01T11:12:06.9891974Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T11:12:06.9928170Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T11:12:06.9935754Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T11:12:06.9937446Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T11:12:06.9948343Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T11:12:06.9973506Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:12:06.9973908Z # Remove any previous test reports if they exist 2022-12-01T11:12:06.9974245Z rm -f test-reports-*.zip 2022-12-01T11:12:06.9974595Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T11:12:06.9986596Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:12:06.9986898Z env: 2022-12-01T11:12:06.9987143Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:06.9987397Z GPU_FLAG: --gpus all 2022-12-01T11:12:06.9987763Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818 2022-12-01T11:12:06.9988116Z ##[endgroup] 2022-12-01T11:12:07.0074130Z adding: test/test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlow-20221201102032.xml (deflated 40%) 2022-12-01T11:12:07.0074939Z adding: test/test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlowTraced-20221201102032.xml (deflated 74%) 2022-12-01T11:12:07.0075936Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTAutograd-20221201102034.xml (deflated 70%) 2022-12-01T11:12:07.0076728Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTModuleSimplified-20221201102034.xml (deflated 49%) 2022-12-01T11:12:07.0077649Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPartitioning-20221201102034.xml (deflated 73%) 2022-12-01T11:12:07.0078537Z adding: test/test-reports/python-unittest/functorch.test_dims/TEST-TestMin-20221201102038.xml (deflated 82%) 2022-12-01T11:12:07.0079591Z adding: test/test-reports/python-unittest/functorch.test_dims/TEST-TestMinFunctorchOnly-20221201102038.xml (deflated 87%) 2022-12-01T11:12:07.0080846Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestComposabilityCUDA-20221201102043.xml (deflated 85%) 2022-12-01T11:12:07.0081834Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestExamplesCorrectnessCUDA-20221201102043.xml (deflated 75%) 2022-12-01T11:12:07.0082929Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestFunctionalizeCUDA-20221201102043.xml (deflated 81%) 2022-12-01T11:12:07.0084526Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestGradTransformCUDA-20221201102043.xml (deflated 90%) 2022-12-01T11:12:07.0085307Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestHessianCUDA-20221201102043.xml (deflated 68%) 2022-12-01T11:12:07.0086675Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJacCUDA-20221201102043.xml (deflated 92%) 2022-12-01T11:12:07.0087605Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJvpCUDA-20221201102043.xml (deflated 86%) 2022-12-01T11:12:07.0088344Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestMakeFunctional-20221201102043.xml (deflated 78%) 2022-12-01T11:12:07.0089117Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestSliceArgnums-20221201102043.xml (deflated 80%) 2022-12-01T11:12:07.0089923Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapJvpInplaceViewCUDA-20221201102043.xml (deflated 74%) 2022-12-01T11:12:07.0090725Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapOfGradCUDA-20221201102043.xml (deflated 74%) 2022-12-01T11:12:07.0091674Z adding: test/test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20221201102055.xml (deflated 74%) 2022-12-01T11:12:07.0092531Z adding: test/test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestPartitioning-20221201102055.xml (deflated 70%) 2022-12-01T11:12:07.0093363Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-NoChangeTestCase-20221201102100.xml (deflated 69%) 2022-12-01T11:12:07.0094127Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-RandomOpTestCase-20221201102100.xml (deflated 40%) 2022-12-01T11:12:07.0094900Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-ReduceTestCase-20221201102100.xml (deflated 80%) 2022-12-01T11:12:07.0096102Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20221201102100.xml (deflated 69%) 2022-12-01T11:12:07.0098447Z adding: test/test-reports/python-unittest/functorch.test_minifier/TEST-TestMinifier-20221201102101.xml (deflated 92%) 2022-12-01T11:12:07.0104219Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestRandomnessCUDA-20221201110844.xml (deflated 96%) 2022-12-01T11:12:07.0104988Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestTransformFailureCUDA-20221201110844.xml (deflated 82%) 2022-12-01T11:12:07.0107002Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapAPI-20221201110844.xml (deflated 84%) 2022-12-01T11:12:07.0108126Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapBatchedGradientCUDA-20221201110844.xml (deflated 83%) 2022-12-01T11:12:07.0111096Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperators-20221201110844.xml (deflated 92%) 2022-12-01T11:12:07.0160599Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperatorsOpInfoCUDA-20221201110844.xml (deflated 94%) 2022-12-01T11:12:07.0243220Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-f0d5f76cf532015b.xml (deflated 94%) 2022-12-01T11:12:07.0328546Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-24020de192ad1b36.xml (deflated 94%) 2022-12-01T11:12:07.0329252Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-7d85ce0d52928a1e.xml (deflated 88%) 2022-12-01T11:12:07.0355116Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:12:07.0355519Z # Remove any previous test reports if they exist 2022-12-01T11:12:07.0355841Z rm -f usage-log-*.zip 2022-12-01T11:12:07.0356324Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T11:12:07.0356740Z # so check to see if the file exists first 2022-12-01T11:12:07.0357037Z if [ -f 'usage_log.txt' ]; then 2022-12-01T11:12:07.0357377Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T11:12:07.0357675Z fi 2022-12-01T11:12:07.0369136Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:12:07.0369436Z env: 2022-12-01T11:12:07.0369677Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:07.0369931Z GPU_FLAG: --gpus all 2022-12-01T11:12:07.0370297Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818 2022-12-01T11:12:07.0370649Z ##[endgroup] 2022-12-01T11:12:07.0746586Z adding: usage_log.txt (deflated 98%) 2022-12-01T11:12:07.0792645Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:12:07.0792947Z with: 2022-12-01T11:12:07.0793221Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:12:07.0793532Z retention-days: 14 2022-12-01T11:12:07.0793810Z if-no-files-found: warn 2022-12-01T11:12:07.0794069Z path: test-jsons-*.zip 2022-12-01T11:12:07.0794327Z name: artifact 2022-12-01T11:12:07.0794579Z s3-bucket: gha-artifacts 2022-12-01T11:12:07.0794829Z region: us-east-1 2022-12-01T11:12:07.0795059Z env: 2022-12-01T11:12:07.0795300Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:07.0795550Z GPU_FLAG: --gpus all 2022-12-01T11:12:07.0795800Z ##[endgroup] 2022-12-01T11:12:07.5258305Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:12:07.5259064Z With the provided path, there will be 1 file uploaded 2022-12-01T11:12:07.5259689Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:12:07.5270804Z Starting upload of test-jsons-test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818.zip 2022-12-01T11:12:07.6460040Z Finished upload of test-jsons-test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818.zip 2022-12-01T11:12:07.6607908Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:12:07.6608208Z with: 2022-12-01T11:12:07.6608476Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:12:07.6608777Z retention-days: 14 2022-12-01T11:12:07.6609046Z if-no-files-found: error 2022-12-01T11:12:07.6609309Z path: test-reports-*.zip 2022-12-01T11:12:07.6609565Z name: artifact 2022-12-01T11:12:07.6609815Z s3-bucket: gha-artifacts 2022-12-01T11:12:07.6610058Z region: us-east-1 2022-12-01T11:12:07.6610288Z env: 2022-12-01T11:12:07.6610527Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:07.6610777Z GPU_FLAG: --gpus all 2022-12-01T11:12:07.6611024Z ##[endgroup] 2022-12-01T11:12:08.1097213Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:12:08.1097948Z With the provided path, there will be 1 file uploaded 2022-12-01T11:12:08.1098335Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:12:08.1109832Z Starting upload of test-reports-test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818.zip 2022-12-01T11:12:08.2737738Z Finished upload of test-reports-test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818.zip 2022-12-01T11:12:08.2904296Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:12:08.2904593Z with: 2022-12-01T11:12:08.2904857Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:12:08.2905160Z retention-days: 14 2022-12-01T11:12:08.2905430Z if-no-files-found: ignore 2022-12-01T11:12:08.2905688Z path: usage-log-*.zip 2022-12-01T11:12:08.2905938Z name: artifact 2022-12-01T11:12:08.2906186Z s3-bucket: gha-artifacts 2022-12-01T11:12:08.2906432Z region: us-east-1 2022-12-01T11:12:08.2906661Z env: 2022-12-01T11:12:08.2906897Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:08.2907148Z GPU_FLAG: --gpus all 2022-12-01T11:12:08.2907393Z ##[endgroup] 2022-12-01T11:12:08.7382239Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:12:08.7383135Z With the provided path, there will be 1 file uploaded 2022-12-01T11:12:08.7383918Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:12:08.7394826Z Starting upload of usage-log-test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818.zip 2022-12-01T11:12:08.8959247Z Finished upload of usage-log-test-functorch-1-1-linux.4xlarge.nvidia.gpu_9818608818.zip 2022-12-01T11:12:08.9120390Z ##[group]Run set -x 2022-12-01T11:12:08.9120703Z set -x 2022-12-01T11:12:08.9120996Z python3 -m pip install -r requirements.txt 2022-12-01T11:12:08.9121346Z python3 -m pip install boto3==1.19.12 2022-12-01T11:12:08.9121756Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:12:08.9134968Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:12:08.9135709Z env: 2022-12-01T11:12:08.9135964Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:08.9136239Z GPU_FLAG: --gpus all 2022-12-01T11:12:08.9136495Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:12:08.9136769Z BRANCH: pull/89997 2022-12-01T11:12:08.9137038Z TEST_CONFIG: functorch 2022-12-01T11:12:08.9137275Z SHARD_NUMBER: 1 2022-12-01T11:12:08.9137601Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T11:12:08.9137920Z PR_NUMBER: 89997 2022-12-01T11:12:08.9138168Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:12:08.9138496Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:12:08.9138823Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:12:08.9139085Z TAG: 2022-12-01T11:12:08.9139319Z WORKFLOW_ID: 3591403534 2022-12-01T11:12:08.9139767Z GITHUB_TOKEN: *** 2022-12-01T11:12:08.9140019Z GHA_WORKFLOW_JOB_ID: 9818608818 2022-12-01T11:12:08.9140282Z ##[endgroup] 2022-12-01T11:12:08.9171278Z + python3 -m pip install -r requirements.txt 2022-12-01T11:12:09.2154083Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:12:09.2499959Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T11:12:09.2538260Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T11:12:09.2550182Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T11:12:09.2564611Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T11:12:09.3112735Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T11:12:09.3125573Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T11:12:09.3240023Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T11:12:09.3251767Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T11:12:09.3511775Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T11:12:09.3760958Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T11:12:09.3773641Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-12-01T11:12:09.3782897Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T11:12:09.3797654Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T11:12:09.3828380Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.38.4) 2022-12-01T11:12:09.3851667Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-12-01T11:12:09.4226405Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-12-01T11:12:09.4241130Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T11:12:09.4268320Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T11:12:09.4281739Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.13) 2022-12-01T11:12:09.4506954Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-12-01T11:12:09.4533695Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-12-01T11:12:09.4550453Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-12-01T11:12:09.5678169Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:12:09.8682578Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:12:09.8921344Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T11:12:09.8995001Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-12-01T11:12:09.9059331Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-12-01T11:12:09.9088874Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-12-01T11:12:09.9126441Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-12-01T11:12:09.9156249Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.13) 2022-12-01T11:12:09.9388831Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-12-01T11:12:10.2006854Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:12:24.7229964Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:12:24.7230604Z 2022-12-01T11:12:24.7231224Z ----- Historic stats comparison result ------ 2022-12-01T11:12:24.7231670Z 2022-12-01T11:12:24.7232162Z job: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T11:12:24.7232874Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:12:24.7233298Z 2022-12-01T11:12:24.7233730Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:12:24.7234251Z 2022-12-01T11:12:24.7234455Z : (master) 2022-12-01T11:12:24.7234877Z | 2022-12-01T11:12:24.7235429Z | * c13d400bff (HEAD) total time 5811.30s 2022-12-01T11:12:24.7235964Z | | 2022-12-01T11:12:24.7236390Z | : (59 commits) 2022-12-01T11:12:24.7236845Z |/ 2022-12-01T11:12:24.7237834Z * 67eb2d5952 (base) 18 reports, total time 3503.90s ± 2079.90s 2022-12-01T11:12:24.7238757Z * 1c5ca724f4 9 reports, total time 3529.71s ± 2080.27s 2022-12-01T11:12:24.7239620Z * 9d6109c4b0 9 reports, total time 3530.22s ± 2110.41s 2022-12-01T11:12:24.7240961Z * 736adc0808 9 reports, total time 3501.80s ± 2137.81s 2022-12-01T11:12:24.7241872Z * a348975e00 9 reports, total time 3551.46s ± 2118.11s 2022-12-01T11:12:24.7242723Z * db13049b88 9 reports, total time 3520.57s ± 2066.49s 2022-12-01T11:12:24.7243611Z * d07b85393a 9 reports, total time 3540.86s ± 2074.85s 2022-12-01T11:12:24.7244491Z * ac25c210e5 9 reports, total time 3549.18s ± 2105.70s 2022-12-01T11:12:24.7245333Z * 2355b6256b 9 reports, total time 3596.87s ± 2152.28s 2022-12-01T11:12:24.7248637Z * 4f95f7ae9b 9 reports, total time 3534.00s ± 2151.51s 2022-12-01T11:12:24.7249266Z | 2022-12-01T11:12:24.7249693Z : 2022-12-01T11:12:24.7250012Z 2022-12-01T11:12:24.7250364Z Removed (across 942 suites) 0 tests, totaling 0.00s 2022-12-01T11:12:24.7251126Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:12:24.7251910Z Added (across 31 suites) 11061 tests, totaling +5811.30s 2022-12-01T11:12:24.7936247Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T11:12:24.7936609Z with: 2022-12-01T11:12:24.7936826Z env: 2022-12-01T11:12:24.7937072Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:24.7937325Z GPU_FLAG: --gpus all 2022-12-01T11:12:24.7937574Z ##[endgroup] 2022-12-01T11:12:24.7957076Z ##[group]Run set -eou pipefail 2022-12-01T11:12:24.7957392Z set -eou pipefail 2022-12-01T11:12:24.7957648Z  2022-12-01T11:12:24.7957982Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T11:12:24.7958316Z for _ in $(seq 1440); do 2022-12-01T11:12:24.7958628Z  # Break if no ssh session exists anymore 2022-12-01T11:12:24.7958944Z  if [ "$(who)" = "" ]; then 2022-12-01T11:12:24.7959183Z  break 2022-12-01T11:12:24.7959421Z  fi 2022-12-01T11:12:24.7959657Z  echo "." 2022-12-01T11:12:24.7959885Z  sleep 5 2022-12-01T11:12:24.7960158Z done 2022-12-01T11:12:24.7973394Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:12:24.7973680Z env: 2022-12-01T11:12:24.7973926Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:24.7974201Z GPU_FLAG: --gpus all 2022-12-01T11:12:24.7974432Z ##[endgroup] 2022-12-01T11:12:24.8003877Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T11:12:24.8054831Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:12:24.8055654Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:12:24.8056010Z # shellcheck disable=SC2046 2022-12-01T11:12:24.8056325Z docker stop $(docker ps -q) || true 2022-12-01T11:12:24.8056773Z # Prune all of the docker images 2022-12-01T11:12:24.8057075Z docker system prune -af 2022-12-01T11:12:24.8069230Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:12:24.8069533Z env: 2022-12-01T11:12:24.8069783Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:12:24.8070038Z GPU_FLAG: --gpus all 2022-12-01T11:12:24.8070287Z ##[endgroup] 2022-12-01T11:12:25.2340303Z 82e6fd4ab471 2022-12-01T11:12:25.9967511Z Deleted Containers: 2022-12-01T11:12:25.9968093Z 82e6fd4ab4713741d48d1a85fc19fe5036492a620209ddb72b2d6ab6b0e2b5f6 2022-12-01T11:12:25.9968355Z 2022-12-01T11:12:31.0685023Z Deleted Images: 2022-12-01T11:12:31.0685989Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T11:12:31.0687774Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T11:12:31.0689190Z deleted: sha256:f1c05e1c4a24b2f30e4b2dd175e18efaf97173a54d9813ad2e6088a740690342 2022-12-01T11:12:31.0689770Z deleted: sha256:1e7def21582cf03150a2e3ad04e2701388eaa422b3720fe7f648241a8988388e 2022-12-01T11:12:31.0690225Z deleted: sha256:3a7e72ba714442f54696c557b74dca88c618446caa68ff6506c2ce93cd7b2a85 2022-12-01T11:12:31.0690657Z deleted: sha256:acc47a47b0a4383dfbd2bd91be28c265a6486f388812591a0a9c185c62047c0a 2022-12-01T11:12:31.0691110Z deleted: sha256:60f22f4a0a4afdbef80bed81f20ae4c7a54233808a9544253a3c30a2776d2f71 2022-12-01T11:12:31.0691578Z deleted: sha256:5efa4324ff86638bcfa35ab9b1debaddf3d7513732c27ca8dd7e60e8358da6c9 2022-12-01T11:12:31.0692026Z deleted: sha256:a7f286562f5d9f9a1490bbc0a8125ba19aefca94af08516be2493eeb191f127f 2022-12-01T11:12:31.0692480Z deleted: sha256:e403df4fa1d82e23b8db68b6e2b5562fcd55535dd72214b9421e7814eee51ffd 2022-12-01T11:12:31.0692939Z deleted: sha256:f9471dd8edb7c2e1eb3aefda26ec6e67ee49347262f97f3111f176eeb2bf9465 2022-12-01T11:12:31.0693402Z deleted: sha256:d6df7f8a51a6e7483b61b1f330f3a4417b815fce5a7ad4c2a89510a54f5537da 2022-12-01T11:12:31.0693826Z deleted: sha256:b12c66528bc64f807b7a52116ecdf950025b66a403dd328a33db5511b63fc3f1 2022-12-01T11:12:31.0694471Z deleted: sha256:e8a84d179a24426205a63771d9aa894a6889147decc6d227312415e2842d0e38 2022-12-01T11:12:31.0694912Z deleted: sha256:b1e802e06103bb69d2a413954707d2f281a894d36a1f7fa3a65efa626a0e5e43 2022-12-01T11:12:31.0695623Z deleted: sha256:8efc9a5c3ed0496241d3ce1f76339b4d1270b5470ce1429effc703ca61a04c50 2022-12-01T11:12:31.0696054Z deleted: sha256:fef4f8c199945077358334d285e9dbe762a116427ec29d567139bee51863bef4 2022-12-01T11:12:31.0696491Z deleted: sha256:3f9f9d5fa745067d0ddf7f1206fcf51b87304adb8d32c87e130cbaae4acee275 2022-12-01T11:12:31.0696943Z deleted: sha256:75fb962b88e95b55a260c8cebb5da299635f32f3b104d08b08a2e1fba788437b 2022-12-01T11:12:31.0697378Z deleted: sha256:bd2c58efdd30f071840e8b3fd569126cf238bfdd5f0cd18345e36b60f93489df 2022-12-01T11:12:31.0697849Z deleted: sha256:d72aae1f9d4b7e1acc7b1954fed6c4886c49cec893a48dac5337fee3c9bf4c08 2022-12-01T11:12:31.0698305Z deleted: sha256:2b0461664863c4ef4ad02da7c9ec92a1d6d08bc8a9b76b5a982b7a98549980d3 2022-12-01T11:12:31.0698722Z deleted: sha256:086197a6cf735060ac5a6e595333f0bc14643bfddd3c338439c22002c1bec257 2022-12-01T11:12:31.0699131Z deleted: sha256:64254e4d362f949e9732531c579ca041aa47d4f70f7c242fda19048d82df0a1d 2022-12-01T11:12:31.0699557Z deleted: sha256:25374ed655bf3ce154d4ee14bd8c4f3220431d67b0d18acf3efdd666bbc01285 2022-12-01T11:12:31.0700007Z deleted: sha256:70a8b1a97ab5caea7ba2d2ecea43b58781672c588ee6375271d2b5f04d31594c 2022-12-01T11:12:31.0700443Z deleted: sha256:758af05d13f6edc84594db4db15f7b8066c5da10f6d83717a1d8b6ae5a2caccf 2022-12-01T11:12:31.0700876Z deleted: sha256:b37c30a9368604ae9d1873491a752ae71aba89de73dec5588638c1d2e3917901 2022-12-01T11:12:31.0701298Z deleted: sha256:790f109bf6ce127a4f3e25ea1675387993204350100fca6cecb56f8b863ce2e5 2022-12-01T11:12:31.0701727Z deleted: sha256:df13ec8c62d036e4b9fe0fd768e7fae7c5f76430b4aae4f3f356d701621b86d8 2022-12-01T11:12:31.0702324Z deleted: sha256:ef027ba5732bd4bc180cc8f8d769cd28630e92609a88be8f472e4c8ee8a3bb6d 2022-12-01T11:12:31.0702765Z deleted: sha256:5751424dd4ee3deaaf3e9f8b8172683ff7f30d90dc2415c3833042333f52b619 2022-12-01T11:12:31.0703210Z deleted: sha256:ac0364f6b4441a779e12c1527f256b052fff92b14aca383c87e62a8d6e4d1470 2022-12-01T11:12:31.0703619Z deleted: sha256:1f8161738ca37b8a92ed2577a6d9705167fb325ad8f8512439b47251013af048 2022-12-01T11:12:31.0704285Z deleted: sha256:2f8770a5227a4d66f9bdea07ca3e6e7cda5b06fbc362b354ae29f7542b3e7a19 2022-12-01T11:12:31.0704747Z deleted: sha256:652470cd61eae170df59d88a3b038cd2ab199526f4ba54badf85dd5628d7cb37 2022-12-01T11:12:31.0705510Z deleted: sha256:155eec0e8b217d2bafa06b3f85e987c3164bbad427de092045ddbff33f091a1f 2022-12-01T11:12:31.0706313Z deleted: sha256:8c60c1d76e4c0216ef0cc9248e31a656ab0a29bc95f589f4b23a0634523058c7 2022-12-01T11:12:31.0706749Z deleted: sha256:2811ebe06c45b7997659f3d50562406d001f3e979f398f9b4844bac84b3c419e 2022-12-01T11:12:31.0707192Z deleted: sha256:6a690d8e14cafcab7ab578a42baf2ca075033cf306f03e13ae70150b8be2e586 2022-12-01T11:12:31.0707632Z deleted: sha256:635a5f6faf92c02fc91f0a365e65bb840b74b3b7c079ee1009e6c15cd7c0e7b4 2022-12-01T11:12:31.0708083Z deleted: sha256:2696ecc06a0fc00b7ef534ef78758030c9d69f082f8fcb2f5ab275c6fc199e7c 2022-12-01T11:12:31.0708539Z deleted: sha256:cec67903bb9f9cc16c8826dff0d76c876d88147fecd2dec21ebc0adc56e4f149 2022-12-01T11:12:31.0708967Z deleted: sha256:6d95f163e75e744dc79893bc297644cf2a70187540d68c847baeb77483c6a0f5 2022-12-01T11:12:31.0709405Z deleted: sha256:1b1204e913bbc6e599fc1cdcabede5cd1315dc1b55cd67052bc665a8f8e3cc1a 2022-12-01T11:12:31.0709851Z deleted: sha256:93670f5e92be335224cf3a8b69a526306d2fec5e5e4e42c272b8c0458060036a 2022-12-01T11:12:31.0710272Z deleted: sha256:a0b1388f987804a153c13745107eb2a30de9cc6dc9eab87ae191707765dd7175 2022-12-01T11:12:31.0710677Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-12-01T11:12:31.0711135Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-12-01T11:12:31.0711597Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-12-01T11:12:31.0712152Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-12-01T11:12:31.0712610Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-12-01T11:12:31.0713055Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-12-01T11:12:31.0713488Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-12-01T11:12:31.0713889Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-12-01T11:12:31.0714309Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-12-01T11:12:31.0714552Z 2022-12-01T11:12:31.0714696Z Total reclaimed space: 18.86GB 2022-12-01T11:12:31.0769815Z Post job cleanup. 2022-12-01T11:12:31.0810335Z Post job cleanup. 2022-12-01T11:12:31.2210862Z [command]/usr/bin/git version 2022-12-01T11:12:31.2267548Z git version 2.37.1 2022-12-01T11:12:31.2333373Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c4f50825-b0c9-4237-9dac-670ae83048de' before making global git config changes 2022-12-01T11:12:31.2334197Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:12:31.2341107Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T11:12:31.2384922Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:12:31.2423848Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T11:12:31.2748262Z Entering 'android/libs/fbjni' 2022-12-01T11:12:31.2790207Z Entering 'third_party/FP16' 2022-12-01T11:12:31.2831425Z Entering 'third_party/FXdiv' 2022-12-01T11:12:31.2873584Z Entering 'third_party/NNPACK' 2022-12-01T11:12:31.2919219Z Entering 'third_party/QNNPACK' 2022-12-01T11:12:31.2962047Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:12:31.3006333Z Entering 'third_party/XNNPACK' 2022-12-01T11:12:31.3060928Z Entering 'third_party/benchmark' 2022-12-01T11:12:31.3103193Z Entering 'third_party/cpuinfo' 2022-12-01T11:12:31.3148808Z Entering 'third_party/cub' 2022-12-01T11:12:31.3191840Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:12:31.3238748Z Entering 'third_party/cutlass' 2022-12-01T11:12:31.3289045Z Entering 'third_party/eigen' 2022-12-01T11:12:31.3333720Z Entering 'third_party/fbgemm' 2022-12-01T11:12:31.3377408Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:12:31.3420652Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:12:31.3463725Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:12:31.3506221Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:12:31.3548471Z Entering 'third_party/flatbuffers' 2022-12-01T11:12:31.3592454Z Entering 'third_party/fmt' 2022-12-01T11:12:31.3634679Z Entering 'third_party/foxi' 2022-12-01T11:12:31.3678295Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:12:31.3720731Z Entering 'third_party/gloo' 2022-12-01T11:12:31.3763564Z Entering 'third_party/googletest' 2022-12-01T11:12:31.3807030Z Entering 'third_party/ideep' 2022-12-01T11:12:31.3849936Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:12:31.3893905Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:12:31.3944489Z Entering 'third_party/ios-cmake' 2022-12-01T11:12:31.3987688Z Entering 'third_party/ittapi' 2022-12-01T11:12:31.4029060Z Entering 'third_party/kineto' 2022-12-01T11:12:31.4070692Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:12:31.4112818Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:12:31.4158275Z Entering 'third_party/nccl/nccl' 2022-12-01T11:12:31.4204278Z Entering 'third_party/neon2sse' 2022-12-01T11:12:31.4248196Z Entering 'third_party/nlohmann' 2022-12-01T11:12:31.4293530Z Entering 'third_party/onnx' 2022-12-01T11:12:31.4354129Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:12:31.4399566Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:12:31.4448120Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:12:31.4493969Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:12:31.4543660Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:12:31.4587137Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:12:31.4631904Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:12:31.4682102Z Entering 'third_party/pocketfft' 2022-12-01T11:12:31.4726962Z Entering 'third_party/protobuf' 2022-12-01T11:12:31.4774208Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:12:31.4817304Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:12:31.4862561Z Entering 'third_party/psimd' 2022-12-01T11:12:31.4907539Z Entering 'third_party/pthreadpool' 2022-12-01T11:12:31.4951827Z Entering 'third_party/pybind11' 2022-12-01T11:12:31.4997642Z Entering 'third_party/python-enum' 2022-12-01T11:12:31.5043121Z Entering 'third_party/python-peachpy' 2022-12-01T11:12:31.5088667Z Entering 'third_party/python-six' 2022-12-01T11:12:31.5134465Z Entering 'third_party/sleef' 2022-12-01T11:12:31.5182200Z Entering 'third_party/tbb' 2022-12-01T11:12:31.5231133Z Entering 'third_party/tensorpipe' 2022-12-01T11:12:31.5278589Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:12:31.5323046Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:12:31.5367523Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:12:31.5412755Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:12:31.5457522Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:12:31.5505258Z Entering 'third_party/zstd' 2022-12-01T11:12:31.5569968Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:12:31.5602150Z http.https://github.com/.extraheader 2022-12-01T11:12:31.5612209Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:12:31.5664367Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-12-01T11:12:31.5992064Z Entering 'android/libs/fbjni' 2022-12-01T11:12:31.6022382Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6063333Z Entering 'third_party/FP16' 2022-12-01T11:12:31.6090127Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6124204Z Entering 'third_party/FXdiv' 2022-12-01T11:12:31.6151562Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6186251Z Entering 'third_party/NNPACK' 2022-12-01T11:12:31.6210846Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6244877Z Entering 'third_party/QNNPACK' 2022-12-01T11:12:31.6270373Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6304994Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:12:31.6329826Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6364528Z Entering 'third_party/XNNPACK' 2022-12-01T11:12:31.6390549Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6439166Z Entering 'third_party/benchmark' 2022-12-01T11:12:31.6464424Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6498715Z Entering 'third_party/cpuinfo' 2022-12-01T11:12:31.6524153Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6558388Z Entering 'third_party/cub' 2022-12-01T11:12:31.6584628Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6618151Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:12:31.6643160Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6683676Z Entering 'third_party/cutlass' 2022-12-01T11:12:31.6710511Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6753825Z Entering 'third_party/eigen' 2022-12-01T11:12:31.6779280Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6816670Z Entering 'third_party/fbgemm' 2022-12-01T11:12:31.6843526Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6877406Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:12:31.6908426Z http.https://github.com/.extraheader 2022-12-01T11:12:31.6944270Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:12:31.6969001Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7008753Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:12:31.7035210Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7075950Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:12:31.7102727Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7140820Z Entering 'third_party/flatbuffers' 2022-12-01T11:12:31.7165349Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7202635Z Entering 'third_party/fmt' 2022-12-01T11:12:31.7228823Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7262248Z Entering 'third_party/foxi' 2022-12-01T11:12:31.7288558Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7324297Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:12:31.7351971Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7385163Z Entering 'third_party/gloo' 2022-12-01T11:12:31.7411482Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7446638Z Entering 'third_party/googletest' 2022-12-01T11:12:31.7472467Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7512968Z Entering 'third_party/ideep' 2022-12-01T11:12:31.7539346Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7571787Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:12:31.7599384Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7634857Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:12:31.7660388Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7732826Z Entering 'third_party/ios-cmake' 2022-12-01T11:12:31.7758800Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7792173Z Entering 'third_party/ittapi' 2022-12-01T11:12:31.7817463Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7851412Z Entering 'third_party/kineto' 2022-12-01T11:12:31.7878988Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7913121Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:12:31.7938824Z http.https://github.com/.extraheader 2022-12-01T11:12:31.7972509Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:12:31.7997829Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8033112Z Entering 'third_party/nccl/nccl' 2022-12-01T11:12:31.8059059Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8092415Z Entering 'third_party/neon2sse' 2022-12-01T11:12:31.8117967Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8151742Z Entering 'third_party/nlohmann' 2022-12-01T11:12:31.8178718Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8213686Z Entering 'third_party/onnx' 2022-12-01T11:12:31.8239171Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8286661Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:12:31.8312851Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8347247Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:12:31.8371896Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8408181Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:12:31.8433795Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8466657Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:12:31.8493065Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8531562Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:12:31.8565201Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8599013Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:12:31.8624733Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8657886Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:12:31.8683346Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8723465Z Entering 'third_party/pocketfft' 2022-12-01T11:12:31.8749439Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8783503Z Entering 'third_party/protobuf' 2022-12-01T11:12:31.8809439Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8847702Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:12:31.8873842Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8907533Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:12:31.8932613Z http.https://github.com/.extraheader 2022-12-01T11:12:31.8975713Z Entering 'third_party/psimd' 2022-12-01T11:12:31.9001103Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9035452Z Entering 'third_party/pthreadpool' 2022-12-01T11:12:31.9062307Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9096293Z Entering 'third_party/pybind11' 2022-12-01T11:12:31.9121791Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9155493Z Entering 'third_party/python-enum' 2022-12-01T11:12:31.9183173Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9216659Z Entering 'third_party/python-peachpy' 2022-12-01T11:12:31.9241905Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9276062Z Entering 'third_party/python-six' 2022-12-01T11:12:31.9302020Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9335574Z Entering 'third_party/sleef' 2022-12-01T11:12:31.9360588Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9394919Z Entering 'third_party/tbb' 2022-12-01T11:12:31.9420465Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9456178Z Entering 'third_party/tensorpipe' 2022-12-01T11:12:31.9481078Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9517025Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:12:31.9543499Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9577828Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:12:31.9600290Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9634428Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:12:31.9659785Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9693794Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:12:31.9718611Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9750777Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:12:31.9784071Z http.https://github.com/.extraheader 2022-12-01T11:12:31.9820824Z Entering 'third_party/zstd' 2022-12-01T11:12:31.9846758Z http.https://github.com/.extraheader 2022-12-01T11:12:32.0171242Z Cleaning up orphan processes